Test ServiceNow connection
servicenow_test_connectionVerify ServiceNow credentials by reading one sys_user record, returning status and latency. Detects auth and connectivity issues with ok:false instead of errors.
Instructions
Verify that the configured credentials actually work: reads one sys_user record and reports ok/status/latency. Auth and connectivity problems are returned structurally (ok:false), not as errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | No | Connection profile to use for this call (default: the active profile). See servicenow_list_instances. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| user | No | ||
| status | Yes | ||
| message | No | ||
| latencyMs | Yes |