Currently, Gophercloud only implements CreateRemoteConsole. OpenStack Compute service also provides a GET endpoint to retrieve console connection information using a console token: /os-console-auth-tokens/{console_token}.
Both Create and Get operations are available in the Nova API, so Gophercloud should support both.
Documentation:
API References - Server Consoles
Currently, Gophercloud only implements CreateRemoteConsole. OpenStack Compute service also provides a GET endpoint to retrieve console connection information using a console token:
/os-console-auth-tokens/{console_token}.Both Create and Get operations are available in the Nova API, so Gophercloud should support both.
Documentation:
API References - Server Consoles