{
"diskID": "7f3970c2-7842-4871-82a5-ced071ccaccb",
"regionID": "nm8",
"description": "test",
"repositoryID": "76d0e4bb-db20-52d6-af9d-c99debf6c37d",
"backupName": "test061301"
}
curl --location --request POST '/v4/paas/ebs-backup/create-backup' \
--header 'Content-Type: application/json' \
--data-raw '{
"diskID": "7f3970c2-7842-4871-82a5-ced071ccaccb",
"regionID": "nm8",
"description": "test",
"repositoryID": "76d0e4bb-db20-52d6-af9d-c99debf6c37d",
"backupName": "test061301"
}'
{
"description":"成功 X-Trace-ID-->c0753a178a42faa",
"errorCode":"SUCCESS",
"message":"success",
"returnObj":{
"backupID":"",
"jobID":"cb012884-7c4a-47e3-ad27-e3fc8bc25e7f",
"taskID":"1ddda8bb-38d8-58e7-9398-bb2093c91751"
},
"statusCode":800
}