Skip to main content

Query Aggregate Health Score (v2.0)

POST 

/v2.0/api/tenants/:esp_tenant_id/monitor/aggregates/healthscore

Query the aggregate health score for MSP and its clients.

Request

Path Parameters

    esp_tenant_id stringrequired

    ID of the MSP tenant.

Body

Filters for Aggregate HealthScore

    aggregation stringrequired

    Possible values: [min, max, avg]

    The aggregate value of the health score query.

    end_time date

    The end time to get the health score.

    healthscore_type stringrequired

    Possible values: [Site, Circuit, AnynetLink]

    The health score type.

    name string

    The description of the health score request. Maz size = 128.

    start_time date

    The start time to get the health score query.

Responses

Successful Operation

Schema
    aggregation string

    Possible values: [min, max, avg]

    The aggregate value of the health score query.

    end_time string

    The end time to get the health score.

    healthscore_type string

    Possible values: [Site, Circuit, AnynetLink]

    The health score type.

    items LqmStatsHealthScoreAggregateData[]

    The values of the filter.

  • Array [
  • count int32

    Count

    data LqmStatsClientHealthScoreAggregateData[]

    Data

  • Array [
  • tenant_id string

    Tenant Id

    value int32

    Value

  • ]
  • health string

    Possible values: [others, poor, fair, good]

    Health

  • ]
  • start_time string

    The start time to get the health score query.

Loading...