Skip to main content
Version: 8.9 (unreleased)

Type Alias: UsageMetricsResponse

type UsageMetricsResponse = UsageMetricsResponseItem & object;

Defined in: gen/types.gen.ts:6524

Type Declaration

activeTenants?

optional activeTenants: number;

The amount of active tenants.

tenants?

optional tenants: object;

The usage metrics by tenants. Only available if request withTenants query parameter was true.

Index Signature

[key: string]: UsageMetricsResponseItem