Retrieve SSH key details
Path parameters
-
name
string Required
GET
/ssh-key/{name}
curl \
--request GET https://api-ch-gva-2.exoscale.com/v2/ssh-key/{name}
Response examples (200)
{
"name": "string",
"fingerprint": "string"
}