getPublicVlanByFqdn


SoftLayer_Network_Vlan::getPublicVlanByFqdn

Deprecated

[DEPRECATED] Retrieve a public VLAN by an associated host’s fully-qualified domain name

Description

*** DEPRECATED *** Retrieves a public VLAN associated to the host matched by the given fully-qualified domain name.

Parameters

Name Type Description
fqdn string The fully-qualified domain name of the server you wish to search for. This follows the naming convention “{hostname}.{domain}”.

Required Headers

Optional Headers

Return Values

Error Handling

  • Throw the exception “Operation SoftLayer_Network_Vlan::getPublicVlanByFqdn has been deprecated and will be removed in API version 3.2.”
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Vlan/getPublicVlanByFqdn'