curl --location --request GET 'http://127.0.0.1/billing/costs//deployments//items' \
--header 'Authorization: ApiKey {{EC_API_KEY}}'
{
"costs": {
"total": 0,
"resources": 0,
"data_transfer_and_storage": 0
},
"resources": [
{
"sku": "string",
"kind": "string",
"name": "string",
"price": 0,
"period": {
"start": "2019-08-24T14:15:22Z",
"end": "2019-08-24T14:15:22Z"
},
"instance_count": 0,
"hours": 0,
"price_per_hour": 0
}
],
"data_transfer_and_storage": [
{
"sku": "string",
"name": "string",
"rate": {
"formatted_value": "string",
"value": 0
},
"cost": 0,
"type": "string",
"quantity": {
"formatted_value": "string",
"value": 0
}
}
]
}