Get cluster status
Getting cluster status
Path parameters
Organization identifier
Cluster identifier
Response
Getting cluster succeeded
Example response
{
"securityscan": false,
"creatorName": "userName",
"creatorId": 1,
"startedAt": "2018-07-03T14:23:29+02:00",
"distribution": "gke",
"monitoring": false,
"version": "1.12.6-gke.10",
"oidc": {
"clientId": "clientId",
"idpUrl": "idpUrl",
"clientSecret": "clientSecret",
"enabled": true
},
"statusMessage": "Cluster is running",
"cloud": "google",
"createdAt": "2018-07-03T14:23:19+02:00",
"spot": false,
"name": "myClusterName",
"logging": false,
"totalSummary": {
"memory": {
"allocatable": "4",
"request": "380m",
"limit": "100m",
"capacity": "4"
},
"cpu": {
"allocatable": "4",
"request": "380m",
"limit": "100m",
"capacity": "4"
},
"status": "status"
},
"location": "us-central1-a",
"id": 1,
"nodePools": {
"key": {
"count": 1,
"instanceType": "n1-standard-1"
}
},
"region": "us-central1",
"status": "RUNNING"
}Changes
Changed in 5 of the 50 revisions of this API.225
- ○
removed from the
/response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
removed the optional property
//////from the response with the statusresponse-optional-property-removed
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ○
added the optional property
//////to the response with the statusresponse-optional-property-added
- ●
- ▲
added to the
/response propertyoneOflist for the response statusresponse-property-one-of-added
- ▲
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
- ▲
added to the
/response propertyoneOflist for the response statusresponse-property-one-of-added
- ●
removed the optional property
from the response with the statusresponse-optional-property-removed
- ○
removed from the
/response propertyoneOflist for the response statusresponse-property-one-of-removed
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲