healthCheck

Click to copy

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

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /workflow/healthCheck \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

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

200

OK

success

Success

400

Bad Request

error

WorkflowJsonExceptionDTO

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