Mengubah kebijakan cadangan.
Deskripsi operasi
If you modify a backup policy, the modification takes effect on all data sources that are bound to the backup policy. Proceed with caution.
Coba sekarang
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:UpdatePolicyV2 |
update |
*All Resource
|
None | None |
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| PolicyId |
string |
No |
ID kebijakan cadangan. |
po-000************viy |
| PolicyName |
string |
No |
Nama kebijakan cadangan. |
Daily Local Backup + Remote Backup |
| PolicyDescription |
string |
No |
Deskripsi kebijakan cadangan. |
Data is backed up at 10:00:00 every day and replicated to the China (Shanghai) region for geo-redundancy. |
| Rules |
array<object> |
No |
Aturan dalam kebijakan cadangan. |
|
|
array<object> |
No |
The details of the rule. |
||
| RuleId |
string |
No |
The rule ID. |
rule-000************rof |
| RuleType |
string |
No |
The type of the rule. Each backup policy must have at least one rule of the BACKUP type and only one rule of the TRANSITION type. Valid values:
|
BACKUP |
| Schedule |
string |
No |
This parameter is required only if the RuleType parameter is set to BACKUP. This parameter specifies the backup schedule settings. Formats:
The system does not run a backup job before the specified point in time. Each backup job, except the first one, starts only after the previous backup job is completed. |
I|1648647166|P1D |
| BackupType |
string |
No |
This parameter is required only if the RuleType parameter is set to BACKUP. This parameter specifies the backup type. Valid value: COMPLETE, which indicates full backup. |
COMPLETE |
| Retention |
integer |
No |
This parameter is required only if the RuleType parameter is set to TRANSITION or REPLICATION.
|
7 |
| ReplicationRegionId |
string |
No |
This parameter is required only if the RuleType parameter is set to REPLICATION. This parameter specifies the ID of the destination region. |
cn-shanghai |
| ArchiveDays |
integer |
No |
This parameter is required only if the RuleType parameter is set to TRANSITION. This parameter specifies the time when data is dumped from a backup vault to an archive vault. Unit: days. |
90 |
| ColdArchiveDays |
integer |
No |
This parameter is required only if the RuleType parameter is set to TRANSITION. This parameter specifies the time when data is dumped from a backup vault to a cold archive vault. Unit: days. |
365 |
| VaultId |
string |
No |
This parameter is required only if the RuleType parameter is set to BACKUP. The ID of the backup vault. |
v-0001************aseg |
| RetentionRules |
array<object> |
No |
This parameter is required only if the RuleType parameter is set to TRANSITION. This parameter specifies the special retention rules. |
|
|
object |
No |
The special retention rule. |
||
| AdvancedRetentionType |
string |
No |
The type of the special retention rule. Valid values:
|
YEARLY |
| WhichSnapshot |
integer |
No |
Specifies which backup is retained based on the special retention rule. Only the first backup can be retained. |
1 |
| Retention |
integer |
No |
The special retention period of backups. Minimum value: 1. Unit: days. |
365 |
| KeepLatestSnapshots |
integer |
No |
Specifies whether to enable the feature of keeping at least one backup version. Valid values:
|
1 |
| DataSourceFilters |
array<object> |
No |
This parameter is required only if the RuleType parameter is set to TAG. This parameter specifies the data source filter rule. |
|
|
object |
No |
|||
| SourceType |
string |
No |
The type of the data source. Valid values:
|
UDM_ECS |
| DataSourceIds |
array |
No |
This parameter is deprecated. |
|
|
string |
No |
This parameter is deprecated. |
deprecated |
|
| TagFilters |
array<object> |
No |
This parameter is required only if the RuleType parameter is set to TAG. This parameter specifies the resource tag filter rule. |
|
|
object |
No |
|||
| Key |
string |
No |
The tag key. |
env |
| Value |
string |
No |
The tag value. If you leave this parameter empty, the value is any value. |
prod |
| Operator |
string |
No |
The tag-based matching rule. Valid values:
|
EQUAL |
| Immutable |
boolean |
No |
This parameter is required only if the PolicyType parameter is set to UDM_ECS_ONLY. This parameter specifies whether to enable the immutable backup feature. |
true |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
UpdatePolicyResponse |
||
| Success |
boolean |
Indicates whether the call is successful. Valid values:
|
true |
| Code |
string |
The HTTP status code. The status code 200 indicates that the call is successful. |
200 |
| Message |
string |
The message that is returned. If the call is successful, "successful" is returned. If the call fails, an error message is returned. |
successful |
| RequestId |
string |
The ID of the request. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Contoh
Respons sukses
JSONformat
{
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.