NSX-T Data Center REST API

AggregateLBServiceStatistics (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo"
  },
  "id": "AggregateLBServiceStatistics",
  "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": "LBServiceStatisticsPerEP list results.",
      "items": {
        "$ref": "LBServiceStatisticsPerEP",
        "title": "LBServiceStatisticsPerEP"
      },
      "readonly": true,
      "title": "LBServiceStatisticsPerEP list results",
      "type": "array"
    }
  },
  "title": "Paged Collection of LBServiceStatisticsPerEP",
  "type": "object"
}