Upgrades the Cloud Backup client.
Operation description
Upgrades a Cloud Backup client to the latest version. After the upgrade succeeds, the client version cannot be rolled back.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:UpgradeClient |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| VaultId |
string |
No |
The ID of the backup vault. |
v-000djw8ci******3ic |
| ClientId |
string |
No |
The ID of the Cloud Backup client. |
c-000boklw******63a9 |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-acfmy6uja5wyc2i |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. The status code 200 indicates that the request was successful. |
200 |
| Message |
string |
The returned message. If the request was successful, "successful" is returned. If the request failed, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
22D97921-16BD-547C-B175-1DC25B1DCD73 |
| TaskId |
string |
The ID of the asynchronous job. You can call the DescribeTask operation to query the execution result of an asynchronous job. |
t-000i97jujk0z58a2ignf |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "22D97921-16BD-547C-B175-1DC25B1DCD73",
"TaskId": "t-000i97jujk0z58a2ignf",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.