Skip to main content

Billing_metrices_response

messagestring

Human-readable description of the result.

Example: Successful
statusboolean

Whether the request succeeded.

Example: true
data object[]

Response payload.

  • Array [
  • resource_idinteger

    Identifier of the resource the entry refers to.

    Example: 1129
    resource_typestring

    Type of resource the limit applies to, one of CPU, HDD, RAM.

    Example: volume
    namestring

    Resource name.

    Example: example-volume
    organization_idinteger

    Identifier of the organization.

    Example: 6190
    bill_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.000016129033333333334
    create_timestring<date-time>

    The timestamp when the resource was created.

    Example: 2026-05-06T16:04:09Z
    terminate_timestring<date-time>nullable

    The timestamp when the resource was terminated.

    total_up_timenumber

    The total uptime of the resource in minutes.

    Example: 37
    total_billnumber

    The total cost incurred by the resource.

    Example: 0.0007978495155555552
    activeboolean

    Indicates whether the resource is currently active. false indicates that the resource is not active, while true indicates that it is.

    Example: true
    exclude_billingboolean

    Indicates whether the resource is excluded from billing. false indicates that the resource is not excluded, while true indicates that it is.

    Example: false
  • ]
  • Billing_metrices_response
    {
    "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
    }
    ]
    }