Skip to main content

Query and Get Site or Path Level Aggregated Statistics (v2.0)

POST 

/sdwan/v2.0/api/monitor/aiops/aggregates

Query and get the site or path level aggregated statistics.

Request

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...