NSX-T Data Center REST API

LbPoolStatistics (type)

{
  "id": "LbPoolStatistics",
  "module_id": "AggSvcLb",
  "properties": {
    "last_update_timestamp": {
      "$ref": "EpochMsTimestamp",
      "title": "Timestamp when the data was last updated"
    },
    "members": {
      "items": {
        "$ref": "LbPoolMemberStatistics"
      },
      "title": "Statistics of load balancer pool members",
      "type": "array"
    },
    "pool_id": {
      "required": true,
      "title": "Load balancer pool identifier",
      "type": "string"
    },
    "statistics": {
      "$ref": "LbStatisticsCounter",
      "required": true,
      "title": "Virtual server statistics counter"
    }
  },
  "type": "object"
}