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