Skip to main content

Last_day_cost_response

messagestring

Human-readable description of the result.

Example: Successful
statusboolean

Whether the request succeeded.

Example: true
data object

Response payload.

instances_costnumber

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

Example: 0
volumes_costnumber

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

Example: 0
clusters_costnumber

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

Example: 0
total_costnumber

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

Example: 0
Last_day_cost_response
{
"message": "Successful",
"status": true,
"data": {
"instances_cost": 0,
"volumes_cost": 0,
"clusters_cost": 0,
"total_cost": 0
}
}