{
"regionID": "TestRegionID",
"instanceID": "e993eff4-12c3-23cf-6a5a-196bb235496a"
}
curl --location --request POST '/v4/ecs/reboot-instance' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"instanceID": "e993eff4-12c3-23cf-6a5a-196bb235496a"
}'
{
"returnObj": {
"jobID": "a8e88ab8-888e-8888-8b88-c8f88a88e8bf"
},
"errorCode": "",
"message": "",
"description": "",
"statusCode": 800
}