Billing
Get Organization Billing Summary
$ nirvana organizations:billing summary
GET/v1/organizations/{organization_id}/billing/summary
ModelsExpand Collapse
billing_history_entry: object { id, amount, created_at, 5 more } A single billing history line item: a prepaid credit or a manual adjustment.
billing_history_entry: object { id, amount, created_at, 5 more }
A single billing history line item: a prepaid credit or a manual adjustment.
billing_history_entry_list: object { items, pagination }
billing_history_entry_list: object { items, pagination }
organization_usage_statement: object { currency, month, projects, total } Itemized usage statement for a billing month: consumption grouped by project, resource type, and dimension. Costs are recorded at consumption time, not re-priced.
organization_usage_statement: object { currency, month, projects, total }
Itemized usage statement for a billing month: consumption grouped by project, resource type, and dimension. Costs are recorded at consumption time, not re-priced.
One entry per project with consumption in the month, ordered by name.
One entry per project with consumption in the month, ordered by name.
statement_line_item: object { children, cost, dimension, 3 more } A top-level metered dimension. Heads nest components as children (cost is the subtotal, unit_price null); standalone dimensions carry a unit price and an empty children array.
statement_line_item: object { children, cost, dimension, 3 more }
A top-level metered dimension. Heads nest components as children (cost is the subtotal, unit_price null); standalone dimensions carry a unit price and an empty children array.
statement_project: object { project_id, project_name, resource_types, subtotal } A single project’s consumption within a usage statement.
statement_project: object { project_id, project_name, resource_types, subtotal }
A single project’s consumption within a usage statement.
statement_resource_type: object { items, resource_type, subtotal } Consumption for one resource type within a project (e.g. every VM, every volume).
statement_resource_type: object { items, resource_type, subtotal }
Consumption for one resource type within a project (e.g. every VM, every volume).
BillingRecharge Policy
ModelsExpand Collapse
organization_recharge_policy: object { policy, policy_args, policy_since } An organization’s current recharge policy. policy_args is null for a manual policy.
organization_recharge_policy: object { policy, policy_args, policy_since }
An organization’s current recharge policy. policy_args is null for a manual policy.