SSH Key Management
Permission |
API |
Action |
Dependencies |
---|---|---|---|
Creating and importing an SSH key pair (native OpenStack API) |
POST /v2.1/{project_id}/os-keypairs |
ecs:serverKeypairs:create |
- |
Querying an SSH key pair (native OpenStack API) |
GET /v2.1/{project_id}/os-keypairs/{keypair_name} |
ecs:serverKeypairs:get |
- |
Querying SSH key pairs (native OpenStack API) |
GET /v2.1/{project_id}/os-keypairs |
ecs:serverKeypairs:list |
- |
Deleting an SSH key pair (native openStack API) |
DELETE /v2.1/{project_id}/os-keypairs/{keypair_name} |
ecs:serverKeypairs:delete |
- |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.