Modifies an anti-ransomware policy.
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Id | long | Yes | The ID of the anti-ransomware policy that you want to modify. | 11 |
Name | string | Yes | The name of the anti-ransomware policy that you want to modify. | policy_name_A |
Policy | object | Yes | The new configurations of the anti-ransomware policy that you want to modify. The value is a JSON string that contains the following fields:
If you back up data on an Elastic Compute Service (ECS) instance that is connected over an internal network, we recommend that you leave this field empty. If this field is left empty, the bandwidth for data backup tasks is unlimited. | |
PolicyVersion | string | No | The version of the anti-ransomware policy. You can call the DescribeBackupPolicies operation to query the versions of anti-ransomware policies.
| 2.0.0 |
PolicyRegionId | string | No | The region ID of the server to which the anti-ransomware policy is applied. You can call the DescribeSupportRegion operation to query the regions in which the anti-ransomware feature is supported. | cn-hangzhou |
UuidList | array | Yes | The UUIDs of the servers to which the anti-ransomware policy is applied. | |
string | No | The UUIDs of the servers to which the anti-ransomware policy is applied. | 1587bedb-fdb4-48c4-9330-**** |
Response parameters
Example
Normal return example
JSON
Format
{
"RequestId": "D0D6E6E4-CB8C-4897-B852-46AEFDA04B21"
}
Error codes
Http code | Error code | Error message | Description |
---|---|---|---|
403 | NoPermission | caller has no permission | You are not authorized to do this operation. |
500 | ServerError | ServerError | - |
For a list of error codes, visit the API error center.
Change history
Change time | Summary of changes | Operate | ||
---|---|---|---|---|
2022-08-01 | The internal configurations of the API operation has changed but you can still call the operation. | |||
|