"SoftLayer_" prefix removed for readability.
Retrieve an IP addresses’s associated subnet.
Retrieve the subnet associated with an IP address. You may only retrieve subnets assigned to your SoftLayer customer account.
Name | Type | Description |
---|---|---|
ipAddress | string | The IP address to search for. |
Throw the exception “You must provide a valid IP address.” if the ‘‘ipAddress’’ parameter is not a valid IP address.
Throw the exception “Unable to determine a subnet for the specified address of {ipAddress}” if the API is unable to locate a subnet associated with the given IP address.