GET
/
v1
/
controls
/
clusters
cURL
curl --request GET \
  --url http://localhost/v1/controls/clusters \
  --header 'X-API-Key: <api-key>'
{
  "activeClusters": [
    {
      "id": "<string>",
      "name": "<string>",
      "code": "<string>"
    }
  ],
  "archivedClusters": [
    {
      "id": "<string>",
      "name": "<string>",
      "code": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API Key provided by Eve Admin Portal. Include this header in all authenticated requests.

Query Parameters

controlId
string
required

Response

activeClusters
object[]
archivedClusters
object[]