Get a coordinatoredit

Retrieve overview of a single coordinator.

Requestedit

GET /api/v1/platform/infrastructure/coordinators/{coordinator_id}

Path parametersedit

Name Type Required Description

coordinator_id

string

Y

The identifier for the coordinator

Responsesedit

200

(CoordinatorSummary)

An overview of a coordinator instance.

404

(BasicFailedReply)

Unable to find coordinator {coordinator_id}. Edit your request, then try again. (code: coordinators.coordinator_not_found)

Headers

x-cloud-error-codes (string; allowed values: [coordinators.coordinator_not_found])
The error codes associated with the response

Request exampleedit

curl -XGET https://{{hostname}}/api/v1/platform/infrastructure/coordinators/{coordinator_id} \
-H "Authorization: ApiKey $ECE_API_KEY"