quotas¶
Client API for quotas in Nexus.
- qnexus.client.quotas.check_quota(
- name: Literal['compilation', 'simulation', 'jupyterhub', 'database_usage'],
Check that the current user has available quota.
- qnexus.client.quotas.get(
- name: Literal['compilation', 'simulation', 'jupyterhub', 'database_usage'],
Get specific quota details by name.
- qnexus.client.quotas.get_all() DataframableList[Quota] ¶
Get all quotas, including usage.