All Products
Search
Document Center

Bastionhost:ListOperationTickets

Last Updated:Jun 24, 2026

Retrieves the list of O&M applications that require approval.

Operation description

Retrieves the list of O&M applications that require approval for an administrator.

The China site Chinese QPS limit for this API is 10 requests per second. If this limit is exceeded, throttling is triggered, which may affect your business. Call this API appropriately.

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

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

yundun-bastionhost:ListOperationTickets

list

*All Resource

*

None None

Request parameters

Parameter

Type

Required

Description

Example

InstanceId

string

Yes

The instance ID of the bastion host.

Note

You can invoke DescribeInstances to obtain this parameter.

bastionhost-cn-st220aw****

RegionId

string

No

The region ID of the bastion host.

Note

For the mapping between region IDs and region names, see Regions and zones.

cn-hangzhou

PageNumber

string

No

The page number for a paged query. Default value: 1.

1

PageSize

string

No

The maximum number of entries per page for a paged query.
The maximum value of PageSize is 1000. The default number of entries per page is 20. If PageSize is left empty, 20 entries are returned by default.

Note

Do not leave PageSize empty.

20

AssetAddress

string

No

The exact asset address to search for in the pending approval list.

10.167.XX.XX

Response elements

Element

Type

Description

Example

object

The response data.

OperationTickets

array<object>

The list of O&M applications pending approval.

object

The response data.

ApplyUserId

string

The ID of the O&M applicant.

1

ApplyUsername

string

The username of the O&M applicant.

test

AssetAccountId

string

The ID of the asset account requested for O&M.

1

AssetAccountName

string

The logon name of the asset account requested for O&M.

root

AssetAddress

string

The address of the asset requested for O&M.

10.167.XX.XX

AssetId

string

The ID of the asset requested for O&M.

2

AssetName

string

The name of the asset requested for O&M.

poros-test

AssetNetworkDomainId

string

The network domain ID of the asset requested for O&M.

2

AssetOs

string

The operating system type of the asset requested for O&M.

Linux

AssetSource

string

The name of the asset source to which the requested O&M asset belongs. Valid values:

  • Local: local host

  • Ecs: ECS instance

  • Rds: ApsaraDB RDS instance

  • Name of a third-party asset source.

Local

AssetSourceInstanceId

string

The ID of the asset source to which the requested O&M asset belongs.

1

CreatedTime

integer

The time when the application was submitted, in seconds (UNIX timestamp format).

1669965908

OperationTicketId

string

The ID of the O&M application that requires approval.

1

ProtocolName

string

The protocol name requested for O&M.

SSH

State

string

The approval status. Valid values:

  • Normal: pending approval.

Normal

ApproveComment

string

The remarks entered by the O&M engineer when submitting the O&M application.

Comment

EffectStartTime

integer

The start time of the O&M period specified by the O&M engineer, in seconds (UNIX timestamp format).

Note

A value of 0 indicates that the O&M engineer did not specify a time when submitting the application.

1685600242

EffectEndTime

integer

The end time of the O&M period specified by the O&M engineer, in seconds (UNIX timestamp format).

Note

A value of 0 indicates that the O&M engineer did not specify a time when submitting the application.

1679393152

EffectCount

integer

The logon count limit requested by the O&M engineer. Valid values:

  • 0: No logon count limit. The O&M engineer can log on an unlimited number of times within the validity period.

  • 1: The O&M engineer can log on only once within the validity period.

0

RequestId

string

The unique request ID generated by Alibaba Cloud for this request.

EC9BF0F4-8983-491A-BC8C-1B4DD94976DE

TotalCount

integer

The total number of O&M applications pending approval.

20

Examples

Success response

JSON format

{
  "OperationTickets": [
    {
      "ApplyUserId": "1",
      "ApplyUsername": "test",
      "AssetAccountId": "1",
      "AssetAccountName": "root",
      "AssetAddress": "10.167.XX.XX",
      "AssetId": "2",
      "AssetName": "poros-test",
      "AssetNetworkDomainId": "2",
      "AssetOs": "Linux",
      "AssetSource": "Local",
      "AssetSourceInstanceId": "1",
      "CreatedTime": 1669965908,
      "OperationTicketId": "1",
      "ProtocolName": "SSH",
      "State": "Normal",
      "ApproveComment": "Comment",
      "EffectStartTime": 1685600242,
      "EffectEndTime": 1679393152,
      "EffectCount": 0
    }
  ],
  "RequestId": "EC9BF0F4-8983-491A-BC8C-1B4DD94976DE",
  "TotalCount": 20
}

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.