NSX-T Data Center REST API

IdsRuleStatisticsForEnforcementPoint (type)

{
  "description": "IDS Rule statistics for a specific enforcement point.",
  "id": "IdsRuleStatisticsForEnforcementPoint",
  "module_id": "PolicyIDSStats",
  "properties": {
    "enforcement_point": {
      "description": "Path of the enforcement point for which statistics are reported. On Global Manager, specifying an enforcement_point_path is mandatory. On Local Manager, if omitted, statistics are aggregated across all enforcement points.",
      "readonly": true,
      "required": false,
      "title": "Enforcement point path",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [],
          "relationshipType": "IGNORE",
          "rightType": []
        }
      ]
    },
    "statistics": {
      "$ref": "IdsRuleStatistics",
      "description": "Statistics for the specified enforcement point",
      "readonly": true,
      "required": false,
      "title": "IDS Rule Statistics"
    }
  },
  "title": "IDS Rule statistics for an enforcement point",
  "type": "object"
}