NSX-T Data Center REST API

IdsSecurityPolicyStatisticsForEnforcementPoint (type)

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