Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Service Now Notification Management REST API Overview
The Service Now 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/servicenow/notification-management/.
URI
https://[host]/api/juniper/servicenow/notification-management (HTTP method = GET)
Produces
- application/vnd.juniper.servicenow.notification-management+xml;version=1
- application/vnd.juniper.servicenow.notification-management+json;version=1
Sample Output
Sample XML Output
<notification-management> <collection href= "/api/juniper/servicenow/notification-management/notifications" /> <collection href= "/api/juniper/servicenow/notification-management/createNotification" /> </notification-management>
Sample JSON Output
{ "notification-management": { "collection": [ { "@href": "/api/juniper/servicenow/notification-management/notifications" }, { "@href": "/api/juniper/servicenow/notification-management/createNotification" } ] } }
The Information management service provides the following APIs:
- Get All Notifications in Service Now
- Create a Service Now Notification
- Copy a Service Now Notification
- Change Status of a Service Now Notification
- Edit Filter and Action of a Notification
- Delete a Notification