Object Storage Orchestration API Reference

2.4. GET Service ostor-limits
Note: 0 means “unlimited”.
2.4.3.3 Errors
Returns Error Code 400, if multiple parameters are set at once.
Note: The limits are disabled by default. If limits for a user/bucket requested are disabled, an error will
be returned. Use PUT ostor-limits to enable limits.
2.4.4 Examples
2.4.4.1 Sample Request #1
Returns information about limits for the user with the email user1@email.com.
GET /?ostor-users&emailAddress=user1@email.com HTTP/1.1
Host: s3.amazonaws.com
Date: Thu, 07 Apr 2016 14:08:55 GMT
Authorization: <authorization_string>
2.4.4.2 Sample Response #1
HTTP/1.1 200 OK
Transfer-encoding : chunked
Server : nginx/1.8.1
Connection: closed
x-amz-request-id : 80000000000000030005c8caec96d65b
Date : Thu, 07 Apr 2016 14:08:56 GMT
Content-type : application/json
{
”ops:default” : ”0.50”,
15