cURL
curl --request GET \ --url https://api.example.com/vm/{vm_id}/ssh_key \ --header 'Authorization: Bearer <token>'
{ "ssh_port": 1, "ssh_private_key": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Node ID
List all VMs on node
Response body for GET /api/vm/{vm_id}/ssh_key
The SSH port that will be DNAT'd to the VM's netns (and, in turn, to its TAP device)
x >= 0
Private SSH key in stringified OpenSSH format