SoftLayer Network Component Firewall

From SoftLayer Development Network Wiki

Jump to: navigation, search

This page refers to the SoftLayer_Network_Component_Firewall service. For information on the SoftLayer_Network_Component_Firewall data type please see SoftLayer_Network_Component_Firewall (type).

Contents

Overview

The SoftLayer_Network_Component_Firewall service accesses general information relating to a single SoftLayer network component firewall. This is the object which ties the running rules to a specific downstream server. The current running rule set can be pulled from this service. Use the SoftLayer Network Firewall Template service to pull SoftLayer recommended rule set templates. Use the SoftLayer Network Firewall Update Request service to submit a firewall update request.

Endpoints

SOAP WSDL Public Network: https://api.softlayer.com/soap/v3/SoftLayer_Network_Component_Firewall?wsdl
Private Network: http://api.service.softlayer.com/soap/v3/SoftLayer_Network_Component_Firewall?wsdl
XML-RPC Endpoint Public Network: https://api.softlayer.com/xmlrpc/v3/SoftLayer_Network_Component_Firewall
Private Network: http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_Component_Firewall
REST URL Public Network: https://api.softlayer.com/rest/v3/SoftLayer_Network_Component_Firewall/
Private Network: https://api.service.softlayer.com/rest/v3/SoftLayer_Network_Component_Firewall/

User Access

Users wishing to access the SoftLayer_Network_Component_Firewall service must have the Hardware Firewall permission assigned to their account.

Methods

getApplyServerRuleSubnets

Retrieve the additional subnets linked to this network component firewall, that inherit rules from the host that the context slot is attached to.

  • returns
SoftLayer_Network_SubnetArray
  • parameters
None



getGuestNetworkComponent

Retrieve the network component of the guest cloud computing instance that this network component firewall belongs to.

  • returns
SoftLayer_Virtual_Guest_Network_Component
  • parameters
None



getNetworkComponent

Retrieve the network component of the switch interface that this network component firewall belongs to.

  • returns
SoftLayer_Network_Component
  • parameters
None



getNetworkFirewallUpdateRequest

Retrieve the update requests made for this firewall.

  • returns
SoftLayer_Network_Firewall_Update_RequestArray
  • parameters
None



getObject

Retrieve a SoftLayer_Network_Component_Firewall record.

  • returns
SoftLayer_Network_Component_Firewall
  • parameters
None



getRules

Retrieve the currently running rule set of this network component firewall.

  • returns
SoftLayer_Network_Component_Firewall_RuleArray
  • parameters
None



getSubnets

Retrieve the additional subnets linked to this network component firewall.

  • returns
SoftLayer_Network_SubnetArray
  • parameters
None

See Also

External Links

Personal tools