critical_flows_violations_unenforced
Failing critical flow rules flagged with enforce = False.
Field | Type | Description |
---|---|---|
index | Integer | Index of the critical flow rule. |
ok | Boolean | Always false. |
skipped | Boolean | Always false. |
policy | JSON | The policy part of the rule definition. |
rule | JSON | The rule part of the rule definition. |
errors | List of Strings | List of errors generated from this rule. |
rule_type | String | The rule type. ingress-critical-flow or egress-critical-flow . |
violations | Integer | Total number of unique violation examples found for this rule. |
checks | Integer | Total number of checks performed while evaluating this rule. |
enforce | Boolean | Always false. |