Organizations
Create Organization
Get Organization Details
Update Organization
List Organizations
Leave Organization
ModelsExpand Collapse
Organization object { id, billing_email, billing_state, 11 more } Organization response.
Organization response.
Billing email. Null when no custom billing email is set (reverts to the oldest owner’s email).
billing_state: "unfunded" or "active" or "requires_action" or 2 moreOrganization billing lifecycle state.
Organization billing lifecycle state.
OrganizationList object { items, pagination }
Billing email. Null when no custom billing email is set (reverts to the oldest owner’s email).
billing_state: "unfunded" or "active" or "requires_action" or 2 moreOrganization billing lifecycle state.
Organization billing lifecycle state.
OrganizationsMemberships
Get Organization Membership
List Organization Memberships
OrganizationsAddress
Create Organization Address
Get Organization Address
Update Organization Address
OrganizationsBilling
Get Organization Billing Summary
Get Organization Daily Cost
List Organization Billing History
Top Up Organization Prepaid Balance
Re-trigger Organization Prepaid Recharge
Get Organization Usage Statement
ModelsExpand Collapse
BillingHistoryEntry object { id, amount, created_at, 5 more } A single billing history line item: a prepaid credit or a manual adjustment.
A single billing history line item: a prepaid credit or a manual adjustment.
BillingHistoryEntryList object { items, pagination }
OrganizationUsageStatement 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.
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.
Consumption grouped by resource type.
Consumption grouped by resource type.
Top-level metered dimensions; a dimension expanded into components carries them in children.
Top-level metered dimensions; a dimension expanded into components carries them in children.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
StatementLineItem 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.
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.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
StatementProject object { project_id, project_name, resource_types, subtotal } A single project’s consumption within a usage statement.
A single project’s consumption within a usage statement.
Consumption grouped by resource type.
Consumption grouped by resource type.
Top-level metered dimensions; a dimension expanded into components carries them in children.
Top-level metered dimensions; a dimension expanded into components carries them in children.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
StatementResourceType object { items, resource_type, subtotal } Consumption for one resource type within a project (e.g. every VM, every volume).
Consumption for one resource type within a project (e.g. every VM, every volume).
Top-level metered dimensions; a dimension expanded into components carries them in children.
Top-level metered dimensions; a dimension expanded into components carries them in children.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
Component dimensions nested under this one (e.g. vCPU and memory under an instance type). Empty for a leaf.
OrganizationsBillingRecharge Policy
Get Organization Recharge Policy
Update Organization Recharge Policy
ModelsExpand Collapse
OrganizationRechargePolicy object { policy, policy_args, policy_since } An organization’s current recharge policy. policy_args is null for a manual policy.
An organization’s current recharge policy. policy_args is null for a manual policy.