Update Ip Space Org Quota
Updates a specific IP Space Org Quota. Only custom quotas applied to Organization can be modified.
orgQuotaId
Show optional properties
{
"ipSpaceRef": {},
"orgRef": {}
}
{
"id": "urn:vcloud:ipSpaceOrgQuota:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"ipSpaceType": "string",
"defaultQuota": {
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
},
"customQuota": {
"maxIpCount": 0,
"maxCidrCount": 0,
"maxSubnetSize": 24
}
}
The identifier of the IP Space Org Quota in URN format.
Entity reference used to describe VCD entities
Entity reference used to describe VCD entities
The type of the IP Space. Possible values are:
- PUBLIC
- PRIVATE
IP Space quota defines the maximum number of IPv4 IPs and CIDRs that can be allocated and used by the IP Space across all its Internal Scopes.
IP Space quota defines the maximum number of IPv4 IPs and CIDRs that can be allocated and used by the IP Space across all its Internal Scopes.
The request have been accepted and the task to monitor the request is in the Location header.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"ipSpaceRef:"object","orgRef:"object"}' https://{api_host}/cloudapi/vcf/ipSpaces/orgQuotas/{orgQuotaId}