getIpAddressesByVirtualGuest


SoftLayer_Network_Monitor::getIpAddressesByVirtualGuest

Returns an ArrayObject of subnet ip address objects for a guest resource.

Description

This will return an arrayObject of objects containing the ipaddresses. Using an string parameter you can send a partial ipaddress to search within a given ipaddress. You can also set the max limit as well using the setting the resultLimit.

Parameters

Name Type Description
guest SoftLayer_Virtual_Guest The virtual guest object.
partialIpAddress string A partial ipaddress is sent.

Required Headers

Optional Headers

Return Values

curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Virtual_Guest, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Monitor/getIpAddressesByVirtualGuest'