List SSH Keys
GET/sshkeys
List SSH Keys
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
displayName string
Name of SSH Key
id string
ID of SSH Key
publicKey string
Public key of SSH Key
[
{
"displayName": "my-ssh-key",
"id": "5272e090-a595-4d6a-8587-cfe78214739f",
"publicKey": "ssh-rsa ..."
}
]
Loading...