Global Cluster Status
curl --request GET \
--url http://{host}:{port}/{basePath}/clusters/global-status \
--header 'Authorization: <api-key>'{
"apiVersion": "v1",
"kind": "GlobalStatus",
"metadata": {
"generatedAt": "2026-03-19T15:30:00Z"
},
"status": {
"overall": "degraded",
"clusters": {
"total": 4,
"healthy": 2,
"degraded": 1,
"unreachable": 1
},
"nodes": {
"total": 28,
"ready": 26,
"notReady": 2
},
"incidents": {
"activeTotal": 3,
"bySeverity": {
"critical": 0,
"high": 2,
"medium": 1,
"low": 0
},
"byCluster": {
"prod-sa-east-1": 2,
"staging-sa-east-1": 1
}
},
"resources": {
"avgCpuUsagePercent": 58,
"avgMemoryUsagePercent": 65,
"totalPods": 520,
"totalPodCapacity": 720
},
"slos": {
"total": 8,
"healthy": 5,
"warning": 2,
"breached": 1
},
"federation": {
"primaryCluster": "prod-sa-east-1",
"syncStatus": "healthy",
"lastSyncAt": "2026-03-19T15:29:30Z",
"syncLatency": "250ms"
}
}
}
Clusters
Status Global dos Clusters
Retorna o status consolidado de todos os clusters federados com visão geral de saúde
GET
/
clusters
/
global-status
Global Cluster Status
curl --request GET \
--url http://{host}:{port}/{basePath}/clusters/global-status \
--header 'Authorization: <api-key>'{
"apiVersion": "v1",
"kind": "GlobalStatus",
"metadata": {
"generatedAt": "2026-03-19T15:30:00Z"
},
"status": {
"overall": "degraded",
"clusters": {
"total": 4,
"healthy": 2,
"degraded": 1,
"unreachable": 1
},
"nodes": {
"total": 28,
"ready": 26,
"notReady": 2
},
"incidents": {
"activeTotal": 3,
"bySeverity": {
"critical": 0,
"high": 2,
"medium": 1,
"low": 0
},
"byCluster": {
"prod-sa-east-1": 2,
"staging-sa-east-1": 1
}
},
"resources": {
"avgCpuUsagePercent": 58,
"avgMemoryUsagePercent": 65,
"totalPods": 520,
"totalPodCapacity": 720
},
"slos": {
"total": 8,
"healthy": 5,
"warning": 2,
"breached": 1
},
"federation": {
"primaryCluster": "prod-sa-east-1",
"syncStatus": "healthy",
"lastSyncAt": "2026-03-19T15:29:30Z",
"syncLatency": "250ms"
}
}
}
{
"apiVersion": "v1",
"kind": "GlobalStatus",
"metadata": {
"generatedAt": "2026-03-19T15:30:00Z"
},
"status": {
"overall": "degraded",
"clusters": {
"total": 4,
"healthy": 2,
"degraded": 1,
"unreachable": 1
},
"nodes": {
"total": 28,
"ready": 26,
"notReady": 2
},
"incidents": {
"activeTotal": 3,
"bySeverity": {
"critical": 0,
"high": 2,
"medium": 1,
"low": 0
},
"byCluster": {
"prod-sa-east-1": 2,
"staging-sa-east-1": 1
}
},
"resources": {
"avgCpuUsagePercent": 58,
"avgMemoryUsagePercent": 65,
"totalPods": 520,
"totalPodCapacity": 720
},
"slos": {
"total": 8,
"healthy": 5,
"warning": 2,
"breached": 1
},
"federation": {
"primaryCluster": "prod-sa-east-1",
"syncStatus": "healthy",
"lastSyncAt": "2026-03-19T15:29:30Z",
"syncLatency": "250ms"
}
}
}
⌘I