Billing_metrices_response
Human-readable description of the result.
SuccessfulWhether the request succeeded.
truedata object[]
Response payload.
Identifier of the resource the entry refers to.
1129Type of resource the limit applies to, one of CPU, HDD, RAM.
volumeResource name.
example-volumeIdentifier of the organization.
6190The current billing rate per minute for the resource. If the resource has been terminated a null value will be returned.
0.000016129033333333334The timestamp when the resource was created.
2026-05-06T16:04:09ZThe timestamp when the resource was terminated.
The total uptime of the resource in minutes.
37The total cost incurred by the resource.
0.0007978495155555552Indicates whether the resource is currently active. false indicates that the resource is not active, while true indicates that it is.
trueIndicates whether the resource is excluded from billing. false indicates that the resource is not excluded, while true indicates that it is.
false{
"message": "Successful",
"status": true,
"data": [
{
"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
}
]
}