From 1d9a0b796b0ea23281c3498524f1d1e8e4ff9e5d Mon Sep 17 00:00:00 2001 From: Limmen Date: Fri, 14 Jun 2024 10:34:10 +0200 Subject: [PATCH] update docs --- docs/_docs/web_interface.md | 2 ++ simulation-system/libs/csle-rest-api/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/_docs/web_interface.md b/docs/_docs/web_interface.md index 5935aaa99..9ac3bc159 100644 --- a/docs/_docs/web_interface.md +++ b/docs/_docs/web_interface.md @@ -348,8 +348,10 @@ Table 22: REST API resources (3/4). | `/system-models-page` | `GET` | | `/traces-page` | `GET` | | `/training-page` | `GET` | +| `/create-emulation-page` | `GET` | | `/container-terminal-page` | `GET` | | `/container-terminal?token=` | `Websockets` | +| `/create-emulation` | `POST` |

diff --git a/simulation-system/libs/csle-rest-api/README.md b/simulation-system/libs/csle-rest-api/README.md index 6dca7d7c0..417f8fdd0 100644 --- a/simulation-system/libs/csle-rest-api/README.md +++ b/simulation-system/libs/csle-rest-api/README.md @@ -191,6 +191,8 @@ A REST API for the CSLE management platform. | `/training-page` | Get the training page | `GET` | | `/container-terminal-page` | Get the container-terminal page | `GET` | | `/server-cluster?token=` | Get details of the server cluster | `GET` | +| `/create-emulation?token=` | Create a new emulation configuration | `POST` | +| `/create-emulation-page` | Get the create emulation page | `GET` | ## Requirements