All Products
Search
Document Center

Global Accelerator:ListSystemSecurityPolicies

Last Updated:Aug 28, 2026

Queries the TLS security policies that are supported by HTTPS listeners.

Operation description

When you create an HTTPS listener, you can select a TLS security policy. Call this operation to query the supported TLS system security 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

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:ListSystemSecurityPolicies

list

*SystemSecurityPolicy

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

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

No

The region ID of the Global Accelerator (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. Valid values: 1 to 100. Default value: 10.

10

Response elements

Element

Type

Description

Example

object

The response parameters.

RequestId

string

The request ID.

A9B4E54C-9CCD-4002-91A9-D38C6C209192

TotalCount

integer

The total number of entries returned.

2

PageSize

integer

The number of entries per page.

10

PageNumber

integer

The page number.

1

SecurityPolicies

array<object>

The list of TLS security policies.

object

SecurityPolicyId

string

The ID of the TLS security policy.

tls_cipher_policy_1_1

TlsVersions

array

The supported TLS versions. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3.

string

The supported TLS versions. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3.

["TLSv1.0","TLSv1.2"]

Ciphers

array

The supported cipher suites. The value of this parameter is determined by the value of TLSVersions.

The specified cipher suites must be supported by at least one value of TLSVersions. For example, if you set TLSVersions to TLSv1.3, you must specify cipher suites that are supported by TLSv1.3.

  • Valid values when TLSVersions is set to TLSv1.0 or TLSv1.1:

    • ECDHE-ECDSA-AES128-SHA

    • ECDHE-ECDSA-AES256-SHA

    • ECDHE-RSA-AES128-SHA

    • ECDHE-RSA-AES256-SHA

    • AES128-SHA

    • AES256-SHA

    • DES-CBC3-SHA

  • Valid values when TLSVersions is set to TLSv1.2:

    • ECDHE-ECDSA-AES128-SHA

    • ECDHE-ECDSA-AES256-SHA

    • ECDHE-RSA-AES128-SHA

    • ECDHE-RSA-AES256-SHA

    • AES128-SHA

    • AES256-SHA

    • DES-CBC3-SHA

    • 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

    • AES128-GCM-SHA256

    • AES256-GCM-SHA384

    • AES128-SHA256

    • AES256-SHA256

  • Valid values when TLSVersions is set to TLSv1.3:

    • 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

string

The supported cipher suites. The value of this parameter is determined by the value of TLSVersions.

The specified cipher suites must be supported by at least one value of TLSVersions. For example, if you set TLSVersions to TLSv1.3, you must specify cipher suites that are supported by TLSv1.3.

  • The cipher suites that are supported by TLSv1.0 and TLSv1.1:

    • ECDHE-ECDSA-AES128-SHA

    • ECDHE-ECDSA-AES256-SHA

    • ECDHE-RSA-AES128-SHA

    • ECDHE-RSA-AES256-SHA

    • AES128-SHA

    • AES256-SHA

    • DES-CBC3-SHA

  • The cipher suites that are supported by TLSv1.2:

    • ECDHE-ECDSA-AES128-SHA

    • ECDHE-ECDSA-AES256-SHA

    • ECDHE-RSA-AES128-SHA

    • ECDHE-RSA-AES256-SHA

    • AES128-SHA

    • AES256-SHA

    • DES-CBC3-SHA

    • 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

    • AES128-GCM-SHA256

    • AES256-GCM-SHA384

    • AES128-SHA256

    • AES256-SHA256

  • The cipher suites that are supported by TLSv1.3:

    • 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-SHA","ECDHE-RSA-AES128-GCM-SHA256"]

Examples

Success response

JSON format

{
  "RequestId": "A9B4E54C-9CCD-4002-91A9-D38C6C209192",
  "TotalCount": 2,
  "PageSize": 10,
  "PageNumber": 1,
  "SecurityPolicies": [
    {
      "SecurityPolicyId": "tls_cipher_policy_1_1",
      "TlsVersions": [
        "[\"TLSv1.0\",\"TLSv1.2\"]"
      ],
      "Ciphers": [
        "[\"ECDHE-ECDSA-AES128-SHA\",\"ECDHE-RSA-AES128-GCM-SHA256\"]"
      ]
    }
  ]
}

Error codes

HTTP status code

Error code

Error message

Description

400 NoPermission No permissions. No permissions.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.