All Products
Search
Document Center

WUYING Workspace:DescribeCens

Last Updated:Apr 11, 2024

Queries the details of all Cloud Enterprise Network (CEN) instances within an Alibaba Cloud account.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegionIdstringYes

The region ID. You can call the DescribeRegions operation to query the most recent region list.

cn-hangzhou
PageSizeintegerNo

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

50
PageNumberintegerNo

The page number.
Default value: 1.

1

Response parameters

ParameterTypeDescriptionExample
object

The response parameters.

PageSizeinteger

The number of entries per page.

50
RequestIdstring

The request ID.

1CBAFFAB-B697-4049-A9B1-67E1FC5F****
PageNumberinteger

The page number.

1
TotalCountinteger

The total number of CEN instances returned.

1
Censobject []

Details of the CEN instances.

Statusstring

The status of the CEN instance.

Valid values:

  • Creating

  • Active

  • Deleting

Active
CreationTimestring

The time when the CEN instance was created.

2021-06-16T08:46Z
Ipv6Levelstring

The IPv6 level.

Note IPv6 is not supported.

Valid value:

  • DISABLED

DISABLED
Descriptionstring

The description of the CEN instance.

test
CenIdstring

The ID of the CEN instance.

cen-3gwy16dojz1m65****
ProtectionLevelstring

The tolerated level of CIDR block conflict.

Valid value:

  • REDUCED: CIDR block conflicts are allowed, but the conflicting CIDR blocks cannot be identical.
REDUCED
Namestring

The name of the CEN instance.

testCen
Tagsobject []

The tags of the CEN instance.

Keystring

The key of the tag.

testKey
Valuestring

The value of the tag.

testValue
PackageIdsobject []

The bandwidth plans that are bound to the CEN instance.

PackageIdstring

The ID of the bandwidth plan that is bound to the CEN instance.

cenbwp-4c2zaavbvh5f42****

Examples

Sample success responses

JSONformat

{
  "PageSize": 50,
  "RequestId": "1CBAFFAB-B697-4049-A9B1-67E1FC5F****",
  "PageNumber": 1,
  "TotalCount": 1,
  "Cens": [
    {
      "Status": "Active",
      "CreationTime": "2021-06-16T08:46Z",
      "Ipv6Level": "DISABLED",
      "Description": "test",
      "CenId": "cen-3gwy16dojz1m65****",
      "ProtectionLevel": "REDUCED",
      "Name": "testCen",
      "Tags": [
        {
          "Key": "testKey",
          "Value": "testValue"
        }
      ],
      "PackageIds": [
        {
          "PackageId": "cenbwp-4c2zaavbvh5f42****"
        }
      ]
    }
  ]
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history