Actions
Feature #3779
openExpose console access through the API
Status:
New
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Description
As a user I'd like to open the console through the API. Note that this is very similar as how the current UI does it.
Technically I'd see it something like this:- The user calls PUT /api/hosts/:id/console
- Foreman returns the following information
- URL
- Protocol (ws:// or ws:///)
- Host (I think foreman should proxy itself, but this prepares it in case you want to split the proxy to its own host or if you're behind a load balancer and need to connect to a specific foreman host)
- Port
- Display type (VNC or spice)
- Password
- URL
This will allow me to build extra functionality in our own product, but tools like Hammer could use it as well.
Updated by Lukas Zapletal about 11 years ago
Hammer could even spawn remote-viewer program with the correct parameters!
Updated by Ewoud Kohl van Wijngaarden about 11 years ago
- Status changed from New to Assigned
- Assignee set to Ewoud Kohl van Wijngaarden
Updated by Dominic Cleal almost 11 years ago
- Related to Feature #4338: Show VNC Connection Information in Server Console added
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Target version set to 1.7.3
- Pull request https://github.com/theforeman/foreman/pull/1163 added
Updated by Dominic Cleal over 10 years ago
- Target version changed from 1.7.3 to 1.7.2
Updated by Dominic Cleal over 9 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Ewoud Kohl van Wijngaarden) - Target version deleted (
1.7.2) - Pull request added
- Pull request deleted (
https://github.com/theforeman/foreman/pull/1163)
Updated by Ondřej Ezr over 3 years ago
- Related to Feature #33712: Console action should respond with json added
Actions