rejectBypassRequest


SoftLayer_Network_Vlan_Firewall::rejectBypassRequest

Reject a request from technical support to bypass the firewall.

Description

Reject a request from technical support to bypass the firewall. Once rejected, IBM support will not 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 rejected”
  • Throw the exception “Bypass request is already revoked”
  • Throw the exception “Bypass request is already released from support”
  • Throw the exception “There is no approved bypass request to reject”
curl -g -u $SL_USER:$SL_APIKEY -X GET \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Vlan_Firewall/{SoftLayer_Network_Vlan_FirewallID}/rejectBypassRequest'