Skip to main content
Version: v41

authorizationRequest

End user authorization request object

public_keystringrequired

User's public key

hostidstring<uuid>

Target host UUID

hostnamestring

Target hostname

usernamestring

Target username

servicestring

Target hots service, "SSH", "RDP" or "WEB"

roleidstring<uuid>

UUID of role that is used for accessing the target host

authorizationRequest
{
"public_key": "string",
"hostid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"hostname": "string",
"username": "string",
"service": "string",
"roleid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}