Get cluster details

Get cluster details

get

Get the cluster details.

Path parameters
clusterIdstringRequired
Responses
200
OK
*/*
get
GET /v1/clusters/{clusterId} HTTP/1.1
Host: 
Accept: */*
200

OK

{
  "apiUrl": "https://0.0.0.0:0",
  "authType": "CERT",
  "clusterId": "thingcluster",
  "clusterName": "devops cluster",
  "clusterSeq": 1,
  "clusterState": "RUNNING",
  "countOfNamespace": 22,
  "countOfNode": 7,
  "countOfStaticVolume": 0,
  "countOfStorageClass": 2,
  "countOfVolume": 48,
  "created": "2022-12-16 08:16:50",
  "cubeType": "MANAGED",
  "description": "",
  "ingressSupported": "Y",
  "k8sVersion": "1.23.14",
  "loadbalancerSupported": "Y",
  "nodePortRange": "30000-32767",
  "nodePortSupported": "Y",
  "nodePortUrl": "0.0.0.0",
  "persistentVolumeSupported": "Y",
  "providerAccount": {
    "description": "",
    "providerCode": "IDC",
    "providerCodeName": "Datacenter",
    "providerName": "thingcluster",
    "seq": 1,
    "useType": "USER"
  },
  "regionCode": "KR",
  "updated": "2023-06-13 09:34:39",
  "useYn": "Y"
}

Was this helpful?