All Products
Search
Document Center

Bastionhost:ListPolicies

Last Updated:Apr 22, 2026

Queries a list of control policies.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.
Valid values: 1 to 100. Default value: 20. If you leave this parameter empty, 20 entries are returned on each 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.