Get coordinator candidates

edit

Retrieve a list of all coordinator candidates.

Request

edit

GET /api/v1/platform/infrastructure/coordinators/candidates

Responses

edit
200

(CoordinatorCandidatesSummary)

A list of all coordinator candidates.

Request example

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