Check SFTP Connection Status
Use this API to check the connection of Junos Space Service Now with the configured SFTP server.
URI
https://[host]/api/juniper/servicenow/global-setting-management/checkSftpStatus (HTTP method = GET)
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 check SFTP connection status job |
Sample Output
Sample XML Output
<servicenowmsg> <msg>SFTP Server Status: Failed - Auth fail</msg> </servicenowmsg>
Sample JSON Output
{ "servicenowmsg": { "msg": "SFTP Server Status: Failed - Auth fail" } }