ResourceLevelVmBillingHistoryResponseModel
Whether the request succeeded.
falseHuman-readable description of the result.
Billing History for Virtual Machine Retrieved Successfully.billing_history_vm object
Identifier of the organization that owns the resource.
7613billing_history object[]
Billing history entries for the resource.
attributes object
Additional resource attributes.
Unique identifier.
7e2d5a13-9c8b-4f1e-a420-3d6f8b9c0e15Internal numeric identifier used by Hyperstack for cross-system references.
1402Name of the resource the entry refers to.
uimap-bucket-testCurrent lifecycle state of the resource.
ACTIVEIdentifier of the customer contract under which the resource is billed.
metrics object
Resource utilisation metrics.
Total amount accrued for the resource in the time window, in the response's currency.
1.4799118041992184e-11Hourly charge for the resource.
1.479911804199218e-10Total billable time in the window, expressed in hours.
1680Total number of items across all pages of this result set.
1pagination object
Pagination metadata: current page, page size, and total count.
Number of results per page.
101-indexed page number of the current result set.
11{
"status": false,
"message": "Billing History for Virtual Machine Retrieved Successfully.",
"billing_history_vm": {
"org_id": 7613,
"billing_history": [
{
"attributes": {
"id": "7e2d5a13-9c8b-4f1e-a420-3d6f8b9c0e15",
"infrahub_id": 1402,
"resource_name": "uimap-bucket-test",
"status": "ACTIVE",
"contract_id": 0
},
"metrics": {
"incurred_bill": 1.4799118041992184e-11,
"price_per_hour": 1.479911804199218e-10,
"usage_time": 1680
}
}
],
"total_count": 1,
"pagination": {
"per_page": 10,
"page": 1,
"pages": 1
}
}
}