getIpAddressesByHardware


SoftLayer_Network_Monitor::getIpAddressesByHardware

Returns an ArrayObject of subnet ip address objects for a hardware

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
hardware SoftLayer_Hardware The hardware 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_Hardware, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Monitor/getIpAddressesByHardware'