All Products
Search
Document Center

Global Accelerator:ListListeners

Last Updated:Dec 23, 2025

Queries a list of listeners.

Operation description

This operation queries the listeners of a Global Accelerator (GA) instance. The query returns the routing type, status, creation timestamp, and port information for each listener.

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

ga:ListListeners

list

*Listener

acs:ga:{#regionId}:{#accountId}:listener/*

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region ID of the GA instance. Set the value to cn-hangzhou.

cn-hangzhou

PageNumber

integer

No

The page number. Default value: 1.

1

PageSize

integer

No

The number of entries per page. Maximum value: 50. Default value: 10.

10

AcceleratorId

string

Yes

The ID of the GA instance.

ga-bp1odcab8tmno0hdq****

Protocol

string

No

Response elements

Element

Type

Description

Example

object

The list of returned information.

TotalCount

integer

The number of entries returned.

1

Listeners

array<object>

The listener information.

array<object>

The listener information.

Certificates

array<object>

The SSL certificate information.

object

The SSL certificate information.

Type

string

The type of the certificate.

Only Server is returned, which indicates a server certificate.

Server

Id

string

The ID of the SSL certificate.

44983xxxx-cn-hangzhou

BackendPorts

array<object>

The backend server port information.

object

The backend server port information.

FromPort

string

The start port of the backend server.

80

ToPort

string

The end port of the backend server.

80

ListenerId

string

The listener ID.

lsr-bp1bpn0kn908w4nbw****

Description

string

The description of the listener.

Listener

State

string

The status of the listener.

  • active: Normal.

  • init: The listener is being initialized.

  • updating: The listener is being updated.

  • deleting: The listener is being deleted.

active

ClientAffinity

string

Client affinity.

  • NONE: Client affinity is disabled. Requests from the same client are not always routed to the same endpoint.

  • SOURCE_IP: Client affinity is enabled. When a client accesses a stateful application, all requests from the same client are routed to the same endpoint regardless of the source port and protocol.

SOURCE_IP

Protocol

string

The network transport protocol of the listener.

  • TCP: TCP.

  • UDP: UDP.

  • HTTP: HTTP.

  • HTTPS: HTTPS.

TCP

CreateTime

integer

The timestamp that indicates when the listener was created. Unit: milliseconds.

1577786252000

PortRanges

array<object>

The listener port information.

object

The listener port information.

FromPort

integer

The start port of the listener port range that is used to receive and forward requests to endpoints.

20

ToPort

integer

The end port of the listener port range that is used to receive and forward requests to endpoints.

20

Name

string

The name of the listener.

Listener

ProxyProtocol deprecated

boolean

Indicates whether the proxy protocol is enabled to preserve client IP addresses.

  • true: The proxy protocol is enabled. After you enable this feature, you can view the original IP addresses of clients on the backend service.

  • false: The proxy protocol is disabled.

true

AcceleratorId

string

The ID of the GA instance.

ga-bp1odcab8tmno0hdq****

XForwardedForConfig

object

The configuration of the XForward header.

XForwardedForGaIdEnabled

boolean

Indicates whether the GA-ID header is used to retrieve the ID of the GA instance.

  • true: Yes.

  • false: No.

Note

This parameter is available only for HTTP and HTTPS listeners.

false

XRealIpEnabled

boolean

Indicates whether the X-Real-IP header is used to retrieve client IP addresses.

  • true: Yes.

  • false: No.

Note

This parameter is available only for HTTP and HTTPS listeners.

false

XForwardedForGaApEnabled

boolean

Indicates whether the GA-AP header is used to retrieve the acceleration region information.

  • true: Yes.

  • false: No.

Note

This parameter is available only for HTTP and HTTPS listeners.

false

XForwardedForProtoEnabled

boolean

Indicates whether the GA-X-Forward-Proto header is used to retrieve the listener protocol of the GA instance.

  • true: Yes.

  • false: No.

Note

This parameter is available only for HTTP and HTTPS listeners.

false

XForwardedForPortEnabled

boolean

Indicates whether the GA-X-Forward-Port header is used to retrieve the listener port of the GA instance.

  • true: Yes.

  • false: No.

Note

This parameter is available only for HTTP and HTTPS listeners.

false

SecurityPolicyId

string

The ID of the security policy.

  • tls_cipher_policy_1_0

    • Supported TLS versions: TLS 1.0, TLS 1.1, and TLS 1.2.

    • Supported cipher suites: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256, ECDHE-RSA-AES256-SHA384, AES128-GCM-SHA256, AES256-GCM-SHA384, AES128-SHA256, AES256-SHA256, ECDHE-RSA-AES128-SHA, ECDHE-RSA-AES256-SHA, AES128-SHA, AES256-SHA, and DES-CBC3-SHA.

  • tls_cipher_policy_1_1

    • Supported TLS versions: TLS 1.1 and TLS 1.2.

    • Supported cipher suites: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256, ECDHE-RSA-AES256-SHA384, AES128-GCM-SHA256, AES256-GCM-SHA384, AES128-SHA256, AES256-SHA256, ECDHE-RSA-AES128-SHA, ECDHE-RSA-AES256-SHA, AES128-SHA, AES256-SHA, and DES-CBC3-SHA.

  • tls_cipher_policy_1_2

    • Supported TLS version: TLS 1.2.

    • Supported cipher suites: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256, ECDHE-RSA-AES256-SHA384, AES128-GCM-SHA256, AES256-GCM-SHA384, AES128-SHA256, AES256-SHA256, ECDHE-RSA-AES128-SHA, ECDHE-RSA-AES256-SHA, AES128-SHA, AES256-SHA, and DES-CBC3-SHA.

  • tls_cipher_policy_1_2_strict

    • Supported TLS version: TLS 1.2.

    • Supported cipher suites: ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256, ECDHE-RSA-AES256-SHA384, ECDHE-RSA-AES128-SHA, and ECDHE-RSA-AES256-SHA.

  • tls_cipher_policy_1_2_strict_with_1_3

    • Supported TLS versions: TLS 1.2 and TLS 1.3.

    • Supported cipher suites: TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384, TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_CCM_SHA256, TLS_AES_128_CCM_8_SHA256, ECDHE-ECDSA-AES128-GCM-SHA256, ECDHE-ECDSA-AES256-GCM-SHA384, ECDHE-ECDSA-AES128-SHA256, ECDHE-ECDSA-AES256-SHA384, ECDHE-RSA-AES128-GCM-SHA256, ECDHE-RSA-AES256-GCM-SHA384, ECDHE-RSA-AES128-SHA256, ECDHE-RSA-AES256-SHA384, ECDHE-ECDSA-AES128-SHA, ECDHE-ECDSA-AES256-SHA, ECDHE-RSA-AES128-SHA, and ECDHE-RSA-AES256-SHA.

Note

This parameter is available only for HTTPS listeners.

tls_cipher_policy_1_0

Type

string

The routing type of the listener.

  • Standard: intelligent routing.

  • CustomRouting: custom routing.

Standard

ServiceId

string

The ID of the service that manages the instance.

Note

This parameter is returned only when ServiceManaged is set to True.

ALB

ServiceManaged

boolean

Indicates whether the instance is a managed instance. Valid values:

  • true: The instance is a managed instance.

  • false: The instance is not a managed instance.

true

ServiceManagedInfos

array<object>

The actions that you can perform on the managed instance.

Note
  • This parameter is returned only when ServiceManaged is set to True.

  • When an instance is managed, you cannot perform some operations on the instance.

object

The actions that you can perform on the managed instance.

Action

string

The name of the action on the managed instance. Valid values:

  • Create: Create an instance.

  • Update: Update the current instance.

  • Delete: Delete the current instance.

  • Associate: Associate the current instance with another instance.

  • UserUnmanaged: Unmanage the instance.

  • CreateChild: Create a child resource in the current instance.

Update

ChildType

string

The type of the child resource. Valid values:

  • Listener: listener.

  • IpSet: acceleration region.

  • EndpointGroup: endpoint group.

  • ForwardingRule: forwarding rule.

  • Endpoint: endpoint.

  • EndpointGroupDestination: a protocol mapping of an endpoint group for a custom routing listener.

  • EndpointPolicy: a traffic policy for an endpoint of a custom routing listener.

Note

This parameter is returned only when Action is set to CreateChild.

Listener

IsManaged

boolean

Indicates whether the action is managed. Valid values:

  • true: The action is managed. You cannot perform the specified action on the managed instance.

  • false: The action is not managed. You can perform the specified action on the managed instance.

false

IdleTimeout

integer

The timeout period of idle connections. Unit: seconds.

900

RequestTimeout

integer

The timeout period for HTTP or HTTPS requests. Unit: seconds.

Note

This parameter is available only for HTTP and HTTPS listeners. If a backend server does not respond within the timeout period, Global Accelerator returns an HTTP 504 error to the client.

60

HttpVersion

string

The maximum version of the HTTP protocol. Valid values:

  • http3: HTTP/3.

  • http2: HTTP/2.

  • http1.1: HTTP/1.1.

Note

This parameter is available only for HTTPS listeners.

http2

PageSize

integer

The number of entries per page.

10

RequestId

string

The request ID.

6FEA0CF3-D3B9-43E5-A304-D217037876A8

PageNumber

integer

The page number.

1

Examples

Success response

JSON format

{
  "TotalCount": 1,
  "Listeners": [
    {
      "Certificates": [
        {
          "Type": "Server",
          "Id": "44983xxxx-cn-hangzhou"
        }
      ],
      "BackendPorts": [
        {
          "FromPort": "80",
          "ToPort": "80"
        }
      ],
      "ListenerId": "lsr-bp1bpn0kn908w4nbw****",
      "Description": "Listener",
      "State": "active",
      "ClientAffinity": "SOURCE_IP",
      "Protocol": "TCP",
      "CreateTime": 1577786252000,
      "PortRanges": [
        {
          "FromPort": 20,
          "ToPort": 20
        }
      ],
      "Name": "Listener",
      "ProxyProtocol": true,
      "AcceleratorId": "ga-bp1odcab8tmno0hdq****",
      "XForwardedForConfig": {
        "XForwardedForGaIdEnabled": false,
        "XRealIpEnabled": false,
        "XForwardedForGaApEnabled": false,
        "XForwardedForProtoEnabled": false,
        "XForwardedForPortEnabled": false
      },
      "SecurityPolicyId": "tls_cipher_policy_1_0",
      "Type": "Standard",
      "ServiceId": "ALB",
      "ServiceManaged": true,
      "ServiceManagedInfos": [
        {
          "Action": "Update",
          "ChildType": "Listener",
          "IsManaged": false
        }
      ],
      "IdleTimeout": 900,
      "RequestTimeout": 60,
      "HttpVersion": "http2"
    }
  ],
  "PageSize": 10,
  "RequestId": "6FEA0CF3-D3B9-43E5-A304-D217037876A8",
  "PageNumber": 1
}

Error codes

HTTP status code

Error code

Error message

Description

500 UnknownError An error occurred while processing your request. Please try again. If the error persists, please submit a ticket. An error occurred while the request was being processed. Try again later.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.