NSX-T Data Center REST API

AggregateLBPoolStatistics (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo"
  },
  "id": "AggregateLBPoolStatistics",
  "module_id": "PolicyLBStatistics",
  "properties": {
    "intent_path": {
      "description": "Intent path of object, forward slashes must be escaped using %2F.",
      "readonly": true,
      "required": true,
      "title": "String Path of the intent object",
      "type": "string"
    },
    "results": {
      "description": "LBPoolStatisticsPerEP list results.",
      "items": {
        "$ref": "LBPoolStatisticsPerEP",
        "title": "LBPoolStatisticsPerEP"
      },
      "readonly": true,
      "title": "LBPoolStatisticsPerEP list results",
      "type": "array"
    }
  },
  "title": "Paged Collection of LBPoolStatisticsPerEP",
  "type": "object"
}