DescribeBorderGateways
最后更新于
最后更新于
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: DescribeBorderGateways
<Common Request Params>
Request:
{
"regionId": "xxx",
"pageSize": 10,
"pageNum": 1
}
Response:
{
"requestId": "TBFC01FCF-6439-4530-ADBC-16809F0C3E8F",
"response": {
"requestId": "TBFC01FCF-6439-4530-ADBC-16809F0C3E8F",
"dataSet": [
{
"zbgId": "your-sucerity-id",
"name": "123",
"vpcId": "<vpcId>",
"regionId": "xxx",
"asn": 65000,
"routingMode": "Global",
"interConnectCidr": "xxx",
"createTime": "2022-01-01T01:00:00Z",
"cloudRouterIds": ["xxx"],
"advertisedSubnet", "ALL"
}
],
"totalCount": 1
}
}