Shared
ModelsExpand Collapse
CostQuote object { currency, monthly_total, priced_at, usage_dimensions } Cost quote returned by POST /cost.
CostQuote object { currency, monthly_total, priced_at, usage_dimensions }
Cost quote returned by POST /cost.
monthly_total: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
CostQuoteUpdate object { after, before, currency, 2 more } Cost quote returned by PATCH /:id/cost: the current-state quote, the post-update quote, and the signed diff.
CostQuoteUpdate object { after, before, currency, 2 more }
Cost quote returned by PATCH /:id/cost: the current-state quote, the post-update quote, and the signed diff.
after: object { monthly_total, usage_dimensions } Quote for the proposed (post-update) resource state.
after: object { monthly_total, usage_dimensions }
Quote for the proposed (post-update) resource state.
monthly_total: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
before: object { monthly_total, usage_dimensions } Quote for the proposed (post-update) resource state.
before: object { monthly_total, usage_dimensions }
Quote for the proposed (post-update) resource state.
monthly_total: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
diff: object { monthly_total_delta, usage_dimensions } Per-dimension and total deltas: after minus before.
diff: object { monthly_total_delta, usage_dimensions }
Per-dimension and total deltas: after minus before.
monthly_total_delta: string
Arbitrary-precision decimal serialized as a string (e.g. “58.40”).
formatdecimal
usage_dimensions: array of object { after, before, dimension, 2 more } Per-dimension diff entries. Includes every dimension touched by the update.
usage_dimensions: array of object { after, before, dimension, 2 more }
Per-dimension diff entries. Includes every dimension touched by the update.