Get status Of A cluster creation

Get status Of A cluster creation

Get status of a cluster creation by clusterId and clusterType

Request
URI
GET
https://{api_host}/:9443/api/admin/clusters/{clusterId}/status
COPY
Path Parameters
clusterId
Required

clusterId

Query Parameters
clusterType
Required

clusterType


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns inline_response_200 of type(s) application/json
{
    "status": "Running",
    "operation": "PostConfig",
    "nodes": [
        {
            "ip": "10.182.62.215",
            "vmName": "tca-cluster1",
            "role": "master",
            "status": "Running",
            "containerRuntime": "containerd/1.4.3",
            "kernelVersion": "4.19.174-5.ph3",
            "labels": [
                "node-role.kubernetes.io/node="
            ]
        }
    ]
}
status
Required

status

string
operation
Required

operation

nodes
Required

List of nodes