List SSH keys

GET /ssh-key

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
    • ssh-keys array[object]

      Instance SSH Key

      Hide ssh-keys attributes Show ssh-keys attributes object
      • name string

        SSH key name

        Minimum length is 1, maximum length is 255.

      • SSH key fingerprint

GET /ssh-key
curl \
 -X GET https://api-ch-gva-2.exoscale.com/v2/ssh-key
Response examples (200)
{
  "ssh-keys": [
    {
      "name": "string",
      "fingerprint": "string"
    }
  ]
}