{
"success": true,
"count": 0,
"billing_metrics": {
"property1": {
"active_count": 0,
"hourly_rate_total": 0,
"last_billed": "string",
"earliest_start": "string",
"max_hours": 0,
"total_cost_so_far": 0
},
"property2": {
"active_count": 0,
"hourly_rate_total": 0,
"last_billed": "string",
"earliest_start": "string",
"max_hours": 0,
"total_cost_so_far": 0
}
},
"recent_hibernations": [
{
"deployment_id": "string",
"name": "string",
"start_time": "string",
"hourly_rate": 0,
"currency": "string",
"hours_billed": 0,
"total_cost": 0,
"current_hours": 0,
"current_cost": 0,
"gpu_type": "string",
"gpu_count": 0
}
]
}