Skip to main content

Get App Stats Aggregates (v3.0)

POST 

/v3.0/api/tenants/:tenant_id/monitor/aggregates

List all the supported app stats aggregates.

Request

Path Parameters

    tenant_id stringrequired

    ID of the tenant.

Body

Filters and Metrics for Aggregating App stats

    aggregates AppStatsAggregate[]required

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

  • Array [
  • name stringrequired

    Possible values: [WanCapacity, PolicyDataTrafficVolume, PolicyDataAppThroughput, WanEngineering, PrefixList]

    The name of the aggregate value.

    unit string

    Unit

  • ]
  • end_time date

    The end time to get the app stats.

    filter AppStatsAggregateFilter

    Filters according to the specifications.

    app string[]

    Filter by apps.

    element string[]

    Filter by element.

    path string[]

    Filter by path.

    path_type string[]

    Possible values: [public_direct, public_vpn, private_direct, private_vpn, unknown, servicelink]

    Filter by path type.

    site string[]

    Filter by site.

    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 AppStatsAggregateData[]

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

  • Array [
  • data object

    The aggregate app statistics.

    end_time string

    The end time to get the app stats.

    name string

    Possible values: [WanCapacity, PolicyDataTrafficVolume, PolicyDataAppThroughput, WanEngineering, PrefixList]

    The name of the aggregate value.

    start_time string

    The start time to get the app statistics.

    unit string

    Unit

  • ]
  • end_time string

    The end time to get the app stats.

    start_time string

    The start time to get the app statistics.

Loading...