register
Host
suspend fun registerHost(hostName: String, hostAddress: String, sshUser: String, sshPassword: String): JsonObject
Request to register a new host
Return
the response of the request as JsonObject
Parameters
host Name
The name of the host
host Address
The address of the host
ssh User
The user used in the SSH connection
ssh Password
The password used in the SSH connection