EdgeLoadBalancerAnalyticReports
EdgeLoadBalancerAnalyticReports
A set of Load Balancer analytic reports. Each report in the list represents a timeseries of Edge Gateway Load Balancer runtime data.
JSON Example
{
"values": [
{
"gatewayId": "string",
"componentId": "string",
"metric": "string",
"units": "string",
"statistics": {
"mean": "number",
"min": "number",
"max": "number",
"trend": "number",
"sampleSize": "number",
"startTime": "string",
"endTime": "string"
},
"data": [
{
"timestamp": "string",
"value": "string"
}
]
}
]
}