Updates the settings of a Cloud Backup client.
Operation description
This operation applies to both legacy and new Cloud Backup clients.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:UpdateClientSettings |
update |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| UseHttps |
boolean |
No |
Specifies whether to transmit the data on the data plane over HTTPS. Valid values:
|
false |
| VaultId |
string |
No |
The ID of the backup vault. This parameter is required for the old HBR client. |
v-********************* |
| ClientId |
string |
Yes |
The ID of the HBR client. |
c-********************* |
| DataNetworkType |
string |
No |
The type of the endpoint on the data plane. Valid values:
|
VPC |
| MaxCpuCore |
integer |
No |
The number of CPU cores used by a single backup job. The value 0 indicates that the number is unlimited. |
1 |
| MaxWorker |
integer |
No |
The number of concurrent backup jobs. The value 0 indicates that the number is unlimited. |
1 |
| DataProxySetting |
string |
No |
The proxy configuration on the data plane. Valid values:
|
USE_CONTROL_PROXY |
| ProxyHost |
string |
No |
The custom host IP address of the proxy server on the data plane. |
192.168.11.100 |
| ProxyPort |
integer |
No |
The custom host port of the proxy server on the data plane. |
3128 |
| ProxyUser |
string |
No |
The custom username of the proxy server on the data plane. |
user |
| ProxyPassword |
string |
No |
The custom password of the proxy server on the data plane. |
****** |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-********************* |
| MaxMemory |
integer |
No |
The maximum memory that can be used by the client. Unit: bytes. Only V2.13.0 and later are supported. |
4096 |
| AlertOnPartialComplete |
boolean |
No |
Specifies whether to generate alert for partially completed jobs. This parameter is valid only for on-premises file backup and ECS file backup. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The HTTP status 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. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
Examples
Success response
JSON format
{
"Code": "200",
"Message": "successful",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E",
"Success": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.