MeterData

object
coststringRequired
Monetary value of usage for this record, in the currency specified by the currency field. How this is charged depends on the entitlement type: for a license entitlement the amount is fully covered and nothing is billed; for cash, quantity, or pre-commitment entitlements this amount is deducted from the entitlement balance; with no entitlement the amount is billed directly.
currencystringRequired
The currency of the cost field.
datestringRequiredformat: date-time
The date and time of this usage record. Truncated to the granularity of the query (e.g. if granularity is 'day' then time will be 00:00:00).
dateProcessedstring or nullOptionalformat: date-time
The report_time truncated to the requested granularity. Null for usage that has not yet been charged. Comparing against date (sample_time) reveals late-reported data.
entitlementstring or nullOptionalformat: uuid
The ID of the entitlement applied to this usage. Can be joined against the /entitlements endpoint.
entitlementTypestring or nullOptional
The type of entitlement applied to this usage, if any.
familystringOptional
Product family this meter belongs to.
meterNamestringRequired
The meter name.
meterSkustring or nullOptional
The SaaS SKU identifier for this meter.
paymentMethodstringOptionalformat: uuid
The ID of the payment method associated with this usage.
paymentMethodNamestring or nullOptional
The display name of the payment method associated with this usage.
pricedoubleOptional
Per-unit price for this record (cost / quantity).
projectstringOptional
The name of the project this usage belongs to.
quantitydoubleRequired
Total units accrued for this record.
solutionstringOptional
Solution within the product family this meter belongs to.
unitstring or nullOptional
The unit that this meter is reported in, e.g. 'gigabytes' or 'minutes'.