Retrieve SSH key details

GET /ssh-key/{name}

Responses

  • 200 application/json

    200

    Hide response attributes Show response attributes object
    • name string

      SSH key name

      Minimum length is 1, maximum length is 255.

    • SSH key fingerprint

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