unbypassVlans


SoftLayer_Network_Gateway::unbypassVlans

Bypass VLANs

Description

Start the asynchronous process to unbypass the provided VLANs. The VLANs must already be attached. Any VLANs that are already unbypassed will be ignored. The status field can be checked for progress.

Parameters

Name Type Description
vlans SoftLayer_Network_Gateway_Vlan[]

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Gateway_Vlan]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Gateway/{SoftLayer_Network_GatewayID}/unbypassVlans'