Service Insight Notification Management REST API Overview
The Service Insight notification management service allows you
to retrieve notification details, create and copy a notification,
enable or disable a notification, and delete a notification. The notification-management
resources are available at
https://[host]/api/juniper/serviceinsight/notification-management.
URI
https://[host]/api/juniper/serviceinsight/notification-management (HTTP method = GET)
Produces
application/vnd.juniper.serviceinsight.notification-management+xml;version=1
application/vnd.juniper.serviceinsight.notification-management+json;version=1
Sample Output
Sample XML Output
<notification-management> <collection href= "/api/juniper/serviceinsight/notification-management/notifications" /> <collection href= "/api/juniper/serviceinsight/notification-management/createNotification" /> </notification-management>
Sample JSON Output
{ "notification-management": { "collection": [ { "@href": "/api/juniper/serviceinsight/notification-management/notifications" }, { "@href": "/api/juniper/serviceinsight/notification-management/createNotification" } ] } }
The Service Insight notification management service provides the following APIs: