Queries a list of control policies.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
yundun-bastionhost:ListPolicies |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The bastion host ID. Note
You can call the DescribeInstances operation to query the bastion host ID. |
bastionhost-cn-5yd393wzk08 |
| RegionId |
string |
No |
The region ID of the bastion host. Note
For more information about the mapping between region IDs and region names, see Regions and zones. |
cn-hangzhou |
| PageNumber |
string |
No |
The page number. Default value: 1. |
1 |
| PageSize |
string |
No |
The number of entries per page. Note
We recommend that you do not leave this parameter empty. |
20 |
| PolicyName |
string |
No |
The name of the control policy to query. Only exact match is supported. |
123 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| Policies |
array<object> |
The control policies. |
|
|
object |
|||
| Comment |
string |
The remarks of the control policy. |
Comment |
| PolicyId |
string |
The control policy ID. |
2 |
| PolicyName |
string |
The name of the control policy. |
test |
| Priority |
integer |
The priority of the control policy. A smaller value indicates a higher priority. |
1 |
| RequestId |
string |
The request ID. |
EC9BF0F4-8983-491A-BC8C-1B4DD94976DE |
| TotalCount |
integer |
The total number of control policies that are returned. |
10 |
Examples
Success response
JSON format
{
"Policies": [
{
"Comment": "Comment\t",
"PolicyId": "2",
"PolicyName": "test",
"Priority": 1
}
],
"RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
"TotalCount": 10
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidParameter | The argument is invalid. | The argument is invalid. |
| 500 | InternalError | An unknown error occurred. | An unknown error occurred. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.