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

Version Mon 08 Jun 2020 01:04:37 PM UTC

parent 4314d992
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
address being temporarily blocked from making further requests. The
block will automatically be lifted by waiting an hour.
- api revision: `d110fd35 / 2020-06-08 07:33:47 +0200`
- api revision: `2ada8ae3 / 2020-06-08 07:33:47 +0200`
- api version: `0.9-238-gd110fd3`
- api version: `0.9-238-g2ada8ae`
- apidoc building date: `2020-06-08 12:58:10 +0000`
- apidoc building date: `2020-06-08 13:03:59 +0000`
Summary
-------------------------------------------------------------------------------------
......@@ -94,6 +94,7 @@ Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4icheckaccess" class="reference external">it4icheckaccess</a>
Request JSON Object
- **login** (*string*) – account id
- **queue** (*string*) – queue id
......@@ -102,6 +103,7 @@ Request JSON Object
projectless queue
Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error
......@@ -133,6 +135,7 @@ Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4idedicatedtime" class="reference external">it4idedicatedtime</a>
Query Parameters
- **all** – returns all dedicated times for all clusters
- **salomon** – returns all times just for the Salomon cluster
......@@ -160,6 +163,7 @@ Response JSON Object
- **updated\_at** (*string*) – date of the list’s last update
Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error
......@@ -193,6 +197,7 @@ Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4ifsusage" class="reference external">it4ifsusage</a>
Request JSON Object
- **login** (*string*) – account id
- **it4ifreetoken** (*string*) – token
......@@ -218,6 +223,7 @@ Response JSON Object
- **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
......@@ -270,6 +276,7 @@ Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4ifree" class="reference external">it4ifree</a>
Request JSON Object
- **login** (*string*) – account id
- **it4ifreetoken** (*string*) – token
......@@ -307,6 +314,7 @@ Response JSON Object
consumed by the account
Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error
......@@ -388,6 +396,7 @@ Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4imotd" class="reference external">it4imotd</a>
Query Parameters
- **notice** – returns only notice messages
- **important** – returns only important messages
......@@ -423,6 +432,7 @@ Response JSON Object
- **updated\_at** (*string*) – date of the list’s last update
Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error
......@@ -468,6 +478,7 @@ Response JSON Object
- **message** (*string*) – reply message ‘pong’
Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error
......@@ -498,6 +509,7 @@ Response JSON Object
- **version** (*string*) – API version
Status Codes
- <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1" class="reference external">200 OK</a>
– no error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment