Was this helpful?
Get the workload list for that cluster.
/v1/clusters/{clusterId}/workloads
curl -L \ --url '/v1/clusters/{clusterId}/workloads'
[ { "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" } ]