Updates the description of a backup job.
Try it now
Test
RAM authorization
Request syntax
POST /webapi/backup/manage/update HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region where the cluster is located. |
cn-hangzhou |
| body |
object |
No |
The request parameters. |
|
| description |
string |
No |
The description of the backup. |
backupTask-desc1 |
| backupTaskId |
string |
No |
The ID of the backup job. |
bk-t1232839 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The ID of the request. |
32A44F0D-BFF6-5664-999A-218BBDE7**** |
| Success |
boolean |
Indicates whether the request was successful. |
false |
| ErrCode |
string |
The error code. |
InvalidParams |
| ErrMessage |
string |
The error message. |
Invalid params: [Region id should be select from set [cn-beijing, cn-hangzhou]] |
| Data |
boolean |
The returned data. |
24151320976**** |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "32A44F0D-BFF6-5664-999A-218BBDE7****",
"Success": false,
"ErrCode": "InvalidParams",
"ErrMessage": "Invalid params: [Region id should be select from set [cn-beijing, cn-hangzhou]]",
"Data": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.