Skip to main content

OrganizationLevelBillingHistory

org_idinteger

Identifier of the organization that owns the resource.

Example: 9876
billing_history object[]

Billing history entries for the resource.

  • Array [
  • attributes object

    Additional resource attributes.

    idstring

    Unique identifier.

    Example: f3a91c44-7b2e-49d7-a16d-5c3e8d9a0b21
    metrics object

    Resource utilisation metrics.

    incurred_billnumber

    Total amount accrued for the resource in the time window, in the response's currency.

    Example: 1.4792531077698128
    non_discounted_billnumber

    Bill amount before any discounts or contract pricing.

    Example: 2.719349893436454
    vm_costnumber
    Example: 1.4745966289499524
    volume_costnumber
    Example: 0.0031699195661627775
    contract_costnumber
    Example: 0
    snapshot_costnumber
    Example: 0.0013225807333306667
  • ]
  • total_countinteger

    Total number of items across all pages of this result set.

    Example: 1
    OrganizationLevelBillingHistory
    {
    "org_id": 9876,
    "billing_history": [
    {
    "attributes": {
    "id": "f3a91c44-7b2e-49d7-a16d-5c3e8d9a0b21"
    },
    "metrics": {
    "incurred_bill": 1.4792531077698128,
    "non_discounted_bill": 2.719349893436454,
    "vm_cost": 1.4745966289499524,
    "volume_cost": 0.0031699195661627775,
    "contract_cost": 0,
    "snapshot_cost": 0.0013225807333306667
    }
    }
    ],
    "total_count": 1
    }