All Products
Search
Document Center

Global Accelerator:ListIpSets

Last Updated:Sep 17, 2026

Queries the list of acceleration regions for a specified Global Accelerator (GA) instance.

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

list

*IpSet

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

None None

Request parameters

Parameter

Type

Required

Description

Example

RegionId

string

Yes

The region where the Global Accelerator (GA) instance is deployed. Set the value to cn-hangzhou.

cn-hangzhou

PageNumber

integer

No

The page number of the list. Default value: 1.

1

PageSize

integer

No

The number of entries per page for a paged query. Maximum value: 100. Default value: 10.

10

AcceleratorId

string

Yes

The ID of the Global Accelerator (GA) instance.

ga-bp1yeeq8yfoyszmqy****

Response elements

Element

Type

Description

Example

object

The response parameters.

TotalCount

integer

The total number of entries in the list.

2

PageSize

integer

The number of entries per page in a paged query.

10

RequestId

string

The request ID.

A9B4E54C-9CCD-4002-91A9-D38C6C209192

PageNumber

integer

The page number of the list.

1

IpSets

array<object>

The list of acceleration area instances.

array<object>

The list of acceleration area instances.

AccelerateRegionId

string

The ID of the acceleration area.

cn-hangzhou

IpVersion

string

The IP address protocol version. Valid values:

  • IPv4

  • IPv6

  • DUAL_STACK

IPv4

Bandwidth

integer

The bandwidth allocated to the acceleration area. Unit: Mbps.

2

IspType

string

The line type of the acceleration area. Valid values:

  • BGP (default): BGP (multi-ISP) lines.

  • BGP_PRO: BGP (multi-ISP) premium lines.

BGP

State

string

The status of the acceleration area. Valid values:

  • init: Initializing.

  • active: Running.

  • updating: Configuring.

  • deleting: Deleting.

active

IpSetId

string

The ID of the acceleration region instance.

ips-bp11r5jb8ogp122xl****

IpAddressList

array

The list of accelerated IP addresses.

string

The list of accelerated IP addresses.

121.43..XX.XX

ServiceId

string

The ID of the service to which the managed instance belongs.

Note

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

ALB

ServiceManaged

boolean

Indicates whether the instance is managed. Valid values:

  • true: The instance is managed.

  • false: The instance is not managed.

true

ServiceManagedInfos

array<object>

The list of action policies that the user can execute on the managed instance.

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

  • When the instance is in the managed state, user operations on the instance are restricted, and certain actions are prohibited.

object

The list of action policies that the user can execute on the managed instance.

Action

string

The name of the managed policy action. Valid values:

  • Create: Create an instance.

  • Update: Update the current instance.

  • Delete: Delete the current instance.

  • Associate: Reference or be referenced by the current instance.

  • UserUnmanaged: Unmanage the instance.

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

Update

ChildType

string

The type of the child resource. Valid values:

  • Listener: listener resource.

  • IpSet: acceleration region resource.

  • EndpointGroup: endpoint group resource.

  • ForwardingRule: forwarding rule resource.

  • Endpoint: endpoint resource.

  • EndpointGroupDestination: protocol mapping resource of the endpoint group under a custom routing listener.

  • EndpointPolicy: traffic policy resource of the endpoint under a custom routing listener.

Note

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

Listener

IsManaged

boolean

Indicates whether the managed policy action is managed. Valid values:

  • true: The managed policy action is managed. The user cannot perform the action specified by Action on the managed instance.

  • false: The managed policy action is not managed. The user can perform the action specified by Action on the managed instance.

false

Examples

Success response

JSON format

{
  "TotalCount": 2,
  "PageSize": 10,
  "RequestId": "A9B4E54C-9CCD-4002-91A9-D38C6C209192",
  "PageNumber": 1,
  "IpSets": [
    {
      "AccelerateRegionId": "cn-hangzhou",
      "IpVersion": "IPv4",
      "Bandwidth": 2,
      "IspType": "BGP",
      "State": "active",
      "IpSetId": "ips-bp11r5jb8ogp122xl****",
      "IpAddressList": [
        "121.43..XX.XX"
      ],
      "ServiceId": "ALB",
      "ServiceManaged": true,
      "ServiceManagedInfos": [
        {
          "Action": "Update",
          "ChildType": "Listener",
          "IsManaged": false
        }
      ]
    }
  ]
}

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.