Navigation
Table of Contents
Guide That Contains This Content
[+] Expand All
[-] Collapse All
Test Connection with JSS or Service Now Partner
Use this API to test connection of Junos Space Service Now with Juniper Support System (JSS) or the Service Now partner (if Service Now is operating in End Customer mode).
URI
https://[host]/api/juniper/servicenow/global-setting-management/testConnection (HTTP method = PUT)
Consumes
None
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 test connection job |
Sample Output
Sample XML Output
<servicenowmsg> <msg>Connection Status: Unknown Host: dx-services-stage.juniper.net</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": " Connection Status: Unknown Host: dx-services-stage.juniper.net " } }