Billing_metrices_fields
resource_idinteger
Identifier of the resource the entry refers to.
Example:
1129resource_typestring
Type of resource the limit applies to, one of CPU, HDD, RAM.
Example:
volumenamestring
Resource name.
Example:
example-volumeorganization_idinteger
Identifier of the organization.
Example:
6190bill_per_minutenumber
The current billing rate per minute for the resource. If the resource has been terminated a null value will be returned.
Example:
0.000016129033333333334create_timestring<date-time>
The timestamp when the resource was created.
Example:
2026-05-06T16:04:09Zterminate_timestring<date-time>nullable
The timestamp when the resource was terminated.
total_up_timenumber
The total uptime of the resource in minutes.
Example:
37total_billnumber
The total cost incurred by the resource.
Example:
0.0007978495155555552activeboolean
Indicates whether the resource is currently active. false indicates that the resource is not active, while true indicates that it is.
Example:
trueexclude_billingboolean
Indicates whether the resource is excluded from billing. false indicates that the resource is not excluded, while true indicates that it is.
Example:
falseBilling_metrices_fields
{
"resource_id": 1129,
"resource_type": "volume",
"name": "example-volume",
"organization_id": 6190,
"bill_per_minute": 0.000016129033333333334,
"create_time": "2026-05-06T16:04:09Z",
"terminate_time": "2024-07-29T15:51:28.071Z",
"total_up_time": 37,
"total_bill": 0.0007978495155555552,
"active": true,
"exclude_billing": false
}
Was this page helpful?