Billing audit views for marketplace usage submissions and workload charge composition.
/billingList billable cloud accounts
Returns marketplace-linked cloud accounts for the calling organization, including the most recent submission timestamp and the current rate card.
Responses
Responses
A list of billable cloud accounts with the current rate card.
/billing/{cloudAccountId}List submission windows for a cloud account
Returns metering submission windows for one cloud account, optionally filtered by date range and zero-usage inclusion.
Parameters
limitinteger
The maximum number of items to list.
"int32"0100100markerstring
The pagination token returned from the previous list operation.
fromstring
Include submissions with period_start at or after this timestamp.
"date-time"tostring
Include submissions with period_end at or before this timestamp.
"date-time"includeZeroUsageboolean
Include windows where submitted usage quantity was zero.
falseResponses
Responses
A list of billing submissions for one cloud account.
/billing/{cloudAccountId}/{submissionId}Get submission workload composition
Returns workload-level contributions included in a metering submission window, including the physical usage factors used to compute the submitted amount.
Responses
Responses
Workload-level billing composition for one submission.