Add support for provisioning and rebuilding via interface

This commit is contained in:
Tom 2023-07-09 11:18:14 +02:00
parent f5c5999f44
commit ddb4bb3546
76 changed files with 1306 additions and 625 deletions

2
API.md
View file

@ -25,6 +25,8 @@ All routes can be found under `/api/v1/http/`
## Interactive Websocket API
** This is not yet implemented in it's entirety **
Some API calls require interactivity or provide streaming content to clients.
An example of such an action is creating a new instance.
The protocol is based on [Websockets](https://websockets.spec.whatwg.org/).