getPrivateVlanByIpAddress


SoftLayer_Hardware_SecurityModule::getPrivateVlanByIpAddress

Deprecated

Retrieve a backend network VLAN by searching for an IP address.

Description

*** DEPRECATED *** Retrieve a backend network VLAN by searching for an IP address

Parameters

Name Type Description
ipAddress string The server’s IP address you are searching for.

Required Headers

Optional Headers

Return Values

Error Handling

  • Throw the exception “You must provide a valid IP address.” if an invalid IPV4 IP address was provided.
  • Throw the exception “Unable to find a subnet.” if there is no subnet for the IP address provided.
  • Throw the exception “Unable to find a valid network component for this IP address.” if a network component with the primary IP address the same as the one provided could not be found.
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Hardware_SecurityModule/getPrivateVlanByIpAddress'