Sha256: 549cdb5602ca05d381c7f70f2a4a50f1a091adb34ba1880d952ea764d5bac25d
Contents?: true
Size: 1016 Bytes
Versions: 8
Compression:
Stored size: 1016 Bytes
Contents
--- title: ApiUsageQuery --- ## PureCloud::ApiUsageQuery ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **interval** | **String** | Behaves like one clause in a SQL WHERE. Specifies the date and time range of data being queried. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss | | | **granularity** | **String** | Date granularity of the results | [optional] | | **group_by** | **Array<String>** | Behaves like a SQL GROUPBY. Allows for multiple levels of grouping as a list of dimensions. Partitions resulting aggregate computations into distinct named subgroups rather than across the entire result set as if it were one group. | [optional] | | **metrics** | **Array<String>** | Behaves like a SQL SELECT clause. Enables retrieving only named metrics. If omitted, all metrics that are available will be returned (like SELECT *). | [optional] | {: class="table table-striped"}
Version data entries
8 entries across 8 versions & 1 rubygems