NSX-T Data Center REST API

IdsRuleStatisticsForEnforcementPoint (type)

{
  "description": "IDS Rule statistics for a specfic enforcement point.",
  "id": "IdsRuleStatisticsForEnforcementPoint",
  "module_id": "PolicyIDSStats",
  "properties": {
    "enforcement_point": {
      "description": "IDS Rule statistics for a single enforcement point",
      "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"
}