ForwardingRuleStatisticsForEnforcementPoint (type)

{
  "description": "Forwarding Rule statistics for a specfic enforcement point.", 
  "id": "ForwardingRuleStatisticsForEnforcementPoint", 
  "module_id": "PolicyForwardingStats", 
  "properties": {
    "enforcement_point": {
      "description": "Path for a specific enforcement point", 
      "readonly": true, 
      "required": false, 
      "title": "Enforcement point path", 
      "type": "string"
    }, 
    "statistics": {
      "$ref": "ForwardingRuleStats, 
      "description": "Statistics for the specified enforcement point", 
      "readonly": true, 
      "required": false, 
      "title": "Forwarding Rule Statistics"
    }
  }, 
  "title": "Forwarding Policy Rule statistics for an enforcement point", 
  "type": "object"
}