InlineAppRuleUpdateConfig1
InlineAppRuleUpdateConfig1
JSON Example
{
"action_type": "RULE_UPDATE",
"rule_path": "/infra/domains/default/security-policies/Policy-123/rules/Rule-456",
"rule_action": "DROP"
}
string
rule_path
Required
NSX intent path of the DFW rule to update.
string
rule_action
Required
Forwarding action to set on the rule.
| Action | Description |
|---|---|
ALLOW |
Permit matched traffic to pass through. |
DROP |
Silently discard matched traffic. |
REJECT |
Discard matched traffic and notify the source (TCP RST / ICMP unreachable). |
Enumeration:
ALLOW,
DROP,
REJECT