v1

latestOpenAPI 3.1.02026-07-2426068.5 KB

Create SSH Key

post/ssh-keys

Request body

namestring required

The name of the key.

contentstring required

The public portion of the SSH key.

Response

200

idstring
namestring
fingerprintstring
contentstring
createdstring

Example response

{
  "id": "aaaaaaaaaaabbbbbbbbbbbbb",
  "name": "my-key",
  "fingerprint": "10:10:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa:aa",
  "content": "SSH_KEY_CONTENT",
  "created": "2020-01-01T12:00:00.000Z"
}