Skip to main content

ResourceBillingEventsHistoryResponse

statusboolean

Whether the request succeeded.

Example: true
messagestring

Human-readable description of the result.

Example: volume 38180 Billing Events History Retrieved Successfully.
billing_events_history object[]
  • Array [
  • startstring
    eventstring

    Event emitted by the resource.

    event_durationnumber
    price_per_hournumber

    Hourly charge for the resource.

    total_costnumber

    The combined usage cost in dollars from the previous day for all of your resources.

  • ]
  • ResourceBillingEventsHistoryResponse
    {
    "status": true,
    "message": "volume 38180 Billing Events History Retrieved Successfully.",
    "billing_events_history": [
    {
    "start": "string",
    "event": "string",
    "event_duration": 0,
    "price_per_hour": 0,
    "total_cost": 0
    }
    ]
    }