EdgeLoadBalancerAnalyticReport

EdgeLoadBalancerAnalyticReport
EdgeLoadBalancerAnalyticReport

A Load Balancer Analytic Report. It represents a timeseries of Edge Gateway Load Balancer runtime data.

JSON Example
{
    "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"
        }
    ]
}
string
gatewayId
Optional

The gateway URN identier.

string
componentId
Optional

The virtual service or pool URN identifier.

string
metric
Optional

The metric for this specific report. Supported metrics can be determined by using the supported metrics API.

string
units
Optional

The units for this specific report. Units may be one of the following

  • PER_SECOND
  • METRIC_COUNT
  • BITS_PER_SECOND
  • BYTES_PER_SECOND
  • MILLISECONDS
  • PERCENT
Units are derived from the reported metric.
statistics
Optional

statistics

data
Optional

The metric timeseries of data for this report.

Availability
Added in 35.0