list usage metering daily records
GET/org/:orgId/partner/:partner/usageMeteringDailyRecord
list the daily records of the usage metering from the cloud marketplace for the given organization, entitlement, or buyer.
Request
Path Parameters
Organization ID
Possible values: [AWS
, AZURE
, GCP
]
Filter by the Cloud Partner
Query Parameters
Filter usage metering daily records by the given buyer ID
Filter usage metering daily records by the given entitlement ID
start date (UTC) in YYYY-MM-DD format, default is 30 days before the endDate
end date (UTC) in YYYY-MM-DD format, default is today
List pagination size, default 1000, max value is 1000
List pagination offset, default 0
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
usageMeteringDailyRecords
object[]
The Entitlement ID of the usage metering daily record.
The group bys expression of the usage metering. When the same usage metering key may have multiple expressions of group bys to aggregate the usage.
The dimension key of the usage metering.
Possible values: [``, ADYEN
, ALIBABA
, AWS
, AWS_CHINA
, AZURE
, GCP
, GOOGLE
, HUBSPOT
, LAGO
, MARKETO
, METRONOME
, MICROSOFT
, ORACLE
, ORB
, REDHAT
, SALESFORCE
, SLACK
, STRIPE
, ZOHO
]
{
"nextOffset": 0,
"usageMeteringDailyRecords": [
{
"amount": 0,
"date": "2024-08-12T01:02:14.915Z",
"entitlementID": "string",
"groupBysExpression": "string",
"key": "string",
"partner": "",
"quantity": 0
}
]
}
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string