Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmen committed Jun 14, 2024
1 parent 74cf1ae commit 1d9a0b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_docs/web_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<token>` | `Websockets` |
| `/create-emulation` | `POST` |


<p class="captionFig">
Expand Down
2 changes: 2 additions & 0 deletions simulation-system/libs/csle-rest-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<valid_token>` | Get details of the server cluster | `GET` |
| `/create-emulation?token=<valid_token>` | Create a new emulation configuration | `POST` |
| `/create-emulation-page` | Get the create emulation page | `GET` |

## Requirements

Expand Down

0 comments on commit 1d9a0b7

Please sign in to comment.