getPrivateVlan


SoftLayer_Network_Vlan::getPrivateVlan

Deprecated

[DEPRECATED] Retrieve a private VLAN connected to one or more hosts also connected to this public VLAN.

Description

*** DEPRECATED *** Retrieves a private VLAN associated to one or more hosts also associated to this public VLAN.

Parameters

None

Required Headers

Optional Headers

Return Values

Error Handling

  • Throw the exception “No network components found for VLAN.” If a VLAN has no network components.
  • Throw the exception “No network connections found for network component.” If a VLAN’s network components have no network connections.
  • Throw the exception “No network components found for downlink network connection.” If a VLAN ’s downstream network connection has no network components.
  • Throw the exception “No hardware found for network components.” If a VLAN’s downstream network components have no associated hardware.
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Vlan/{SoftLayer_Network_VlanID}/getPrivateVlan'