Update Rule Analysis Settings

Update Rule Analysis Settings
Update settings for firewall rule analysis activities.

Update settings for firewall rule analysis activities.

Request
URI
PUT
https://{api_host}/firewall/rule-analysis/settings
COPY
Request Body

Update firewall rule analysis settings.

FirewallRuleAnalysisSettings of type(s) application/json
Required
This request body class requires all of the following: InlineFirewallRuleAnalysisSettings1
{
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_revision": 0,
    "_resource_type": "string",
    "_system_owned": false,
    "id": "string",
    "display_name": "string",
    "description": "string",
    "site_ids": [
        "string"
    ],
    "auto_rule_analysis_configuration": {
        "enabled": false,
        "frequency": "string",
        "schedule": {
            "date": "2024-11-10T00:00:00.000Z",
            "hour": 0,
            "minute": 0
        }
    },
    "anomalies_to_skip": [
        "string"
    ]
}
Authentication
This operation uses the following authentication methods.
Responses
200

Returns the updated settings for firewall rule analysis activities.

Returns FirewallRuleAnalysisSettings of type(s) application/json
This response body class contains all of the following: InlineFirewallRuleAnalysisSettings1
"FirewallRuleAnalysisSettings Object"

default

Error

Returns Error of type(s) application/json
{
    "error_code": 0,
    "module_name": "string",
    "error_message": "string"
}
integer
error_code
Required

HTTP Status or Application error code.

string
module_name
Optional

Module where the error happened.

string
error_message
Required

Message describing the error.


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"auto_rule_analysis_configuration:"object","anomalies_to_skip":["string"]}' https://{api_host}/firewall/rule-analysis/settings