Skip to content
Snippets Groups Projects
Commit 464db1a1 authored by scs-ror's avatar scs-ror
Browse files

Version Wed 13 May 2020 09:58:59 AM UTC

parent 4fc9e309
No related branches found
No related tags found
No related merge requests found
...@@ -15,11 +15,11 @@ is 6 requests per minute. Exceeding the limit will lead to your IP ...@@ -15,11 +15,11 @@ is 6 requests per minute. Exceeding the limit will lead to your IP
address being temporarily blocked from making further requests. The address being temporarily blocked from making further requests. The
block will automatically be lifted by waiting an hour. block will automatically be lifted by waiting an hour.
- api revision: `b9c85152 / 2020-05-13 09:34:45 +0200` - api revision: `c269dd33 / 2020-05-13 11:56:13 +0200`
- api version: `0.9-235-gb9c8515` - api version: `0.9-237-gc269dd3`
- apidoc building date: `2020-05-13 07:36:53 +0000` - apidoc building date: `2020-05-13 09:58:18 +0000`
Summary Summary
------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
...@@ -189,6 +189,23 @@ Request JSON Object ...@@ -189,6 +189,23 @@ Request JSON Object
- **cluster** (*string*) – cluster id or ‘all’ - **cluster** (*string*) – cluster id or ‘all’
Response JSON Object
- **cluster** (*string*) – cluster id or ‘all’
- **fs** (*string*) – filesystem name
- **hard\_quota\_files** (*int*) – file number quota
- **hard\_quota\_space** (*int*) – space quota (in Kb)
- **ldapuser** (*string*) – user id
- **updated\_at** (*string*) – date of last update (effective date)
- **usage\_files** (*int*) – number of files created\_at
- **usage\_space** (*int*) – amount of space used
Status Codes Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a> - <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error – no error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment