{ "opencollection": "1.0.0", "info": { "name": "Controlplane Api ApiChangelog EventType API", "version": "1.0.0" }, "items": [ { "info": { "name": "EventType", "type": "folder" }, "items": [ { "info": { "name": "Find all EventTypes", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/eventtypes" }, "docs": "Find all registered EventTypes without any restrictions. \nThis operation is global and not scoped to a specific application or team.\n" }, { "info": { "name": "Find an existing EventType", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/eventtypes/:eventTypeId", "params": [ { "name": "eventTypeId", "value": "", "type": "path", "description": "The complete identifier of the EventType (e.g. \"de-telekom-eni-quickstart-v1--1-0-0\")\n" } ] }, "docs": "Find an existing EventType by its complete identifier" }, { "info": { "name": "Find an existing EventType and return its status", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/eventtypes/:eventTypeId/status", "params": [ { "name": "eventTypeId", "value": "", "type": "path", "description": "The complete identifier of the EventType (e.g. \"de-telekom-eni-quickstart-v1--1-0-0\")\n" } ] }, "docs": "Find an existing EventType and return its status" }, { "info": { "name": "Find the active EventType for a given name", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/eventtypes/:eventTypeName/active", "params": [ { "name": "eventTypeName", "value": "", "type": "path", "description": "The resource name of the EventType (dot-separated identifier converted to hyphens, e.g. \"de-telekom-eni-quickstart-v1\")\n" } ] }, "docs": "Returns the currently active EventType for the given resource name. This operation is global and not scoped to a specific application or team.\n" } ] } ], "bundled": true }