Object Storage Orchestration API Reference

Table Of Contents
Chapter 2. User Management
Parameter Description Required
default Sets the default value for operations limits. If set, all unspecified oper-
ations limits are set to default, otherwise they are set to 0.
Requires the ops subresource to be set.
Type: integer.
Default: 0.
No
put Sets the PUT operations limit value.
Requires the ops subresource to be set.
Type: integer.
Default: default.
No
get Sets the GET operations limit value.
Requires the ops subresource to be set.
Type: integer.
Default: default.
No
delete Sets the DELETE operations limit value.
Requires the ops subresource to be set.
Type: integer.
Default: default.
No
list Sets the LIST operations limit value.
Requires the ops subresource to be set.
Type: integer.
Default: default.
No
out Sets an outgoing bandwidth limit.
Requires the ops subresource to be set.
Type: integer.
Default: 0.
No
* Only one of the required parameters can be set in a single request.
** Either ops or bandwidth can be set in a single request.
Note: Zero limit value means “unlimited”.
16