Skip to main content

Connect

POST 

/workstations/:workstation_id/remote/connect

Connect to a remote desktop using the specified protocol.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

Body

required

    protocol RemoteProtocol (string)required

    The protocol to use for remote connection.

    Possible values: [rfb, vnc]

Responses

Remote connection successful

Schema

    url uri

    The URL of the remote desktop.

    password string

    The password for the remote desktop.

    protocol RemoteProtocol (string)

    The protocol to use for remote connection.

    Possible values: [rfb, vnc]

Loading...