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
Branches
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
ip address being temporarily blocked from making further requests. The
block will automatically be lifted by waiting an hour.
- api revision: `41b42e0f / 2019-12-17 11:02:11 +0100`
- api version: `0.9-198-g41b42e0`
- apidoc building date: `2019-12-17 10:04:38 +0000`
- api revision: `b8c1f271 / 2020-02-19 11:11:08 +0100`
- api version: `0.9-199-gb8c1f27`
- apidoc building date: `2020-02-19 10:13:50 +0000`
Summary
-------------------------------------------------------------------------------------
......@@ -87,6 +87,9 @@ API Details
A service to check if account and/or related project has the access to
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:
- **login** (*string*) – account id
......@@ -123,6 +126,9 @@ A service with public dedicated time calendar.
Returns list of times dedicated for HPC maintainance. It is not possible
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:
- **all** – returns all dedicated times for all clusters
......@@ -165,6 +171,9 @@ Status Codes:
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:
- **login** (*string*) – account id
......@@ -219,6 +228,9 @@ response contains two parts:
- `me_as_pi` – data from projects, where the account is PI (primary
investigator)
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
......@@ -308,6 +320,9 @@ Status Codes:
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:
- **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