Quotas
Get quota detail by quota ID.
get/v1/quotas/{id}
Path parameters
idstring required
Database ID created for a quota.
Response
OK
Example response
{
"id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"created_at": "2017-07-10T14:36:58.014Z",
"updated_at": "2017-07-10T14:36:58.014Z",
"native_quota_id": "Quota_A",
"storage_id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"native_filesystem_id": "Filesystem_A",
"native_qtree_id": "Qtree_A",
"capacity_hard_limit": 100,
"capacity_soft_limit": 80,
"file_hard_limit": 10,
"file_soft_limit": 8,
"used_capacity": 100,
"file_count": 10
}