Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
JMB Error Management REST API Overview
A JMB is considered erroneous if the JMB does not comply with the standard data structure that Service Now accepts or if the Manifest section of the JMB is incorrect.
The jmb-error-management resources are available under https://[host]/api/juniper/servicenow.
URI
https://[host]/api/juniper/servicenow/jmb-error-management (HTTP method = GET)
Produces
- application/vnd.juniper.servicenow.servicenow-jmb-error-management+xml;version=1
- application/vnd.juniper.servicenow.servicenow-jmb-error-management+json;version=1
Sample Output
Sample XML Output
<servicenow-jmb-error-management> <collection href="/api/juniper/servicenow/jmb-error-management/jmbs" rel="JMB Errors"/> </servicenow-jmb-error-management>
Sample JSON Output
{ "servicenow-jmb-error-management": { "collection":{ "@href":"/api/juniper/servicenow/jmb-error-management/jmbs", "@rel":"JMB Errors" } } }
The JMB error management service provides the following APIs:
- Get All JMBs with Errors
- Get a JMB with Error Information by JMB ID
- Delete a JMB with Errors
- Export a JMB with Errors