API login for native console ops

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
phantom
Posts: 1
Joined: Tue Nov 09, 2021 1:26 pm

API login for native console ops

Post by phantom » Wed Dec 14, 2022 2:58 pm

Hi All,
I am using EVE Pro and need to get telnet ports of all nodes of a lab (for further automation purposes).
I am getting node details using API. However, API defaults to HTML5 at login. I do NOT see any option to select native console at API documentation.
Consequently, I receive;

Code: Select all

"url" : "html5/#/client/unknowntoken"
in JSON response. How can I get URLs as;

Code: Select all

telnet://
My EVE system is;

Code: Select all

murat@eve:~$ uname --all
Linux eve 4.20.17.2-eve-ng-uksm-wg+ #1 SMP Sat Feb 6 11:21:53 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Thanks!

Post Reply