Last_day_cost_response
messagestring
Human-readable description of the result.
Example:
Successfulstatusboolean
Whether the request succeeded.
Example:
truedata object
Response payload.
instances_costnumber
The combined usage cost in dollars from the previous day for all of your virtual machine resources.
Example:
0volumes_costnumber
The combined usage cost in dollars from the previous day for all of your volume resources.
Example:
0clusters_costnumber
The combined usage cost in dollars from the previous day for all of your cluster resources.
Example:
0total_costnumber
The combined usage cost in dollars from the previous day for all of your resources.
Example:
0Last_day_cost_response
{
"message": "Successful",
"status": true,
"data": {
"instances_cost": 0,
"volumes_cost": 0,
"clusters_cost": 0,
"total_cost": 0
}
}
Was this page helpful?