Get Global Settings Information Link
Use this API to retrieve the link to the information about global settings configuration in Junos Space Service Now.
URI
https://[host]/api/juniper/servicenow/global-setting-management/ getGlobalSettingsInformationLink (HTTP method = GET)
Consumes
None
Produces
application/vnd.juniper.servicenow.global-setting-management. globalSettingsInformationLink+xml;version=1
application/vnd.juniper.servicenow.global-setting-management. globalSettingsInformationLink+json;version=1
Response Elements
Element | Type | Description |
---|---|---|
informationLink | String | Link to the Global Settings configuration information |
Sample Output
Sample XML Output
<globalSettingsInformationLink> <informationLink> http://192.0.2.104:8080/jmp-help/junos-space-servicenow-general-settings- configuring.html </informationLink> </globalSettingsInformationLink>
Sample JSON Output
{ "globalSettingsInformationLink": { "informationLink": " http://192.0.2.104:8080/jmp-help/junos-space-servicenow-general-settings- configuring.html " } }