quota
quota get
Fetch a quota.
Arguments
QUOTA_ID
ID of quota to get.
Type: integer
Required: ✅
quota list
List registries.
Options
--reference
<REFERENCE>
Reference type of quotas to list.
Type: text
--reference-id
<REFERENCE_ID>
Reference ID of quotas to list.
Type: text
--sort
<SORT>
Sort order of quotas to list. Valid values include: 'hard.resource_name'
, '-hard.resource_name'
, 'used.resource_name'
, '-used.resource_name'
.
Type: text
--page
<PAGE>
(Advanced) Page to begin fetching from.
Type: integer
Default: 1
--page-size
<PAGE_SIZE>
(Advanced) Results to fetch per API call.
Type: integer
Default: 10
--limit
<LIMIT>
Maximum number of results to fetch.
Type: integer
quota update
Update a quota.
Arguments
QUOTA_ID
ID of quota to update.
Type: integer
Required: ✅
PROP=VALUE, ...
Quota properties to update in the format 'property=value'
. Multiple properties can be provided separated by spaces or commas. NOTE: It is likely the property should always be 'storage'
and the value an integer representing the quota size in bytes.
Type: text
Required: ✅