Object Storage Orchestration API Reference

Table Of Contents
Chapter 2. User Management
"ops:put" : "0.50",
"ops:list" : "0.50",
"ops:delete" : "0.50",
"bandwidth:out" : "0"
}
2.4.4.3 Sample Request #2
Returns information about limits for the bucket bucket-1.
GET /?ostor-limits&bucket=bucket-1 HTTP/1.1
Host: s3.amazonaws.com
Date: Wed, 30 Apr 2016 22:32:00 GMT
Authorization: <authorization_string>
2.4.4.4 Sample Response #2
HTTP/1.1 200 OK
Transfer-encoding : chunked
Server : nginx/1.8.1
Connection : closed
x-amz-request-id : 80000000000000030003c6b538eedd95
Date: Wed, 30 Apr 2016 22:32:00 GMT
Content-type : application/json
{
"ops:default" : "0",
"ops:get" : "0",
"ops:put" : "0",
"ops:list" : "0",
"ops:delete" : "0",
"bandwidth:out" : "3.33"
}
2.5 PUT Service ostor-limits
2.5.1 Description
Sets limit values for the specified user or bucket. Either operations count or bandwidth limits can be
specified in a single request.
14