{ "opencollection": "1.0.0", "info": { "name": "OpenStack Identity (Keystone) API v3 Domains Keypairs API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Keypairs", "type": "folder" }, "items": [ { "info": { "name": "List key pairs", "type": "http" }, "http": { "method": "GET", "url": "https://{keystone-host}:5000/v3/os-keypairs" }, "docs": "List key pairs" }, { "info": { "name": "Create or import key pair", "type": "http" }, "http": { "method": "POST", "url": "https://{keystone-host}:5000/v3/os-keypairs", "body": { "type": "json", "data": "{}" } }, "docs": "Create or import key pair" }, { "info": { "name": "Get key pair", "type": "http" }, "http": { "method": "GET", "url": "https://{keystone-host}:5000/v3/os-keypairs/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get key pair" }, { "info": { "name": "Delete key pair", "type": "http" }, "http": { "method": "DELETE", "url": "https://{keystone-host}:5000/v3/os-keypairs/:name", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Delete key pair" } ] } ], "bundled": true }