Get clusters status list

Get clusters status list

get

Get the status of all clusters.

Responses
200
OK
*/*
get
GET /v1/clusters/conditions HTTP/1.1
Host: 
Accept: */*
200

OK

[
  {
    "account": {
      "accountCode": "DEVOPS",
      "accountName": "DEVOPS",
      "accountSeq": 1,
      "accountType": "ENT",
      "baseLanguage": "ko",
      "concurrentSessionYn": "Y",
      "description": "",
      "organizationName": "DEVOPS",
      "userAuthType": "PLAIN"
    },
    "apiUrl": "https://0.0.0.0:0",
    "authType": "CERT",
    "clusterId": "thingcluster",
    "clusterName": "devops cluster",
    "clusterSeq": 1,
    "clusterState": "RUNNING",
    "created": "2022-12-16 08:16:50",
    "cubeType": "MANAGED",
    "description": "",
    "ingressSupported": "Y",
    "k8sVersion": "1.23.14",
    "loadbalancerSupported": "N",
    "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": "Default",
    "updated": "2023-06-13 09:34:39",
    "useYn": "Y"
  }
]

Was this helpful?