Object Storage Orchestration API Reference
Table Of Contents
Chapter 2. User Management
{
"current" : <cur>,
"hmax": <hmax>,
"h_integral": <hint>,
"last_ts": <last_ts>
}
},
{
...
}]
}
2.7.3.3 Errors
Returns Error Code 400 if more than one parameter is set.
2.7.4 Examples
2.7.4.1 Sample Request
Returns information on all buckets in S3.
GET /?ostor-buckets HTTP/1.1
Host: s3.amazonaws.com
Date: Wed, 30 Apr 2016 22:32:00 GMT
Authorization: <authorization_string>
2.7.4.2 Sample Response
{
"Buckets": [
{
"size": {
"current": 12288,
"h_integral": 7360512,
"hmax": 12288,
"last_ts": 424241
},
"epoch": 0,
"owner_id": "ba7eba06129464c5",
"name": "bucket1",
"creation_date": "2018-05-25T17:12:00.000Z"
},
24










