Queries one or more policies.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
hbr:DescribePoliciesV2 |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| NextToken |
string |
No |
The token that is used to retrieve the next page of policies. |
caeba0bbb2be03f84eb48b699f0a |
| MaxResults |
integer |
No |
The number of entries to return on each page. Valid values: 10 to 100. Default value: 10. |
10 |
| PolicyId |
string |
No |
The policy ID. |
po-000************2l6 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
DescribePoliciesResponse |
||
| Policies |
array<object> |
The list of policies. |
|
|
object |
The details of the policy. |
||
| CreatedTime |
integer |
The time when the policy was created. This value is a UNIX timestamp. Unit: seconds. |
1650248136 |
| UpdatedTime |
integer |
The time when the policy was updated. This value is a UNIX timestamp. Unit: seconds. |
1662080404 |
| PolicyId |
string |
The policy ID. |
po-000************bkz |
| PolicyName |
string |
The policy name. |
Daily Local Backup + Remote Backup |
| PolicyDescription |
string |
The description of the policy. |
Data is backed up at 10:00:00 every day and replicated to the China (Shanghai) region for geo-redundancy. |
| Rules |
array<object> |
The list of policy rules. |
|
|
object |
The details of the policy rule. |
||
| RuleId |
string |
The rule ID. |
rule-000************f1e |
| RuleType |
string |
The type of the rule. Each policy must have at least one rule of the BACKUP type and can have only one rule of the TRANSITION type. Valid values:
|
BACKUP |
| Schedule |
string |
This parameter is required only when RuleType is set to BACKUP. The backup schedule. The format is
|
I|1648647166|P1D |
| BackupType |
string |
This parameter is required only when RuleType is set to BACKUP. The backup type. The value COMPLETE indicates a full backup. |
COMPLETE |
| VaultId |
string |
This parameter is required only when RuleType is set to BACKUP. The ID of the backup vault. |
v-000**************kgm |
| ReplicationRegionId |
string |
This parameter is required only when RuleType is set to REPLICATION. The ID of the destination region for replication. |
cn-shanghai |
| Retention |
integer |
This parameter is required only when RuleType is set to TRANSITION or REPLICATION.
|
7 |
| RetentionRules |
array<object> |
This parameter is required only when RuleType is set to TRANSITION. The list of special retention rules. |
|
|
object |
The special retention rule. |
||
| AdvancedRetentionType |
string |
The type of the special retention rule. Valid values:
|
YEARLY |
| WhichSnapshot |
integer |
Specifies which backup is retained. This parameter is valid only for the first backup. The value must be 1. |
1 |
| Retention |
integer |
The special retention period of the backup. The minimum value is 1. Unit: days. |
730 |
| ArchiveDays |
integer |
This parameter is required only when RuleType is set to TRANSITION. The number of days before a backup is converted to an archive backup. Unit: days. |
30 |
| KeepLatestSnapshots |
integer |
Specifies whether to retain at least one backup version. Valid values:
|
1 |
| DataSourceFilters |
array<object> |
This parameter is required only when RuleType is set to TAG. The filter rules for data sources. |
|
|
object |
|||
| SourceType |
string |
The type of the data source. Valid values:
|
UDM_ECS |
| DataSourceIds |
array |
This parameter is deprecated. |
|
|
string |
This parameter is deprecated. |
Deprecated. |
|
| TagFilters |
array<object> |
This parameter is required only when RuleType is set to TAG. The filter rules for resource tags. |
|
|
object |
|||
| Key |
string |
The tag key. |
env |
| Value |
string |
The tag value. If you leave this parameter empty, all tag values are matched. |
prod |
| Operator |
string |
The tag matching rule. Valid values:
|
EQUAL |
| Immutable |
boolean |
This parameter is valid only when PolicyType is set toUDM_ECS_ONLY. This parameter specifies whether to enable backup locking. |
true |
| PolicyBindingCount |
integer |
The number of data sources that are bound to the policy. |
5 |
| PolicyType |
string |
The type of the policy. Valid values:
|
STANDARD |
| BusinessStatus |
string |
The business status. |
ACTIVE |
| NextToken |
string |
The token that is used to retrieve the next page of policies. |
caeba0bbb2be03f84eb48b699f0a |
| MaxResults |
integer |
The number of entries returned on each page. Valid values: 10 to 100. Default value: 10. |
10 |
| TotalCount |
integer |
The total number of records. |
12 |
| Success |
boolean |
Indicates whether the request was successful. Valid values:
|
true |
| Code |
string |
The return code. A value of 200 indicates that the request was successful. |
200 |
| Message |
string |
The message that is returned. If the request was successful, `successful` is returned. If the request failed, an error message is returned. |
successful |
| RequestId |
string |
The request ID. |
473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E |
Examples
Success response
JSON format
{
"Policies": [
{
"CreatedTime": 1650248136,
"UpdatedTime": 1662080404,
"PolicyId": "po-000************bkz",
"PolicyName": "Daily Local Backup + Remote Backup\n",
"PolicyDescription": "Data is backed up at 10:00:00 every day and replicated to the China (Shanghai) region for geo-redundancy.\n",
"Rules": [
{
"RuleId": "rule-000************f1e",
"RuleType": "BACKUP",
"Schedule": "I|1648647166|P1D",
"BackupType": "COMPLETE",
"VaultId": "v-000**************kgm",
"ReplicationRegionId": "cn-shanghai",
"Retention": 7,
"RetentionRules": [
{
"AdvancedRetentionType": "YEARLY",
"WhichSnapshot": 1,
"Retention": 730
}
],
"ArchiveDays": 30,
"KeepLatestSnapshots": 1,
"DataSourceFilters": [
{
"SourceType": "UDM_ECS",
"DataSourceIds": [
"Deprecated.\n"
]
}
],
"TagFilters": [
{
"Key": "env",
"Value": "prod",
"Operator": "EQUAL"
}
],
"Immutable": true
}
],
"PolicyBindingCount": 5,
"PolicyType": "STANDARD",
"BusinessStatus": "ACTIVE"
}
],
"NextToken": "caeba0bbb2be03f84eb48b699f0a",
"MaxResults": 10,
"TotalCount": 12,
"Success": true,
"Code": "200",
"Message": "successful",
"RequestId": "473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.