Skip to main content

Get App Stats Aggregates (v3.0)

GET 

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

Responses

Successful Operation

Schema
    aggregates AppStatsSupportedAggregate[]

    Aggregates

  • Array [
  • description

    The description of the apps. Max size = 256.

    name string

    The name of the apps. Max size = 126.

    units string[]

    The units of the app statistics.

  • ]
Loading...