Get cluster
GET/v1/api/cd/clusters/{id}
Path parameters
Responses
| Parameter | Type | Description |
|---|---|---|
idrequired | string | — |
Response samples
200
{
"tags": [
{
"name": "string",
"value": "string"
}
],
"availability_zones": [
"string"
],
"cpu_total": 0,
"cpu_util": 0,
"current_version": "string",
"deleted_at": "string",
"distro": "generic",
"handle": "string",
"id": "string",
"inserted_at": "string",
"installed": false,
"kubelet_version": "string",
"memory_total": 0,
"memory_util": 0,
"metadata": {},
"name": "string",
"namespace_count": 0,
"node_count": 0,
"openshift_version": "string",
"pinged_at": "string",
"pod_count": 0,
"project_id": "string",
"protect": false,
"self": false,
"updated_at": "string",
"version": "string",
"virtual": false
}