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

Version Mon 08 Jun 2020 12:58:47 PM UTC

parent 64b1ba09
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 ...@@ -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 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: `26bc2dbc / 2020-06-08 07:33:47 +0200` - api revision: `d110fd35 / 2020-06-08 07:33:47 +0200`
- api version: `0.9-238-g26bc2db` - api version: `0.9-238-gd110fd3`
- apidoc building date: `2020-06-08 12:54:25 +0000` - apidoc building date: `2020-06-08 12:58:10 +0000`
Summary Summary
------------------------------------------------------------------------------------- -------------------------------------------------------------------------------------
...@@ -148,7 +148,9 @@ Query Parameters ...@@ -148,7 +148,9 @@ Query Parameters
- **planned** – returns dedicated times for all clusters which are now - **planned** – returns dedicated times for all clusters which are now
active or scheduled in the future active or scheduled in the future
Response JSON Object Response JSON Object
- **cluster\_type** (*string*) – cluster id - **cluster\_type** (*string*) – cluster id
- **dateEfficiency** (*string*) – maintenance start date - **dateEfficiency** (*string*) – maintenance start date
...@@ -196,7 +198,9 @@ Request JSON Object ...@@ -196,7 +198,9 @@ Request JSON Object
- **it4ifreetoken** (*string*) – token - **it4ifreetoken** (*string*) – token
- **cluster** (*string*) – cluster id or ‘all’ - **cluster** (*string*) – cluster id or ‘all’
Response JSON Object Response JSON Object
- **cluster** (*string*) – cluster id or ‘all’ - **cluster** (*string*) – cluster id or ‘all’
- **fs** (*string*) – filesystem name - **fs** (*string*) – filesystem name
...@@ -269,7 +273,9 @@ Request JSON Object ...@@ -269,7 +273,9 @@ Request JSON Object
- **login** (*string*) – account id - **login** (*string*) – account id
- **it4ifreetoken** (*string*) – token - **it4ifreetoken** (*string*) – token
Response JSON Object Response JSON Object
- **login** (*string*) – account id - **login** (*string*) – account id
- **pi\_login** (*string*) – PI account id - **pi\_login** (*string*) – PI account id
...@@ -387,7 +393,9 @@ Query Parameters ...@@ -387,7 +393,9 @@ Query Parameters
- **important** – returns only important messages - **important** – returns only important messages
- **all** – returns all messages - **all** – returns all messages
Response JSON Object Response JSON Object
- **author** (*string*) – author of the message - **author** (*string*) – author of the message
- **category** (*string*) – message category - **category** (*string*) – message category
...@@ -454,7 +462,9 @@ Status Codes ...@@ -454,7 +462,9 @@ Status Codes
**GET /api/v1/ping** **GET /api/v1/ping**
A service for testing connection to API. A service for testing connection to API.
Response JSON Object Response JSON Object
- **message** (*string*) – reply message ‘pong’ - **message** (*string*) – reply message ‘pong’
Status Codes Status Codes
...@@ -478,7 +488,9 @@ Status Codes ...@@ -478,7 +488,9 @@ Status Codes
**GET /api/v1/version** **GET /api/v1/version**
Returns basic information about the API. Returns basic information about the API.
Response JSON Object Response JSON Object
- **hostname** (*string*) – system hostname - **hostname** (*string*) – system hostname
- **revision** (*string*) – API revision / build time - **revision** (*string*) – API revision / build time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment