Updates the configuration of a backup client.
Operation description
Applies to updating both legacy and new 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 use HTTPS to transmit data plane data.
|
false |
| VaultId |
string |
No |
The backup vault ID. This parameter is required for legacy clients. |
v-********************* |
| ClientId |
string |
Yes |
The backup client ID. |
c-********************* |
| DataNetworkType |
string |
No |
The data plane access point type. Valid values:
|
VPC |
| MaxCpuCore |
integer |
No |
The number of CPU cores used by a single backup job. A value of 0 indicates no limit. |
1 |
| MaxWorker |
integer |
No |
The number of concurrent workers for a single backup job. A value of 0 indicates no limit. |
1 |
| DataProxySetting |
string |
No |
The data plane proxy setting. Valid values:
|
USE_CONTROL_PROXY |
| ProxyHost |
string |
No |
The IP address of the custom data plane proxy server host. |
192.168.11.100 |
| ProxyPort |
integer |
No |
The port of the custom data plane proxy server host. |
3128 |
| ProxyUser |
string |
No |
The username of the custom data plane proxy server. |
user |
| ProxyPassword |
string |
No |
The password of the custom data plane proxy server. |
****** |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-********************* |
| MaxMemory |
integer |
No |
The maximum memory that the client can use, in bytes. Only version 2.13.0 and later are supported. |
4096 |
| AlertOnPartialComplete |
boolean |
No |
Specifies whether to trigger an alert for partially completed jobs. This parameter takes effect only for local File Backup and ECS File Backup Essential Edition. |
false |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Code |
string |
The response code. 200 indicates success. |
200 |
| Message |
string |
The response message. "successful" is returned for success. An error message is returned for failure. |
successful |
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
| Success |
boolean |
Indicates whether the request was successful.
|
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.