Change Service Now Operating Mode to Offline
Use this API to modify the operating mode of Junos Space Service Now to Offline.
URI
https://[host]/api/juniper/servicenow/global-setting-management/setOfflineMode (HTTP method = PUT)
Consumes
application/vnd.juniper.servicenow.global-setting-management.globalSettingsMode +xml;version=1
application/vnd.juniper.servicenow.global-setting-management.globalSettingsMode +json;version=1
Request Elements
multipart/form-data
Produces
application/vnd.juniper.servicenow.global-setting-management.servicenowmsg +xml;version=1
application/vnd.juniper.servicenow.global-setting-management.servicenowmsg +json;version=1
Response Elements
Element | Type | Description |
---|---|---|
msg | String | Status message of the change operating mode job |
Sample Output
Sample XML Output
<servicenowmsg> <msg>Global Settings, Service Now Mode updated to offline successfully</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "Global Settings, Service Now Mode updated to offline successfully" } }