Get cluster workloads list

Get cluster workloads list

get

Get the workload list for that cluster.

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

OK

[
  {
    "activeCount": 1,
    "computeTotal": 1,
    "creationTimestamp": "2023-04-29 05:54:54",
    "description": "",
    "isK8sResourceExist": true,
    "namespaceName": "cocktail-system",
    "qos": "Burstable",
    "stateCode": "RUNNING",
    "workloadGroupSeq": 11,
    "workloadName": "cocktail-api-cmdb",
    "workloadType": "STATEFUL_SET_SERVER"
  }
]

Was this helpful?