LbServiceStatistics (type)

{
  "id": "LbServiceStatistics", 
  "module_id": "AggSvcLb", 
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp, 
      "title": "Timestamp when the data was last updated"
    }, 
    "pools": {
      "items": {
        "$ref": "LbPoolStatistics
      }, 
      "title": "Statistics of load balancer pools", 
      "type": "array"
    }, 
    "service_id": {
      "required": true, 
      "title": "load balancer service identifier", 
      "type": "string"
    }, 
    "statistics": {
      "$ref": "LbServiceStatisticsCounter, 
      "title": "Load balancer service statistics counter"
    }, 
    "virtual_servers": {
      "items": {
        "$ref": "LbVirtualServerStatistics
      }, 
      "title": "Statistics of load balancer virtual servers", 
      "type": "array"
    }
  }, 
  "type": "object"
}