policy_logs
Processing summary for each access control rule. Rules not evaluated due to errors can be found here.
Field | Type | Description |
---|---|---|
index | Integer | Index of the policy test. |
ok | Boolean | Did the rule pass or fail? |
skipped | Boolean | Was the rule skipped? |
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 test. |
rule_type | String | The rule type. ingress-deny , egress-deny , ingress-deny-others , or egress-deny-others . |
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 | Is this rule enforced? |
check_log | JSON | A detailed list of checks used to validate the rule. |