Create Ip Space
Create a new IP Space in the system.
Request
URI
POST
https://{api_host}/cloudapi/vcf/ipSpaces
COPY
Request Body
IpAddressSpace
of type(s)
application/json
Optional
{
"status": "string",
"id": "urn:vcloud:ipSpace:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"internalScopeCidrBlocks": [
{
"id": "string",
"name": "string",
"cidr": "10.0.0.0/8"
}
],
"externalScopeCidr": "10.0.0.0/8",
"regionRef": {
"name": "string",
"id": "string"
},
"defaultQuota": {
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
}
}
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"externalScopeCidr:"string","internalScopeCidrBlocks":["object"],"name:"string"}' https://{api_host}/cloudapi/vcf/ipSpaces
Availability
Added in 40.0
Ip Address Spaces Operations
GET
Get Ip Spaces
POST
Create Ip Space
GET
Get Ip Space
PUT
Update Ip Space
DELETE
Delete Ip Space
GET
Get Ip Space Utilization Summary
GET
Get Ip Space Org Quotas
GET
Get Ip Space Org Quota
PUT
Update Ip Space Org Quota
GET
Get Ip Space Org Utilizations
GET
Get Ip Space Associations
POST
Create Ip Space Association
GET
Get Ip Space Association
DELETE
Delete Ip Space Association