CreateBorderGateway
Last updated
Last updated
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: CreateBorderGateway
<Common Request Params>
Request:
{
"regionId": "asia-east-1",
"vpcId": "<vpcId>",
"label": "xxx",
"asn": 65000,
"advertisedSubnet": "ALL"
}
Response:
{
"requestId": "TBFC01FCF-6439-4530-ADBC-16809F0C3E8F",
"response": {
"requestId": "TBFC01FCF-6439-4530-ADBC-16809F0C3E8F",
"zbgId": "<zbgId>"
}
}