{
"regionID": "nm8",
"azName": "az1",
"ID": "469320b5-2674-3640-65fa-8c623dc5ddf7",
"affinityGroupID": "fe5a2387-d090-40f5-9c3d-57cf4b699a6f"
}
curl --location --request POST '/v4/ecs/affinity-group/bind-check' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"azName": "az1",
"ID": "469320b5-2674-3640-65fa-8c623dc5ddf7",
"affinityGroupID": "fe5a2387-d090-40f5-9c3d-57cf4b699a6f"
}'
{
"description": "成功 X-Trace-ID-->f6b5d8ba431288a0",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"needMigrate": 0
},
"statusCode": 800
}