Skip to main content

Query Healthscore Metrics (2.0)

POST 

/v2.0/api/tenants/:tenant_id/monitor/aiops/health

Get health metrics for sites, links, and applications.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Query request for getting healthscore metrics

    end_time date

    The end time to get the healthscore metrics.

    filter HealthFilter

    Filters according to the specifications.

    application_health string[]

    Possible values: [POOR, FAIR, GOOD, OTHERS, ALL]

    Application Health

    link_health string[]

    Possible values: [POOR, FAIR, GOOD, OTHERS, ALL]

    Link Health

    site_health string[]

    Possible values: [POOR, FAIR, GOOD, OTHERS, ALL]

    Site Health

    interval string

    Possible values: [10sec, 1min, 5min, 1hour, 1day]

    The interval time of the healthscore responses.

    name string

    The name of the healthscore filter.

    start_time date

    The start time to get the healthscore metrics.

    view string

    Possible values: [SUMMARY, TIMESERIES]

    View the healthscore metrics.

Responses

Successful Operation

Schema
    data HealthData[]

    The details of the health data.

  • Array [
  • fair object

    Fair

    good object

    Good

    others object

    Others

    poor object

    Poor

    total number

    Total

    type string

    Type

  • ]
  • end_time date

    The end time to get the health data.

    interval string

    Possible values: [10sec, 1min, 5min, 1hour, 1day]

    The interval time of the health data response.

    start_time date

    The start time to get the health data.

    view object

    View the health score data.

Loading...