Get SSH Key
GET/sshkeys/:id
Get SSH Key by ID
Request
Path Parameters
id stringrequired
0aa14246-fccd-46c8-9b47-dcd636ee99b8
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...