Console

Available for user tokens and project keys

This endpoint is used for getting remote access to a virtual machine's VNC

GET https://api.suble.io/projects/:projectId/vm/:vmId/console

This endpoint will generate a 1 hour link that will allow any users with the link to manage the virtual machine console / vnc

Path Parameters

Headers

{
    "token": String,
    "link": String
}

Last updated