Skip to content

Commit 1d9a0b7

Browse files
committed
update docs
1 parent 74cf1ae commit 1d9a0b7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/_docs/web_interface.md

+2
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,10 @@ Table 22: REST API resources (3/4).
348348
| `/system-models-page` | `GET` |
349349
| `/traces-page` | `GET` |
350350
| `/training-page` | `GET` |
351+
| `/create-emulation-page` | `GET` |
351352
| `/container-terminal-page` | `GET` |
352353
| `/container-terminal?token=<token>` | `Websockets` |
354+
| `/create-emulation` | `POST` |
353355

354356

355357
<p class="captionFig">

simulation-system/libs/csle-rest-api/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ A REST API for the CSLE management platform.
191191
| `/training-page` | Get the training page | `GET` |
192192
| `/container-terminal-page` | Get the container-terminal page | `GET` |
193193
| `/server-cluster?token=<valid_token>` | Get details of the server cluster | `GET` |
194+
| `/create-emulation?token=<valid_token>` | Create a new emulation configuration | `POST` |
195+
| `/create-emulation-page` | Get the create emulation page | `GET` |
194196

195197
## Requirements
196198

0 commit comments

Comments
 (0)