Restore the Directive File
Use this API to restore the default directive file that was shipped with Junos Space Service Now.
URI
https://[host]/api/juniper/servicenow/global-setting-management/directive-file-management /restoreToDefaultDirectiveFile (HTTP method = GET)
Consumes
None
Produces
application/vnd.juniper.servicenow.global-setting-management.directivefile+xml;version=1
application/vnd.juniper.servicenow.global-setting-management.directivefile+json;version=1
Sample Output
Sample XML Output
<servicenowmsg> <msg>Directive File restored to default successfully</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "Directive File restored to default successfully." } }