getByIpAddress


SoftLayer_Network_Subnet_IpAddress::getByIpAddress

Search for an IP address record.

Description

Search for an IP address record by IP address.

Parameters

Name Type Description
ipAddress string The IP address to search for

Required Headers

Optional Headers

Return Values

Error Handling

  • If the provided IP address is invalid
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Subnet_IpAddress/getByIpAddress'