NSX-T Data Center REST API

SecurityPolicyStatisticsForEnforcementPoint (type)

{
  "description": "Aggregate statistics of all the rules in a security policy for a specific enforcement point.",
  "id": "SecurityPolicyStatisticsForEnforcementPoint",
  "module_id": "Policy",
  "properties": {
    "container_cluster_path": {
      "description": "Security Policy statistics for a single container cluster",
      "readonly": true,
      "required": false,
      "title": "Cluster container path",
      "type": "string"
    },
    "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"
}