"SoftLayer_" prefix removed for readability.
Update the Host IPS policies.
| Name | Type | Description |
|---|---|---|
| newIpsMode | string | IPS mode setting to be updated. |
| newIpsProtection | string | IPS protection setting to be updated |
| newFirewallMode | string | Firewall mode setting to be updated |
| newFirewallRuleset | string | Firewall rule set setting to be updated |
| newApplicationMode | string | Application mode setting to be updated |
| newApplicationRuleset | string | Application rule set setting to be updated |
| newEnforcementPolicy | string | Enforcement policy setting to be updated |
None
curl -g -u $SL_USER:$SL_APIKEY -X POST -d '{"parameters": [string, string, string, string, string, string, string]}' \
'https://api.softlayer.com/rest/v3.1/SoftLayer_Software_Component_HostIps/{SoftLayer_Software_Component_HostIpsID}/updateHipsPolicies'