{ "opencollection": "1.0.0", "info": { "name": "Controlplane Api ApiChangelog Component API", "version": "1.0.0" }, "items": [ { "info": { "name": "Component", "type": "folder" }, "items": [ { "info": { "name": "GET /{realm}/components", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/:realm/components", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" }, { "name": "name", "value": "", "type": "query" }, { "name": "parent", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "POST /{realm}/components", "type": "http" }, "http": { "method": "POST", "url": "https://api.telekom.de/controlplane/v1/:realm/components", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "GET /{realm}/components/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/:realm/components/:id", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "PUT /{realm}/components/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://api.telekom.de/controlplane/v1/:realm/components/:id", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "DELETE /{realm}/components/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telekom.de/controlplane/v1/:realm/components/:id", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "List of subcomponent types that are available to configure for a particular parent component.", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/:realm/components/:id/sub-component-types", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" }, { "name": "id", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] }, "docs": "List of subcomponent types that are available to configure for a particular parent component." } ] } ], "bundled": true }