{
"regionID":"nm8",
"affinityGroupID":"f3c9e5f3-16bb-3ccf-3142-c0f17bcb7933",
"instanceID":"a91c844a-426d-cf5b-ef0a-e3779d284f0f"
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/ecs/affinity-group/bind-instance-check' \
--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",
"affinityGroupID":"f3c9e5f3-16bb-3ccf-3142-c0f17bcb7933",
"instanceID":"a91c844a-426d-cf5b-ef0a-e3779d284f0f"
}'{
"message": "success",
"returnObj": {
"needMigrate": 0
},
"traceID": "feac59c288210d0a6556babffd9fd2f3",
"statusCode": 800,
"errorCode": "Success",
"description": "成功"
}