NSX-T Data Center REST API
LBNodeUsage (type)
{
"abstract": true,
"additionalProperties": false,
"description": "Node usage for load balancer contains basic information and LB entity usages and capacity for the given node. Only edge node is supported.",
"id": "LBNodeUsage",
"module_id": "PolicyLBStatistics",
"polymorphic-type-descriptor": {
"mode": "enabled",
"property-name": "resource_type"
},
"properties": {
"node_path": {
"description": "The property identifies the node path for load balancer node usage. For example, node_path=/infra/sites/default/enforcement-points/default /edge-clusters/85175e0b-4d74-461d-83e1-f3b785adef9c/edge-nodes /86e077c0-449f-11e9-87c8-02004eb37029.",
"required": true,
"title": "The node path for load balancer node usage",
"type": "string"
},
"resource_type": {
"description": "The property identifies the load balancer node usage type.",
"required": true,
"title": "Type of load balancer node usage",
"type": "string"
}
},
"title": "Node usage for load balancer",
"type": "object"
}