disableVpnConfigRequiresVpnManageAttribute


SoftLayer_Account::disableVpnConfigRequiresVpnManageAttribute

Disable the VPN Config Requires VPN Manage attribute, creating it if necessary.

Description

Disables the VPN_CONFIG_REQUIRES_VPN_MANAGE attribute on the account. If the attribute does not exist for the account, it will be created and set to false.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • void
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Account/disableVpnConfigRequiresVpnManageAttribute'