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

Version Wed Feb 19 10:14:43 UTC 2020

parent ad9dddbd
No related branches found
No related tags found
No related merge requests found
...@@ -14,9 +14,9 @@ default is 6 requests per minute. Exceeding the limit will lead to your ...@@ -14,9 +14,9 @@ default is 6 requests per minute. Exceeding the limit will lead to your
ip address being temporarily blocked from making further requests. The ip 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: `41b42e0f / 2019-12-17 11:02:11 +0100` - api revision: `b8c1f271 / 2020-02-19 11:11:08 +0100`
- api version: `0.9-198-g41b42e0` - api version: `0.9-199-gb8c1f27`
- apidoc building date: `2019-12-17 10:04:38 +0000` - apidoc building date: `2020-02-19 10:13:50 +0000`
Summary Summary
------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
...@@ -87,6 +87,9 @@ API Details ...@@ -87,6 +87,9 @@ API Details
A service to check if account and/or related project has the access to A service to check if account and/or related project has the access to
specified queue. specified queue.
Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4icheckaccess" class="reference external">it4icheckaccess</a>
Request JSON Object: Request JSON Object:
- **login** (*string*) – account id - **login** (*string*) – account id
...@@ -123,6 +126,9 @@ A service with public dedicated time calendar. ...@@ -123,6 +126,9 @@ A service with public dedicated time calendar.
Returns list of times dedicated for HPC maintainance. It is not possible Returns list of times dedicated for HPC maintainance. It is not possible
to use HPC services during maintainance. to use HPC services during maintainance.
Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4idedicatedtime" class="reference external">it4idedicatedtime</a>
Query Parameters: Query Parameters:
- **all** – returns all dedicated times for all clusters - **all** – returns all dedicated times for all clusters
...@@ -165,6 +171,9 @@ Status Codes: ...@@ -165,6 +171,9 @@ Status Codes:
A service to show filesystem usage. A service to show filesystem usage.
Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4ifsusage" class="reference external">it4ifsusage</a>
Request JSON Object: Request JSON Object:
- **login** (*string*) – account id - **login** (*string*) – account id
...@@ -219,6 +228,9 @@ response contains two parts: ...@@ -219,6 +228,9 @@ response contains two parts:
- `me_as_pi` – data from projects, where the account is PI (primary - `me_as_pi` – data from projects, where the account is PI (primary
investigator) investigator)
Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4ifree" class="reference external">it4ifree</a>
Request JSON Object: Request JSON Object:
- **login** (*string*) – account id - **login** (*string*) – account id
...@@ -308,6 +320,9 @@ Status Codes: ...@@ -308,6 +320,9 @@ Status Codes:
Returns SCS messages of the day. Returns SCS messages of the day.
Terminal implementation is available at
<a href="https://pypi.org/project/it4i.portal.clients/#it4imotd" class="reference external">it4imotd</a>
Query Parameters: Query Parameters:
- **notice** – returns only notice messages - **notice** – returns only notice messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment