Get External IP Address Details

To view the details of an external IP address, use the following request:

GET /ip_addresses/:ip_address_id/external_address.xml
GET /ip_addresses/:ip_address_id/external_address.json

XML Request Example

curl  -X GET -u user:userpass --url http://onapp.test/ip_addresses/98/external_address.xml -H 'Accept: application/xml' -H 'Content-type: application/xml'

JSON Request Example

curl  -X GET -u user:userpass --url http://onapp.test/ip_addresses/98/external_address.json -H 'Accept: application/json' -H 'Content-type: application/json'