"SoftLayer_" prefix removed for readability.
Set the flag that enables or disables automatic private network VLAN spanning for a SoftLayer customer account.
Name | Type | Description |
---|---|---|
enabled | boolean | Whether or not to enable private VLAN spanning on an account. |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [boolean]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/setVlanSpan'