OrganizationLevelBillingHistoryResponseModel
statusboolean
Whether the request succeeded.
Example:
truemessagestring
Human-readable description of the result.
Example:
Biling History Retrieved Successfully.billing_history object
Billing history entries for the resource.
org_idinteger
Identifier of the organization that owns the resource.
Example:
9876billing_history object[]
Billing history entries for the resource.
Array [
attributes object
Additional resource attributes.
idstring
Unique identifier.
Example:
f3a91c44-7b2e-49d7-a16d-5c3e8d9a0b21metrics object
Resource utilisation metrics.
incurred_billnumber
Total amount accrued for the resource in the time window, in the response's currency.
Example:
1.4792531077698128non_discounted_billnumber
Bill amount before any discounts or contract pricing.
Example:
2.719349893436454vm_costnumber
Example:
1.4745966289499524volume_costnumber
Example:
0.0031699195661627775contract_costnumber
Example:
0snapshot_costnumber
Example:
0.0013225807333306667]
total_countinteger
Total number of items across all pages of this result set.
Example:
1OrganizationLevelBillingHistoryResponseModel
{
"status": true,
"message": "Biling History Retrieved Successfully.",
"billing_history": {
"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
}
}
Was this page helpful?