Get Ip Space Summaries
Get all the IP space summaries in the system.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/ipSpaces/summaries
COPY
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
integer
page
Required
Page to fetch, zero offset.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns IpSpaceSummaries of type(s) application/json;version=39.0
This response body class contains all of the following: Page , InlineIpSpaceSummaries1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"status": {},
"id": "urn:vcloud:ipSpace:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"type": "string",
"orgRef": {
"name": "string",
"id": "string"
},
"utilization": {
"floatingIPs": {
"totalCount": "string",
"allocatedCount": "string",
"usedCount": "string",
"unusedCount": "string",
"allocatedPercentage": "number",
"usedPercentage": "number"
},
"ipPrefixes": {
"prefixLengthUtilizations": [
{
"prefixLength": 0,
"totalCount": 0,
"allocatedCount": 0
}
]
}
}
}
]
}
Availability
Added in 37.1
Ip Spaces Operations
POST
Allocate
POST
Apply Ip Space Default Edge Gateway Services
POST
Apply Ip Space Default Provider Gateway Services
POST
Create Ip Space
DELETE
Delete Ip Space
DELETE
Delete Ip Space Ip Allocation
GET
Get Floating Ip Suggestions
GET
Get Ip Prefix Sequences
GET
Get Ip Prefix Suggestions
GET
Get Ip Space
GET
Get Ip Space Ip Allocation
GET
Get Ip Space Ip Allocations
GET
Get Ip Space Summaries
PUT
Update Ip Space
PUT
Update Ip Space Ip Allocation