API Client
This release (v1.7.5+) brings an experimental client for administrators to interact with api resources. The goal is having an alternative client for more advance uses like automating the creating of connections or agents, configuring credentials, etc.
To view the list of connected agents:
$ hoop admin get agents
NAME VERSION HOSTNAME PLATFORM STATUS
prod 1.7.5 hoopagent... linux/amd64 ONLINE
hhomolog 1.7.5 hoopagent... linux/amd64 ONLINE
default 1.7.5 hoopagent... linux/amd64 ONLINE
To see a list of implemented functions, type hoop admin --help
Check it out more in our documentation