diff --git a/scs_api.server_public.md b/scs_api.server_public.md index ac21d038169c48d671126cd3ab26e5cdb2d4cac2..8223878506ca46aaae4e6f8f8038ab4c32227ee9 100644 --- a/scs_api.server_public.md +++ b/scs_api.server_public.md @@ -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 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 ------------------------------------------------------------------------------------- @@ -189,6 +189,23 @@ Request JSON Object - **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 - <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a> – no error