Shared
ModelsExpand Collapse
CostQuote object { 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 of object { dimension, dimension_display_name, monthly_amount, 2 more } Priced rows, one per usage dimension emitted by the resource.
Priced rows, one per usage dimension emitted by the resource.
current_summary: optional 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: optional 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 object { 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: object { 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: object { 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: object { 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 of object { after, before, dimension, 2 more } Per-dimension diff entries. Includes every dimension touched by the update.
Per-dimension diff entries. Includes every dimension touched by the update.
current_summary: optional 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: optional 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 object { 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”).