Update Ip Space
Updates the specified IP Space.
Request
URI
PUT
https://{api_host}/cloudapi/vcf/ipSpaces/{ipSpaceId}
COPY
Path Parameters
string
ipSpaceId
Required
ipSpaceId
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 PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"externalScopeCidr:"string","internalScopeCidrBlocks":["object"],"name:"string"}' https://{api_host}/cloudapi/vcf/ipSpaces/{ipSpaceId}
Availability
Added in 40.0
On This Page
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