Get Cluster Stats
Api to get kubernetes Cluster Stats for Telco Cloud Automation
The identifier of the tenant
UUID of the cluster whose stats has to be retrieved
Name of the management cluster which is managing the cluster
Id of the TCA CP where the request has to be routed.
Successfully accepted request to get cluster stats.
{
"id": "string",
"metadata": {
"resourceVersion": "number",
"name": "string",
"mgmtClusterName": "string",
"tcaCpId": "string",
"createdByIntent": "string",
"modifiedByIntent": "string"
},
"apiVersion": "string",
"status": {
"clusterUrl": "string",
"resourceVersion": "number",
"opstatus": "string",
"deleteAccepted": false,
"vimId": "string",
"conditions": [
{
"lastTransitionTime": "string",
"status": "string",
"type": "string",
"reason": "string",
"message": "string",
"severity": "string"
}
]
},
"stats": {
"cluster": {
"isProcessing": false,
"hasError": false,
"clusterUpgradeStatus": "string",
"controlPlaneUpgradeStatus": "string"
},
"nodepools": {
"total": 0,
"ready": 0,
"processing": 0,
"nodePoolWithSupportedVersion": 0
},
"addons": {
"total": 0,
"ready": 0,
"processing": 0
}
},
"lastUpdated": "string",
"creationDate": "string",
"creationTenantId": "string",
"creationUser": "string",
"intentQueued": false
}
the identifier of the cluster
metadata
APIVersion defines the versioned schema of this representation of an object
status
Node Pool ad Addon status of cluster
Last Updated Date and Time of cluster
Creation Date and Time of cluster
creationTenantId
Creation user of cluster
Flag to indicate if the Request is Queued
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}
{
"errors": [
{
"code": "string",
"message": "string"
}
]
}