Update SSH key pair description
Function
This API is used to update SSH key pair description.
URI
PUT /v3/{project_id}/keypairs/{keypair_name}
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | Project ID. |
| keypair_name | Yes | String | Key pair name. |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Auth-Token | Yes | String | User token. The token can be obtained by calling the IAM API (value of X-Subject-Token in the response header). |
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| keypair | Yes | UpdateKeypairDescriptionReq object | Message body for updating the SSH key pair description. |
Response Parameters
Status code: 400
| Parameter | Type | Description |
|---|---|---|
| error_code | String | Error code. |
| error_msg | String | Error message. |
Example Requests
{
"keypair" : {
"description" : "description"
}
} Example Responses
Status code: 400
Error occurred.
{
"error_code" : "KPS.XXX",
"error_msg" : "XXX"
} Status Codes
| Status Code | Description |
|---|---|
| 200 | OK. |
| 400 | Error occurred. |
Error Codes
See Error Codes.
Last Article: Delete an SSH key pair
Next Article: Key Pair Task Management
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.