curl --location -g --request GET '/storage/buckets//usage/api?filter[start_time]=2020-01-01T00:00:00.000Z&filter[end_time]=2020-01-01T00:00:00.000Z'
{
"data": [
{
"categories": [
{
"bytes_received": [
123456
],
"bytes_sent": [
123456
],
"category": "list_bucket",
"ops": [
123456
],
"successful_ops": [
123456
]
}
],
"timestamp": [
"2020-01-01T00:00:00Z"
],
"total": {
"bytes_received": [
123456
],
"bytes_sent": [
123456
],
"ops": [
123456
],
"successful_ops": [
123456
]
}
}
]
}
Authorization: Bearer ********************