Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Disable an Auto Submit Filter
Use this API to disable an auto submit filter in Junos Space Service Now.
URI
https://[host] /api/juniper/servicenow/iautosubmit-filter-management/autosubmitFilters /{filterId}/disable (HTTP method = POST)
URI Parameters
Element | Type | Required | Description |
---|---|---|---|
filterId | Integer | Yes | ID of the autos submit filter to be disabled |
Consumes
None
Produces
- application/vnd.juniper.servicenow.autosubmit-filter-management.servicenowmsg +xml;version=1
- application/vnd.juniper.servicenow.autosubmit-filter-management.servicenowmsg +json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Message indicating the result of the disable operation |
Sample Output
Sample XML Output
<servicenowmsg> <msg>Filter disabled successfully.</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "Filter disabled successfully." } }