{ "opencollection": "1.0.0", "info": { "name": "Quix Cloud HTTP APIs Definitions API", "version": "1.0" }, "items": [ { "info": { "name": "Definitions", "type": "folder" }, "items": [ { "info": { "name": "Set parameter definitions", "type": "http" }, "http": { "method": "POST", "url": "https://writer-{environmentId}.cloud.quix.io/topics/:topicName/streams/:streamId/parameters/definitions", "params": [ { "name": "topicName", "value": "", "type": "path", "description": "The name of the topic the stream belongs to." }, { "name": "streamId", "value": "", "type": "path", "description": "The unique identifier of the stream. Publishing to an id that does not exist creates the stream implicitly." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Declares the parameter definitions (names, display names, units, ranges, formats) for a stream so consumers can interpret incoming parameter data." }, { "info": { "name": "Set event definitions", "type": "http" }, "http": { "method": "POST", "url": "https://writer-{environmentId}.cloud.quix.io/topics/:topicName/streams/:streamId/events/definitions", "params": [ { "name": "topicName", "value": "", "type": "path", "description": "The name of the topic the stream belongs to." }, { "name": "streamId", "value": "", "type": "path", "description": "The unique identifier of the stream. Publishing to an id that does not exist creates the stream implicitly." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Declares the event definitions (ids, names, descriptions, severity levels) for a stream so consumers can interpret incoming events." } ] } ], "bundled": true }