Was this helpful?
Get the list of workloads in the specified workspace and service map.
/v1/workspaces/{workspaceSeq}/servicemaps/{servicemapSeq}/workloads
curl -L \ --url '/v1/workspaces/{workspaceSeq}/servicemaps/{servicemapSeq}/workloads'
[ { "namespaceName": "cocktail-system", "workloadGroups": [ { "columnCount": 1, "servicemapSeq": 2, "sortOrder": 1, "useYn": "Y", "workloadGroupName": "Default", "workloadGroupSeq": 2 } ], "workloads": [ { "activeCount": 1, "computeTotal": 1, "creationTimestamp": "2023-04-29 05:54:54", "description": "", "namespaceName": "cocktail-system", "qos": "Burstable", "stateCode": "RUNNING", "workloadGroupSeq": 11, "workloadName": "cocktail-api-cmdb", "workloadType": "STATEFUL_SET_SERVER", "serverUrls": [ { "serviceType": "CLUSTER_IP", "url": "0.0.0.0:0" } ] } ] } ]