Description
Add an SSH key.
Parameters
Name | Description |
---|---|
body | Location: body Type: application/json Information about the SSH key in the
following
format:
{ "key_name": "string", "key": "string", "passphrase": "string", "root_password": "string", "username": "string" } Where:
|
Responses
Status | Description |
---|---|
Successful |
Code: 200 Body:
{ "message": "success" } |