Skip to main content

Query Site or Path Level Aggregated Statistics (2.1)

POST 

/v2.1/api/tenants/:tenant_id/monitor/aiops/aggregates

Query the site or path level aggregated statistics.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

Details of app object stats query

    aggregates map[string,aggregatestatstypeenum][]required

    The aggregate number of supported app stats. Max number = 10.

    end_time date

    The end time to get the app stats.

    filter AggregateStatsFilterrequired

    Filters according to the specifications.

    app string[]required

    Filter by aggregate stats app ID.

    path string[]

    Filter by path.

    site string[]required

    Filter by aggregate stats filter site ID.

    name string

    The description of the app. Maz size = 128.

    start_time date

    The start time to get the app statistics.

Responses

Successful Operation

Schema
    aggregates object[]

    The aggregate number of supported app stats. Max number = 10.

    end_time date

    The end time to get the app stats.

    start_time date

    The start time to get the app statistics.

Loading...