Orion.PolicyEngine.PolicyCompliance
SolarWinds Information Service 2024.4 Schema Documentation
This entity groups together all policy assignments by their policy. It can be used in alerting and reporting.
Inheritance
↳ System.Entity
Access control
| Operations |
Right |
| read,update,delete,invoke |
manageNodes |
| read |
everyone |
Properties
| Name |
Type |
Summary |
Access Control |
| PolicyID |
System.Int32 |
ID of the policy. |
everyone |
| PassedRulesCount |
System.Int32 |
Sum of all passed rules across all assignments. |
everyone |
| EvaluatedRulesCount |
System.Int32 |
Sum of all evaluated rules across all assignments. Evaluated rule is a rule with status Unknown/Passed/Failed. |
everyone |
| CompliancePercentage |
System.Int32 |
Percentage of Passed rules / Evaluated rules |
everyone |
Target Relationships
| Name |
Type |
Notes |
| Policy |
Orion.PolicyEngine.Policy |
Defined by relationship Orion.PolicyEngine.PolicyHostsCompliance (System.Hosting) |