Shared
ModelsExpand Collapse
CostQuote { currency, monthly_total, priced_at, 3 more } Cost quote returned by POST /cost. current_summary and updated_summary hold the org billing summary now and with this resource; omitted when the caller cannot view billing.
Cost quote returned by POST /cost. current_summary and updated_summary hold the org billing summary now and with this resource; omitted when the caller cannot view billing.
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
usage_dimensions: Array<UsageDimension>Priced rows, one per usage dimension emitted by the resource.
Priced rows, one per usage dimension emitted by the resource.
current_summary?: OrganizationBillingSummary { daily_cost, effective_balance, monthly_cost, 3 more } Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
updated_summary?: OrganizationBillingSummary { daily_cost, effective_balance, monthly_cost, 3 more } Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
CostQuoteUpdate { after, before, currency, 4 more } Cost quote returned by PATCH /:id/cost: current-state quote, post-update quote, and signed diff. current_summary and updated_summary omitted when the caller cannot view billing.
Cost quote returned by PATCH /:id/cost: current-state quote, post-update quote, and signed diff. current_summary and updated_summary omitted when the caller cannot view billing.
after: After { monthly_total, usage_dimensions } Quote for the proposed (post-update) resource state.
Quote for the proposed (post-update) resource state.
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
before: Before { monthly_total, usage_dimensions } Quote for the proposed (post-update) resource state.
Quote for the proposed (post-update) resource state.
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
diff: Diff { monthly_total_delta, usage_dimensions } Per-dimension and total deltas: after minus before.
Per-dimension and total deltas: after minus before.
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
usage_dimensions: Array<UsageDimension>Per-dimension diff entries. Includes every dimension touched by the update.
Per-dimension diff entries. Includes every dimension touched by the update.
current_summary?: OrganizationBillingSummary { daily_cost, effective_balance, monthly_cost, 3 more } Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
updated_summary?: OrganizationBillingSummary { daily_cost, effective_balance, monthly_cost, 3 more } Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
OrganizationBillingSummary { daily_cost, effective_balance, monthly_cost, 3 more } Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Forward-looking billing summary for an organization. All costs are run-rate projections from the organization’s current active usage (”≈ $X/mo at current usage”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).