We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfefb5b commit af15478Copy full SHA for af15478
TODO.md
@@ -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