SoftLayer Network Component Firewall
From SoftLayer Development Network Wiki
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 | http://api.service.softlayer.com/soap/v3/SoftLayer_Network_Component_Firewall?wsdl |
| XML-RPC | http://api.service.softlayer.com/xmlrpc/v3/SoftLayer_Network_Component_Firewall |
Methods
getNetworkComponent
Retrieve the network component of the switch interface that this network component firewall belongs to.
- returns
- parameters
- None
getObject
Retrieve a SoftLayer_Network_Component_Firewall record.
- returns
- parameters
- None
getRules
Retrieve the currently running rule set of this network component firewall.
- returns
- parameters
- None
See Also
- SoftLayer_Network_Firewall_Template
- SoftLayer_Network_Firewall_Update_Request
- SoftLayer_Network_Firewall_Template
- SoftLayer_Network_Firewall_Update_Request

