Generate, import, and delete SSH keys.
Method | URI | Description |
---|---|---|
GET | /v2/{tenant_id}/os-keypairs | Lists keypairs that are associated with the account. |
POST | /v2/{tenant_id}/os-keypairs | Generates or imports a keypair. |
DELETE | /v2/{tenant_id}/os-keypairs/{keypair_name} | Deletes a keypair. |
GET | /v2/{tenant_id}/os-keypairs/{keypair_name} | Shows a keypair associated with the account. |