LBServiceInstanceDetailPerTransportNode (type)

{
  "id": "LBServiceInstanceDetailPerTransportNode", 
  "module_id": "PolicyLBStatistics", 
  "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"
}