Object Storage Orchestration API Reference

Chapter 2. User Management
Parameter Description Required
bandwidth Enables bandwidth limits.
Bandwidth limits types: { out | kb/s }
Type: flag.
Yes**
ops Enables operations limits. If set, all unspecified bandwidth limits are
set to 0.
Operations limits types: { default | ops/min, put | ops/min , get |
ops/min, list | ops/min, delete | ops/min }
Type: flag.
Yes**
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
18