Get Ip Space Org Assignment
Retrieves a specific IP Space Org Assignment.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/ipSpaces/orgAssignments/{assignmentId}
COPY
Path Parameters
string
assignmentId
Required
assignmentId
Responses
200
Returns
IpSpaceOrgAssignment
of type(s)
application/json;version=39.1
{
"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
}
]
}
}
string
id
Optional
The identifier of the IP Space Org Assignment in URN format.
object
ipSpaceRef
Required
Entity reference used to describe VCD entities
object
orgRef
Required
Entity reference used to describe VCD entities
string
ipSpaceType
Optional
The type of the IP Space. Possible values are:
- PUBLIC
- PRIVATE
- SHARED_SERVICES
object
defaultQuotas
Optional
Object specifying IP Space floating IP and IP Prefix quotas applied to an Organization.
object
customQuotas
Optional
Object specifying IP Space floating IP and IP Prefix quotas applied to an Organization.
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/ipSpaces/orgAssignments/{assignmentId}
Availability
Added in 37.1
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