Get Allocated Ip Addresses
Get all the allocated IPs for a given Org vDC network. This returns all the IP addresses of the network which are allocated to a vApp VM, an edge gateway interface and the addresses being used in a NAT routed environment. In a dual stack network, this will return the IP addresses of the first subnet, which will only be IPv4 addresses. Results can be filtered by IP address.
vdcNetworkId
vdcNetworkId
Filter for a query. FIQL format.
Field to use for ascending sort
Field to use for descending sort
Page to fetch, zero offset.
Results per page to fetch.
OK
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"entityId": "string",
"entityName": "string",
"vAppName": "string",
"ipAddress": "string",
"deployed": false,
"allocationType": {},
"allocationTypeValue": "string",
"networkRef": {
"name": "string",
"id": "string"
},
"orgRef": {
"name": "string",
"id": "string"
}
}
]
}
The specified resource was not found
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
minorErrorCode
message
stackTrace