Structure of usage meter
Name | Type | Description | Notes |
---|---|---|---|
id | String | Identifier of the usage meter | |
name | String | Name of the usage meter | |
description | String | [optional] | |
type | TypeEnum | Type of usage meter | |
status | StatusEnum | Status of usage meter | [optional] |
aggregation | AggregationEnum | Aggregation to be applied on usage meter result | |
computations | List<Computation> | [optional] | |
createdAt | OffsetDateTime | [optional] | |
lastActivatedAt | OffsetDateTime | [optional] | |
updatedAt | OffsetDateTime | [optional] |
Name | Value |
---|---|
COUNTER | "COUNTER" |
Name | Value |
---|---|
DRAFT | "DRAFT" |
ACTIVE | "ACTIVE" |
INACTIVE | "INACTIVE" |
ARCHIVED | "ARCHIVED" |
Name | Value |
---|---|
COUNT | "COUNT" |
SUM | "SUM" |
- Serializable