From 464db1a1de7e13de0873111a0970b857dcff89b2 Mon Sep 17 00:00:00 2001 From: scs-ror <nobody@it4i.cz> Date: Wed, 13 May 2020 09:58:59 +0000 Subject: [PATCH] Version Wed 13 May 2020 09:58:59 AM UTC --- scs_api.server_public.md | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/scs_api.server_public.md b/scs_api.server_public.md index ac21d03..8223878 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 -- GitLab