NSX-T Data Center REST API

LBNodeCapacitySummary (type)

{
  "additionalProperties": false,
  "description": "Describes available load balancer service numbers and pool member number for all service clusters including Edge cluster and Service Appliance cluster.",
  "extends": {
    "$ref": "PolicyRuntimeInfoPerEP"
  },
  "id": "LBNodeCapacitySummary",
  "module_id": "PolicyVpcLBStatistics",
  "properties": {
    "alarm": {
      "$ref": "PolicyRuntimeAlarm",
      "description": "Alarm information details.",
      "readonly": true,
      "title": "Alarm Information Details"
    },
    "enforcement_point_path": {
      "description": "Policy Path referencing the enforcement point where the info is fetched.",
      "readonly": true,
      "title": "Enforcement point Path",
      "type": "string"
    },
    "node_capacity_status": {
      "description": "The property shows all available load balancer service numbers.",
      "items": {
        "$ref": "LBNodeCapacity"
      },
      "readonly": true,
      "title": "LB node capacity",
      "type": "array"
    }
  },
  "title": "The LB capacity status summary for all service clusters",
  "type": "object"
}