Skip to main content

Query Aggregate Health Score (v2.0)

Query the aggregate health score for MSP and its clients.

Path Parameters
  • esp_tenant_id string required

    ID of the MSP tenant.

Request Body

Filters for Aggregate HealthScore

  • aggregation string required

    Possible values: [min, max, avg]

    The aggregate value of the health score query.

  • end_time date required

    The end time to get the health score.

  • healthscore_type string required

    Possible values: [Site, Circuit, AnynetLink]

    The health score type.

  • name string required

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

  • start_time date required

    The start time to get the health score query.

Responses

Successful Operation


Schema
  • aggregation string required

    Possible values: [min, max, avg]

    The aggregate value of the health score query.

  • end_time string required

    The end time to get the health score.

  • healthscore_type string required

    Possible values: [Site, Circuit, AnynetLink]

    The health score type.

  • items LqmStatsHealthScoreAggregateData[] required

    The values of the filter.

  • Array [
  • count int32 required

    Count

  • data LqmStatsClientHealthScoreAggregateData[] required

    Data

  • Array [
  • value int32 required

    Value

  • ]
  • health string required

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

    Health

  • ]
  • start_time string required

    The start time to get the health score query.

Loading...