{
"regionID": "nm8",
"azName":"az1",
"pageNo":1,
"pageSize":4,
"sort": "",
"asc": true
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/ecs/affinity-group-list' \
--header 'x-ctyun-user-id: {{userID}}' \
--header 'Accept-Language: zh-CN' \
--header 'userId: ef378f73-1c52-435e-90f2-6a9cd2258c8e' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"azName":"az1",
"pageNo":1,
"pageSize":4,
"sort": "",
"asc": true
}'{
"errorCode": null,
"returnObj": {
"currentCount": 1,
"results": [
{
"affinityGroupID": "1676a8c4-5962-6ac0-f655-3a80cc15ee5b",
"affinityGroupName": "biz-test",
"affinityGroupPolicy": {
"id": 2,
"name": "soft-anti-affinity"
},
"createAt": "2022-12-19T03:16:09.501922Z",
"deleted": false,
"updateAt": "2022-12-22T01:58:06.635026Z"
}
],
"totalCount": 1,
"totalPage": 1
},
"statusCode": 800
}