GET /platform
curl \
-X GET https://{{hostname}}/api/v1/platform
Response examples (200)
{
"version": "string",
"services": [
{
"type": "string",
"image": [
{
"id": "docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA",
"tag": "docker.elastic.co/elastic-cloud-enterprise:1.0.0-GA",
"version": "1.0.0-GA",
"hash": "sha256:04a5be1ab07de64269ffa52da26044e0ecc36fa1164e7914468e69d65a2090d4"
}
]
}
],
"phone_home_enabled": true,
"eula_accepted": true,
"regions": [
{
"region_id": "string",
"zookeeper_states": {
"states": [
{
"id": "string",
"state": "connected"
}
]
},
"allocators": {
"healthy": true,
"zone_summaries": [
{
"zone_id": "string",
"total_allocators": 42,
"healthy_allocators": 42,
"connected_allocators": 42,
"disconnected_allocators": 42,
"in_maintenance_allocators": 42,
"connected_capacity": 42,
"max_available_capacity": 42,
"instances": 42
}
]
},
"runners": {
"healthy": true,
"total_runners": 42,
"healthy_runners": 42,
"connected_runners": 42,
"connected_capacity": 42,
"max_available_capacity": 42,
"containers_count": 42
},
"proxies": {
"healthy": true,
"expected_proxies_count": 42,
"proxies_count": 42,
"proxies": [
{
"proxy_id": "string",
"healthy": true
}
]
},
"container_sets_status": {
"healthy": true,
"healthy_container_sets_count": 42,
"unhealthy_container_sets_count": 42,
"unhealthy_container_sets": [
{
"container_set_id": "string",
"healthy": true,
"hidden": true,
"containers_created_count": 42,
"containers_started_count": 42,
"containers_running_count": 42,
"containers_expected_running_count": 42
}
]
},
"constructors": {
"constructors": [
{
"status": {
"connected": true,
"maintenance_mode": true
},
"constructor_id": "string"
}
]
},
"coordinators": {
"coordinators": [
{
"name": "string",
"public_hostname": "string",
"leader_port": 42,
"election_port": 42,
"client_port": 42,
"attributes": {
"additionalProperty1": "string",
"additionalProperty2": "string"
}
}
]
},
"resources": {
"healthy": true,
"available_count": 42,
"used_count": 42,
"missing_count": 42,
"minimum_available_count": 42,
"account_count": 42
}
}
],
"unreachable_regions": [
{
"region_id": "string"
}
]
}