{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai-api-key ssh-key API", "version": "2.0.0" }, "items": [ { "info": { "name": "ssh-key", "type": "folder" }, "items": [ { "info": { "name": "Retrieve SSH key details", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/ssh-key/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Retrieve SSH key details" }, { "info": { "name": "Delete a SSH key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/ssh-key/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete a SSH key" }, { "info": { "name": "List SSH keys", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/ssh-key" }, "docs": "List SSH keys" }, { "info": { "name": "Import SSH key", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/ssh-key", "body": { "type": "json", "data": "{}" } }, "docs": "Import SSH key" } ] } ], "bundled": true }