cURL
curl --request GET \ --url https://rest.compute.cudo.org/v1/projects/{projectId}/vms/{id}/connect \ --header 'Authorization: <api-key>'
{ "connectUrl": "<string>", "token": "<string>" }
Provides a URL and token to connect to the virtual machine via a web-based VNC console.
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
A successful response.