Modifies an anti-ransomware policy.
Debugging
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 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. | {"Source":["home","admin"]} |
| 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 | Yes | The UUID of the server to which the anti-ransomware policy is applied. | 1587bedb-fdb4-48c4-9330-**** |
Response parameters
Examples
Sample success responses
JSONformat
{
"RequestId": "D0D6E6E4-CB8C-4897-B852-46AEFDA04B21"
}Error codes
| HTTP status code | Error code | Error message | Description |
|---|---|---|---|
| 400 | AgentNotOnline | The agent not online. | The error message returned because the Security Center agent is offline. Make sure that the Security Center agent is online and try again. |
| 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 Service error codes.
Change history
| Change time | Summary of changes | Operation |
|---|---|---|
| 2023-03-23 | The Error code has changed | View Change Details |
| 2022-08-01 | The internal configuration of the API is changed, but the call is not affected | View Change Details |
