Modifies an anti-ransomware policy.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
yundun-sas:ModifyBackupPolicy | update |
|
| none |
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
JSON
format
{
"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 |