Skip to content

healthCheck

GET
Use dark colors for code blocksCopy
1
/workflow/healthCheck
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.

Response status

StatusMeaningDescriptionSchema
200OK

success

Success
400Bad Request

error

WorkflowJsonExceptionDTO

Examples

Request

Use dark colors for code blocksCopy
1
2
3
# You can also use wget
curl -X GET /workflow/healthCheck \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

Use dark colors for code blocksCopy
1
2
3
{
  "success": true
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.