Skip to content

Commit af15478

Browse files
author
Swen Brüseke
committed
add TODO
1 parent bfefb5b commit af15478

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

TODO.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Our goal is to add the follwoing api call to cloudstack-go:
2+
https://cloudstack.apache.org/api/apidocs-4.18/apis/createConsoleEndpoint.html
3+
4+
Request parameters
5+
virtualmachineid (mandatory) ID of the VM
6+
token (optional) extra security token, valid when the extra validation is enabled
7+
8+
Response tags
9+
details details in case of an error
10+
success true if the console endpoint is generated properly
11+
url the console url
12+
websocket the console websocket options
13+
14+
If I understand it correctly the correct file to add this api call is this file:
15+
cloudstack-go/blob/main/cloudstack/VirtualMachineService.go

0 commit comments

Comments
 (0)