Summary:
List scanned IP addresses pages for a specified network.
URL:
http(s)://{server hostname}/api/ipam/network/{id}/address
Methods summary
- GET Method - list the scanned IP addresses page.
GET Method detail
Returns a list of scanned IP addresses pages for a specified network. The index can be used as the page value for the 'IP Addresses' (ipam/network/{id}/address/{page} call. This is zero indexed, so the first entry has an index of 0, and should use /api/ipam/network/{id}/address/0 to get it.
Example:
INPUT
curl -u admin:admin https://localhost/api/ipam/network/1/address?media=json
OUTPUT
[ "10.44.2.0 - 10.44.2.255" ]
Comments
0 comments
Please sign in to leave a comment.