NSX-T Data Center REST API

AggregateLBNodeCapacitySummary (type)

{
  "additionalProperties": false,
  "extends": {
    "$ref": "AggregatePolicyRuntimeInfo"
  },
  "id": "AggregateLBNodeCapacitySummary",
  "module_id": "PolicyVpcLBStatistics",
  "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": "LBNodeCapacitySummary list results.",
      "items": {
        "$ref": "LBNodeCapacitySummary",
        "title": "LBNodeCapacitySummary"
      },
      "readonly": true,
      "title": "LBNodeCapacitySummary list results",
      "type": "array"
    }
  },
  "title": "Aggregate of LBNodeCapacitySummary across Enforcement Points.",
  "type": "object"
}