VMs

get/v0/vms/ssh

Query parameters

vm_idstring required

Response

ssh_hostnamestring required
ssh_portinteger required
last_successful_key_updateinteger

Unix timestamp.

last_attempted_key_updateinteger

Unix timestamp.

Example response

{
  "last_successful_key_update": 1738972800,
  "last_attempted_key_update": 1738972800
}

Changes

Changed in 1 of the 44 revisions of this API.12

    • the ssh_host_keys/items/base64_encoded_key response property contentEncoding changed from to base64 for the status 200

      response-property-content-encoding-changed

    • added the optional property last_attempted_key_update to the response with the 200 status

      response-optional-property-added

    • added the optional property last_successful_key_update to the response with the 200 status

      response-optional-property-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog