Object Storage Orchestration API Reference
Table Of Contents
3.1. GET Service ostor-usage
Authorization: <authorization_string>
3.1.4.4 Sample Response #2
HTTP/1.1 200 OK
X-amz-req-time-micros : 576
Transfer-encoding : chunked
Server : nginx/1.8.1
Connection : keep-alive
X-amz-request-id : 80000000000000030006b6bf23c77f09
Date : Mon, 11 Apr 2016 14:48:21 GMT
Content-type : application/json
{ ”fmt_version”: 1, ”service_id”:8000000000000003,
”start_ts”:1460380373, ”period”: 30, ”nr_items”:2,
”items”: [
{
”key”: { ”bucket”: ”bucket”, ”epoch”:16394, ”user_id”: ”f82c23f7823589eb”, ”tag”: ”” },
”counters”: {
”ops”: { ”put”:15, ”get”:0, ”list”:1, ”other”:0 },
”net_io”: { ”uploaded”:99785, ”downloaded”:0 }
}
},
{
”key”: { ”bucket”: ””, ”epoch”:0, ”user_id”: ”f82c23f7823589eb”, ”tag”: ”” },
”counters”: {
”ops”: { ”put”:0, ”get”:2, ”list”:0, ”other”:0 },
”net_io”: { ”uploaded”:0, ”downloaded”:0 }
}
}
]
}
29










