POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeIpv6Cidrs
<Common Request Params>
Request:
{
"cidrIds": ["xxx"],
"regionId": "asia-east-1",
"cidrBlock": "2400:8a00::/28"
"pageSize": 10,
"pageNum": 1
}
Response:
{
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3",
"response": {
"requestId": "T05992D0C-7E8B-4047-B0C0-780F2CD549D3"
"totalCount": 10,
"dataSet": [
{
"cidrId": "xxx",
"regionId": "xxx",
"name": "xxx",
"status": "AVAILABLE",
"cidrBlock": "2400:8a00::/28",
"source": "BYOIP",
"networkLineType": "PremiumBGP",
"subnetIds": ["<subnetId>"],
"nicIds": ["<nicId1>","<nicId2>"],
"netmask": 2,
"poolId": "xxx",
"createTime": "xxx",
"expiredTime": "xxx",
"resourceGroupId": "xxx",
"resourceGroupName": "xxx",
"tags":null
}
]
}
}