AppRuleUpdateConfig

AppRuleUpdateConfig
Application Rule Update Config

Configuration for updating the forwarding action of an existing DFW rule. Default rules and auto-plumbed rules (created by app connectivity strategies) are not supported.

AllOf
This class requires all of the following:
JSON Example
{
    "action_type": "RULE_UPDATE",
    "rule_path": "/infra/domains/default/security-policies/Policy-123/rules/Rule-456",
    "rule_action": "DROP"
}