All URIs are relative to https://api-ch-gva-2.exoscale.com/v2
Method | HTTP request | Description |
---|---|---|
delete_ssh_key | DELETE /ssh-key/{name} | Delete a SSH key |
get_ssh_key | GET /ssh-key/{name} | Retrieve SSH key details |
list_ssh_keys | GET /ssh-key | List SSH keys |
register_ssh_key | POST /ssh-key | Import SSH key |
models::Operation delete_ssh_key(name) Delete a SSH key
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | String | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::SshKey get_ssh_key(name) Retrieve SSH key details
Name | Type | Description | Required | Notes |
---|---|---|---|---|
name | String | [required] |
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::ListSshKeys200Response list_ssh_keys() List SSH keys
This endpoint does not need any parameter.
models::ListSshKeys200Response
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::Operation register_ssh_key(register_ssh_key_request) Import SSH key
Name | Type | Description | Required | Notes |
---|---|---|---|---|
register_ssh_key_request | RegisterSshKeyRequest | [required] |
No authorization required
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]