ResourceLevelClusterBillingDetailsResponseModel
Whether the request succeeded.
Human-readable description of the result.
billing_history_cluster_details object
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.
1680nodes object[]
Nodes currently in the cluster.
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.
1680{
"status": true,
"message": "string",
"billing_history_cluster_details": {
"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
},
"nodes": [
{
"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
}
}
]
}
}