"SoftLayer_" prefix removed for readability.
Create a new firewall update request.
Create a new firewall update request. If the SoftLayer_Network_Firewall_Update_Request object passed to this function has no rule, the firewall be set to bypass state and all the existing firewall rule(s) will be deleted.
‘‘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 | The SoftLayer_Network_Firewall_Update_Request object that you wish to create. |
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [SoftLayer_Network_Firewall_Update_Request]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Network_Firewall_Update_Request/createObject'