sshKey
POST/sshKey.create
sshKey-create
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
name
Requiredstring
Minimum length: 1
description
string | null
publicKey
Requiredstring
privateKey
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/sshKey.remove
sshKey-remove
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
sshKeyId
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/sshKey.one
sshKey-one
Authorization
Authorization
RequiredBearer <token>
In: header
Query Parameters
sshKeyId
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
GET/sshKey.all
sshKey-all
Authorization
Authorization
RequiredBearer <token>
In: header
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/sshKey.generate
sshKey-generate
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
type
string
Value in: "rsa" | "ed25519"
Status code | Description |
---|---|
200 | Successful response |
default | Error response |
POST/sshKey.update
sshKey-update
Authorization
Authorization
RequiredBearer <token>
In: header
Request Body
name
string
Minimum length: 1
description
string | null
lastUsedAt
string | null
sshKeyId
Requiredstring
Status code | Description |
---|---|
200 | Successful response |
default | Error response |