SSH commands as API microservices
Briefly

The first thing needed is code of the service that will connect to SSH servers - it receives the command to execute and host to run in, translating SSH command outputs to JSON response documents.
In the Zato Dashboard, create an HTTP Basic Auth definition for remote API client authentication. The SSH service is then mounted on a REST channel, ensuring security and data format as JSON.
Read at Zato
[
|
]