{ "description": "Aggregate statistics of all the rules in a security policy for a specific enforcement point.", "id": "SecurityPolicyStatisticsForEnforcementPoint", "module_id": "Policy", "properties": { "enforcement_point": { "description": "Enforcement point to fetch the statistics from.", "readonly": true, "required": false, "title": "Enforcement point path", "type": "string" }, "statistics": { "$ref": "SecurityPolicyStatistics, "description": "Statistics for the specified enforcement point", "readonly": true, "required": false, "title": "Security Policy Statistics" } }, "title": "Security policy statistics for an enforcement point", "type": "object" }