GET
/workflow/healthCheck
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.
Response status
Status | Meaning | Description | Schema |
---|---|---|---|
200 | OK | success | Success |
400 | Bad Request | error | WorkflowJsonExceptionDTO |
Examples
Request
# You can also use wget
curl -X GET /workflow/healthCheck \
-H 'Authorization: Bearer <YOUR_TOKEN>'
Response
{
"success": true
}