Refresh the Directive File
Use this API to refresh the directive file so that the latest directive file is fetched from Juniper Support System (JSS).
URI
https://[host]/api/juniper/servicenow/global-setting-management/directive-file-management /refreshDirectiveFile (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 refreshed successfully.</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "Directive File refreshed successfully." } }