Channel Endpoints¶
Channel endpoints expose status information and runtime control over individual channels.
Note
These endpoints are authenticated and can change channel state. For read-only status polling from an external monitoring system, QIE also serves unauthenticated status endpoints on the console port. See External Status Endpoints.
Status and statistics¶
- Channel Status uses
/channel/statusand returns a single channel's status by zone and channel name. - Channel Status Read uses
/channel/status/readand lists and filters channel status across one or more zones. - Channel Stats uses
/channel/statsand returns node-level processing statistics for a single channel.
Runtime control¶
- Channel Start starts a stopped channel.
- Channel Stop stops a running channel.
- Channel Pause pauses processing without stopping the channel.
- Channel Resume resumes a paused channel.
- Channel Enable enables a disabled channel.
- Channel Disable disables a channel so it cannot be started.