uapi --output=jsonpretty \ --user=username \ Quota \ get_quota_info
{- "apiversion": 3,
- "func": "get_quota_info",
- "module": "Quota",
- "result": {
- "data": {
- "inode_limit": 0,
- "inodes_remain": 0,
- "inodes_used": 1035,
- "megabyte_limit": 0,
- "megabytes_remain": 0,
- "megabytes_used": 5.46,
- "under_inode_limit": 0,
- "under_megabyte_limit": 1,
- "under_quota_overall": 1
}, - "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}