{ "opencollection": "1.0.0", "info": { "name": "OpenStack Identity (Keystone) API v3 Domains API", "version": "3" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Domains", "type": "folder" }, "items": [ { "info": { "name": "List domains", "type": "http" }, "http": { "method": "GET", "url": "https://{keystone-host}:5000/v3/domains" }, "docs": "List domains" }, { "info": { "name": "Create domain", "type": "http" }, "http": { "method": "POST", "url": "https://{keystone-host}:5000/v3/domains", "body": { "type": "json", "data": "{}" } }, "docs": "Create domain" } ] } ], "bundled": true }