NSX-T Data Center REST API

LbServiceInstanceDetailPerTransportNode (type)

{
  "id": "LbServiceInstanceDetailPerTransportNode",
  "module_id": "AggSvcLb",
  "properties": {
    "instance_detail_per_status": {
      "description": "Load balancer instances details for each load balancer instance status type from the given transport node.",
      "items": {
        "$ref": "LbServiceInstanceDetailPerStatus"
      },
      "title": "Load balancer instances details for each status",
      "type": "array"
    },
    "transport_node_id": {
      "description": "The UUID of the transport node.",
      "title": "The UUID of the transport node",
      "type": "string"
    }
  },
  "type": "object"
}