Organizations
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.
organization_list: 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
billing_history_entry: 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.
purpose: optional "first_charge" or "auto_recharge" or "manual_top_up" or 6 moreWhy this entry exists: for a grant, the funding flow (“first_charge”,
“auto_recharge”, “manual_top_up”, “manual_recharge”) or “bonus_grant” for
credit issued with no payment behind it; for an adjustment, the reason the
balance was reduced (“refund”, “dispute”, “bonus_void” for issued credit
withdrawn, “bonus_expiry” for credit that lapsed unspent). Null for
adjustments with no recorded reason.
Why this entry exists: for a grant, the funding flow (“first_charge”, “auto_recharge”, “manual_top_up”, “manual_recharge”) or “bonus_grant” for credit issued with no payment behind it; for an adjustment, the reason the balance was reduced (“refund”, “dispute”, “bonus_void” for issued credit withdrawn, “bonus_expiry” for credit that lapsed unspent). Null for adjustments with no recorded reason.
billing_history_entry_list: object { items, pagination }
purpose: optional "first_charge" or "auto_recharge" or "manual_top_up" or 6 moreWhy this entry exists: for a grant, the funding flow (“first_charge”,
“auto_recharge”, “manual_top_up”, “manual_recharge”) or “bonus_grant” for
credit issued with no payment behind it; for an adjustment, the reason the
balance was reduced (“refund”, “dispute”, “bonus_void” for issued credit
withdrawn, “bonus_expiry” for credit that lapsed unspent). Null for
adjustments with no recorded reason.
Why this entry exists: for a grant, the funding flow (“first_charge”, “auto_recharge”, “manual_top_up”, “manual_recharge”) or “bonus_grant” for credit issued with no payment behind it; for an adjustment, the reason the balance was reduced (“refund”, “dispute”, “bonus_void” for issued credit withdrawn, “bonus_expiry” for credit that lapsed unspent). Null for adjustments with no recorded reason.
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.
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.
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.
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).
Consumption for one resource type within a project (e.g. every VM, every volume).
OrganizationsBillingRecharge Policy
Get Organization Recharge Policy
Update Organization Recharge 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.
An organization’s current recharge policy. policy_args is null for a manual policy.