CreateCidr
Last updated
Last updated
POST /api/v2/zec HTTP/1.1
Host: console.zenlayer.com
Content-Type: application/json
X-ZC-Action: CreateCidr
<Common Request Params>
Request:
{
"regionId": "asia-east-1",
"eipV4Type": "BGPLine",
"netmask": {
"netmask": 28,
"amount": 2
}
}
Response:
{
"requestId": "TBFC01FCF-6439-4530-ADBC-16809F0C3E8F",
"response": {
"requestId": "TBFC01FCF-6439-4530-ADBC-16809F0C3E8F",
"cidrIds": ["cidrId1","cidrId2"]
}
}