Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Related Documentation
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:
- Get All Service Insight Notifications
- Create a Service Insight Notification
- Copy a Service Insight Notification
- Change Status of a Service Insight Notification
- Edit Filters and Actions of a Service Insight Notification
- Delete a Service Insight Notification