approveBypassRequest


SoftLayer_Network_Vlan_Firewall::approveBypassRequest

Approve a request from technical support to bypass the firewall.

Description

Approve a request from technical support to bypass the firewall. Once approved, support will be able to route and unroute the VLAN on the firewall.

Parameters

None

Required Headers

Optional Headers

  • None

Return Values

  • void

Error Handling

  • Throw the exception “Bypass request is already approved”
  • Throw the exception “There is no bypass request pending approval”
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Vlan_Firewall/{SoftLayer_Network_Vlan_FirewallID}/approveBypassRequest'