LBPoolMemberStatistics (type)

{
  "id": "LBPoolMemberStatistics", 
  "module_id": "PolicyLBStatistics", 
  "properties": {
    "ip_address": {
      "$ref": "IPAddress, 
      "description": "Pool member IP address.", 
      "readonly": true, 
      "title": "Pool member IP address"
    }, 
    "port": {
      "$ref": "PortElement, 
      "description": "The port is configured in pool member. For virtual server port range case, pool member port must be null.", 
      "readonly": true, 
      "title": "Pool member port"
    }, 
    "statistics": {
      "$ref": "LBStatisticsCounter, 
      "description": "Pool member statistics counter.", 
      "readonly": true, 
      "title": "Pool member statistics counter"
    }
  }, 
  "type": "object"
}