Retrieve organization usage reports
Returns aggregated usage reports for an organization
Query parameters
-
period
string
GET
/usage-report
curl \
--request GET 'https://api-ch-gva-2.exoscale.com/v2/usage-report'
Response examples (200)
{
"usage": [
{
"from": "string",
"to": "string",
"product": "string",
"variable": "string",
"description": "string",
"quantity": "string",
"unit": "string"
}
]
}