edit
Host
suspend fun editHost(hostId: String, hostName: String, hostAddress: String, sshUser: String, sshPassword: String): JsonObject
Request to edit an existing 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