Checks the health of Workflow Manager Server and if the cluster is active (if applicable).
Check the health of Workflow Manager and the status of the cluster, if applicable. Note: To check the health of Workflow Manager in ArcGIS Online, use workflow for the orgId property.
Examples
Request
# You can also use wget
curl -X GET /workflow/healthCheck \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"success": true
}
Status | Meaning | Description | Schema |
---|---|---|---|
| success | ||
| error |