Update Ip Space Org Assignment
Updates a specific IP Space Org Assignment. Only custom quotas applied to Organization can be modified.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/ipSpaces/orgAssignments/{assignmentId}
COPY
Path Parameters
string
assignmentId
Required
assignmentId
Request Body
IpSpaceOrgAssignment
of type(s)
application/json
Optional
Show optional properties
{
"ipSpaceRef": {},
"orgRef": {}
}
{
"id": "urn:vcloud:ipSpaceOrgAssignment:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"ipSpaceRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
},
"ipSpaceType": "string",
"defaultQuotas": {
"floatingIpQuota": 0,
"ipPrefixQuotas": [
{
"prefixLength": 0,
"quota": 0
}
]
},
"customQuotas": {
"floatingIpQuota": 0,
"ipPrefixQuotas": [
{
"prefixLength": 0,
"quota": 0
}
]
}
}
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 '{"ipSpaceRef:"object","orgRef:"object"}' https://{api_host}/cloudapi/1.0.0/ipSpaces/orgAssignments/{assignmentId}
Availability
Added in 37.1
On This Page
Ip Space Org Assignments Operations
GET
Get Ip Space Org Assignments
POST
Create Ip Space Org Assignment
GET
Get Ip Space Org Assignment
PUT
Update Ip Space Org Assignment
DELETE
Delete Ip Space Org Assignment