Reference Guide

file_tree_quota_modify
Name Description Schema
description
optional
Description of the tree quota. string
hard_limit
optional
Hard limit of the tree quota, in bytes. No hard limit when
set to 0. This value can be used to compute amount of space
that is consumed without limiting the space. Value is
always rounded up to match the physical block size of the
filesystem.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
is_user_quota
s_enforced
optional
Whether the quota must be enabled for all users, and
whether user quota limits, if any, are enforced. Values are: -
true - start tracking usage for all users on the quota tree,
and enforce user quota limits. - false - stop tracking usage
for all users on the quota tree, and do not enforce user
quota limits.
boolean
soft_limit
optional
Soft limit of the tree quota, in bytes. No hard limit when set
to 0. Value is always rounded up to match the physical
block size of the filesystem.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
file_user_quota_create
Name Description Schema
file_system_id
required
Unique identifier of the filesystem in which the new user
quota will be created.
string
hard_limit
optional
Hard limit of the user quota, in bytes. No hard limit when
set to 0. This value can be used to compute amount of space
that is consumed without limiting the space. Value is
rounded up to match the physical block size of the
filesystem.
Minimum value : 0
Maximum value : 9223372036854775807
integer (int64)
484
Dell EMC PowerStore REST API Reference Guide