SubResourcesGraphBillingHistoryFields
attributes object
Additional resource attributes.
idstring
Unique identifier.
Example:
9d8a4f10-2c5d-4b14-8f5a-1e6c8e8b2d3finfrahub_idinteger
Internal numeric identifier used by Hyperstack for cross-system references.
Example:
8429resource_namestring
Name of the resource the entry refers to.
Example:
example-vmmetrics object
Resource utilisation metrics.
gpu_incurred_billnumber
Example:
0gpu_incurred_bill_graph object[]
Array [
datetimestring
ISO 8601 UTC timestamp.
Example:
2026-05-06T15:18:42Zvaluenumber
Value of the entry.
Example:
0.011612903333333001]
cpu_incurred_billnumber
Example:
0.006666666666666cpu_incurred_bill_graph object[]
Array [
datetimestring
ISO 8601 UTC timestamp.
Example:
2026-05-06T15:18:42Zvaluenumber
Value of the entry.
Example:
0.011612903333333001]
ram_incurred_billnumber
Example:
0ram_incurred_bill_graph object[]
Array [
datetimestring
ISO 8601 UTC timestamp.
Example:
2026-05-06T15:18:42Zvaluenumber
Value of the entry.
Example:
0.011612903333333001]
publicip_incurred_billnumber
Example:
0publicip_incurred_bill_graph object[]
Array [
datetimestring
ISO 8601 UTC timestamp.
Example:
2026-05-06T15:18:42Zvaluenumber
Value of the entry.
Example:
0.011612903333333001]
disk_incurred_billnumber
Example:
0disk_incurred_bill_graph object[]
Array [
datetimestring
ISO 8601 UTC timestamp.
Example:
2026-05-06T15:18:42Zvaluenumber
Value of the entry.
Example:
0.011612903333333001]
ephemeral_incurred_billnumber
Example:
0ephemeral_incurred_bill_graph object[]
Array [
datetimestring
ISO 8601 UTC timestamp.
Example:
2026-05-06T15:18:42Zvaluenumber
Value of the entry.
Example:
0.011612903333333001]
SubResourcesGraphBillingHistoryFields
{
"attributes": {
"id": "9d8a4f10-2c5d-4b14-8f5a-1e6c8e8b2d3f",
"infrahub_id": 8429,
"resource_name": "example-vm"
},
"metrics": {
"gpu_incurred_bill": 0,
"gpu_incurred_bill_graph": [
{
"datetime": "2026-05-06T15:18:42Z",
"value": 0.011612903333333001
}
],
"cpu_incurred_bill": 0.006666666666666,
"cpu_incurred_bill_graph": [
{
"datetime": "2026-05-06T15:18:42Z",
"value": 0.011612903333333001
}
],
"ram_incurred_bill": 0,
"ram_incurred_bill_graph": [
{
"datetime": "2026-05-06T15:18:42Z",
"value": 0.011612903333333001
}
],
"publicip_incurred_bill": 0,
"publicip_incurred_bill_graph": [
{
"datetime": "2026-05-06T15:18:42Z",
"value": 0.011612903333333001
}
],
"disk_incurred_bill": 0,
"disk_incurred_bill_graph": [
{
"datetime": "2026-05-06T15:18:42Z",
"value": 0.011612903333333001
}
],
"ephemeral_incurred_bill": 0,
"ephemeral_incurred_bill_graph": [
{
"datetime": "2026-05-06T15:18:42Z",
"value": 0.011612903333333001
}
]
}
}
Was this page helpful?