"SoftLayer_" prefix removed for readability.
Create a new firewall update request rule.
Create a new firewall update request. The SoftLayer_Network_Firewall_Update_Request object passed to this function must have at least one rule.
‘‘createObject’’ returns a Boolean ‘’true’’ on successful object creation or ‘‘false’’ if your firewall update request was unable to be created..
Name | Type | Description |
---|---|---|
templateObject | SoftLayer_Network_Firewall_Update_Request_Rule | The SoftLayer_Network_Firewall_Update_Request_Rule object that you wish to create. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Firewall_Update_Request_Rule]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Firewall_Update_Request_Rule/createObject'