SoftLayer Hardware Server::getHardwareByIpAddress
From SoftLayer Development Network Wiki
getHardwareByIpAddress is a member of the SoftLayer_Hardware_Server service.
Contents |
Overview
Retrieve a server by searching for the primary IP address.
User Access
Users wishing to execute getHardwareByIpAddress must have the following permissions assigned to their account:
- View Hardware Details
Return Type
getHardwareByIpAddress returns the SoftLayer_Hardware_Server data type.
Headers
Required Headers
getHardwareByIpAddress requires the following headers set:
Optional Headers
getHardwareByIpAddress takes the following optional headers:
Parameters
getHardwareByIpAddress takes the following parameters:
ipAddress
The IP address for the server you would like to locate.
- type: string

