All Products
Search
Document Center

Cloud Enterprise Network:DescribeCenPrivateZoneRoutes

Last Updated:Mar 01, 2024

Queries the connections to PrivateZone.

Debugging

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

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
cen:DescribeCenPrivateZoneRoutesREAD
  • CenInstance
    acs:cen:*:{#accountId}:ceninstance/{#ceninstanceId}
    none
none

Request parameters

ParameterTypeRequiredDescriptionExample
PageNumberintegerNo

The number of the page to return. Default value: 1.

1
PageSizeintegerNo

The number of entries to return on each page. Default value: 10. Valid values: 1 to 50.

10
CenIdstringYes

The ID of the Cloud Enterprise Network (CEN) instance.

cen-7qthudw0ll6jmc****
AccessRegionIdstringNo

The ID of the region where PrivateZone is accessed.

You can call the DescribeChildInstanceRegions operation to query the most recent region list.

cn-hangzhou
HostRegionIdstringNo

The ID of the region where PrivateZone is deployed.

cn-hangzhou

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request.

461EC1B5-04A8-4706-8764-8F5BCEF48A6F
PrivateZoneDnsServersstring

The IP address of the DNS server used by PrivateZone.

100.100.XX.XX/32,100.100.XX.XX/32
CenIdstring

The ID of the CEN instance.

cen-7qthudw0ll6jmc****
PageNumberinteger

The page number of the returned page.

1
PageSizeinteger

The number of entries returned per page.

10
TotalCountinteger

The total number of entries returned.

2
PrivateZoneInfosobject []

The detailed configuration of PrivateZone.

Statusstring

The status of PrivateZone. Valid values:

  • Creating: being created
  • Active: available
  • Deleting: being deleted
Active
AccessRegionIdstring

The ID of the region where PrivateZone is accessed.

cn-hangzhou
HostRegionIdstring

The ID of the region where PrivateZone is deployed.

cn-hangzhou
HostVpcIdstring

The ID of the VPC that is associated with PrivateZone.

vpc-bp18sth14qii3pnvo****

Examples

Sample success responses

JSONformat

{
  "RequestId": "461EC1B5-04A8-4706-8764-8F5BCEF48A6F",
  "PrivateZoneDnsServers": "100.100.XX.XX/32,100.100.XX.XX/32",
  "CenId": "cen-7qthudw0ll6jmc****\t",
  "PageNumber": 1,
  "PageSize": 10,
  "TotalCount": 2,
  "PrivateZoneInfos": {
    "PrivateZoneInfo": [
      {
        "Status": "Active",
        "AccessRegionId": "cn-hangzhou",
        "HostRegionId": "cn-hangzhou",
        "HostVpcId": "vpc-bp18sth14qii3pnvo****"
      }
    ]
  }
}

Error codes

HTTP status codeError codeError messageDescription
400InvalidParameterInvalid parameter.The error message returned because the parameter is set to an invalid value.
400UnauthorizedThe AccessKeyId is unauthorized.The error message returned because you do not have the permissions to perform this operation.

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