NSX-T Data Center REST API

RuleStatisticsForEnforcementPoint (type)

{
  "description": "Rule statistics for a specfic enforcement point.",
  "id": "RuleStatisticsForEnforcementPoint",
  "module_id": "Policy",
  "properties": {
    "container_cluster_path": {
      "description": "Rule statistics for a single container cluster",
      "readonly": true,
      "required": false,
      "title": "Cluster container path",
      "type": "string",
      "x-vmw-cross-reference": [
        {
          "leftType": [],
          "relationshipType": "IGNORE",
          "rightType": []
        }
      ]
    },
    "enforcement_point": {
      "description": "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": "RuleStatistics",
      "description": "Statistics for the specified enforcement point",
      "readonly": true,
      "required": false,
      "title": "Rule Statistics"
    }
  },
  "title": "Rule statistics for an enforcement point",
  "type": "object"
}