{
"regionID": "nm8",
"instanceID": "b6e2966d-7b1c-385e-abe4-d940caa273b7",
"snapshotName": "test"
}curl --location --request POST 'http://ct-global.ctapi-internal.ctyun.local:31111/v4/ecs/snapshot/create' \
--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",
"instanceID": "b6e2966d-7b1c-385e-abe4-d940caa273b7",
"snapshotName": "test"
}'{
"description": "成功",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"instanceID": "instance_uuidc4cb5146-a148-3427-0425-73dd2b81e60a",
"instanceName": "instance_name",
"jobID": "1111111",
"projectID": null,
"snapshotID": "73e30bcd-119b-9653-f864-a50150434a90",
"snapshotName": "mock ---- name snapshot_for_restore",
"snapshotStatus": "pending"
},
"statusCode": 800
}