Get Internal Network IP Ranges
Get all internal IPAM network IP ranges
Request
URI
GET
https://sc2-10-185-6-200.eng.vmware.com//iaas/api/network-ip-ranges
COPY
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information refer to /iaas/api/about
Responses
200
successful operation
Returns
NetworkIPRangeResult
of type(s)
application/json
{
"numberOfElements": 1,
"content": [
{
"owner": "[email protected]",
"description": "my-description",
"externalId": "i-cfe4-e241-e53b-756a9a2e25d2",
"startIPAddress": "string",
"orgId": "9e49",
"endIPAddress": "string",
"tags": [
{
"value": "string",
"key": "string"
}
],
"organizationId": "deprecated",
"createdAt": "2012-09-27",
"ipVersion": "string",
"name": "my-name",
"id": "9e49",
"updatedAt": "2012-09-27"
}
],
"totalElements": 1
}
integer As int64
As int64
numberOfElements
Optional
Number of elements in the current page
integer As int64
As int64
totalElements
Optional
Total number of elements. In some cases the field may not be populated
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
Network IP Range Operations
POST
Create Internal Network IP Range
DELETE
Delete Internal Network IP Range
GET
Get External Network IP Range
GET
Get External Network IP Ranges
GET
Get Internal Network IP Range
GET
Get Internal Network IP Ranges
PATCH
Update External Network IP Range
PATCH
Update Internal Network IP Range