All Products
Search
Document Center

Cloud Enterprise Network:DescribeCenGeographicSpans

Last Updated:Sep 02, 2026

Queries information about connected areas supported by Cloud Enterprise Network (CEN) by calling the DescribeCenGeographicSpans operation.

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

PageNumber

integer

No

The page number. Default value: 1.

1

PageSize

integer

No

The number of entries per page in a paged query. Default value: 10. Valid values: 1 to 50.

10

GeographicSpanId

string

No

The ID of the connected areas.

Note

If you do not specify this parameter, the system queries information about all connected areas supported by CEN.

china_asia-pacific

Response elements

Element

Type

Description

Example

object

PageSize

integer

The number of entries per page in a paged query.

10

RequestId

string

The request ID.

09780287-BC24-4164-8334-773432E32696

PageNumber

integer

The current page number.

1

TotalCount

integer

The total number of entries.

1

GeographicSpanModels

object

GeographicSpanModel

array<object>

The list of connected areas.

object

LocalGeoRegionId

string

The ID of the local area.

asia-pacific

GeographicSpanId

string

The ID of the connected areas.

china_asia-pacific

OppositeGeoRegionId

string

The ID of the peer area.

china

Examples

Success response

JSON format

{
  "PageSize": 10,
  "RequestId": "09780287-BC24-4164-8334-773432E32696",
  "PageNumber": 1,
  "TotalCount": 1,
  "GeographicSpanModels": {
    "GeographicSpanModel": [
      {
        "LocalGeoRegionId": "asia-pacific",
        "GeographicSpanId": "china_asia-pacific",
        "OppositeGeoRegionId": "china"
      }
    ]
  }
}

Error codes

HTTP status code

Error code

Error message

Description

400 InvalidParameter Invalid parameter. The error message returned because the parameter is set to an invalid value.
400 Unauthorized The AccessKeyId is unauthorized. The error message returned because you do not have the permissions to perform this operation.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.