Skip to main content

Get App Stats Aggregates (v3.0)

List all the supported app stats aggregates.

Request Body

Filters and Metrics for Aggregating App stats

  • aggregates AppStatsAggregate[] required

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

  • Array [
  • name string required

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

    The name of the aggregate value.

  • unit string required

    Unit

  • ]
  • end_time date required

    The end time to get the app stats.

  • filter AppStatsAggregateFilter required

    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 required

    The description of the app. Maz size = 128.

  • start_time date required

    The start time to get the app statistics.

Responses

Successful Operation


Schema
  • aggregates AppStatsAggregateData[] required

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

  • Array [
  • data object required

    The aggregate app statistics.

  • end_time string required

    The end time to get the app stats.

  • name string required

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

    The name of the aggregate value.

  • start_time string required

    The start time to get the app statistics.

  • unit string required

    Unit

  • ]
  • end_time string required

    The end time to get the app stats.

  • start_time string required

    The start time to get the app statistics.

Loading...