Import Incident Filters
Use this API to import incident filters in XML format to Junos Space Service Now.
URI
https://[host]/api/juniper/servicenow/incident-filter-management/import
-F "fileName=@filename.xml
" (HTTP method = POST)
URI Parameters
Element | Type | Required | Description |
---|---|---|---|
filename | String | Yes | Name of the XML file containing the incident filters to be imported in to Service Now |
Consumes
None
Produces
application/vnd.juniper.servicenow.incident-management.servicenowmsg+xml;version=1
application/vnd.juniper.servicenow.incident-management.servicenowmsg+json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Message indicating the status of importing the incident filters |
Sample Output
Sample XML Output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <servicenowmsg> <msg>Incident filters imported successfully.</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "Incident filters imported successfully.