Commit 1d9a0b7 1 parent 74cf1ae commit 1d9a0b7 Copy full SHA for 1d9a0b7
File tree 2 files changed +4
-0
lines changed
simulation-system/libs/csle-rest-api
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -348,8 +348,10 @@ Table 22: REST API resources (3/4).
348
348
| ` /system-models-page ` | ` GET ` |
349
349
| ` /traces-page ` | ` GET ` |
350
350
| ` /training-page ` | ` GET ` |
351
+ | ` /create-emulation-page ` | ` GET ` |
351
352
| ` /container-terminal-page ` | ` GET ` |
352
353
| ` /container-terminal?token=<token> ` | ` Websockets ` |
354
+ | ` /create-emulation ` | ` POST ` |
353
355
354
356
355
357
<p class =" captionFig " >
Original file line number Diff line number Diff line change @@ -191,6 +191,8 @@ A REST API for the CSLE management platform.
191
191
| ` /training-page ` | Get the training page | ` GET ` |
192
192
| ` /container-terminal-page ` | Get the container-terminal page | ` GET ` |
193
193
| ` /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 ` |
194
196
195
197
## Requirements
196
198
You can’t perform that action at this time.
0 commit comments