Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Import Auto Submit Filters
Use this API to import auto submit filters in XML format to Junos Space Service Now.
URI
https://[host]/api/juniper/servicenow/autosubmit-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 auto submit filters to be imported 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>Autosubmit filters imported successfully.</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "Autosubmit filters imported successfully.