swsd_health_check
Verify SWSD connectivity and authentication with a minimal request, returning ok=true on success or a specific error explaining failures like bad token, insufficient permission, or unreachable network.
Instructions
Verify connectivity and authentication to SWSD by making a minimal request. Returns ok=true on success, otherwise an error explaining the failure (401 = bad token, 403 = insufficient permission, network error = unreachable).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| base_url | Yes | ||
| api_version | Yes |