An RL trace has the following fields:
~<RuleListID>~~~~<RuleCount>~~<Result>
A RL trace looks similar to the following:
~~RL~1~~~~Rule Count: 1~~Success(67)
Table 34-4 describes the fields found in an RL trace.
Table 34-4 Fields in a Rule List Trace
Element |
Description |
---|---|
<RuleListID> |
The identifier assigned to the rule list. In the sample RL trace, this is 1. |
<RuleCount> |
The number of rules defined for the policy. In the sample RL trace, the value is 1, indicating that there is one rule in the policy. |
<Result> |
A string followed by a number that specifies the result of the evaluation. See Policy Result Values. In the sample RL trace, this is Success(67), indicating success. |