Skip to content

Overview

Overview of REST endpoints to different services comprising CMTK.

Breaking Changes

With version 2.0 some of the End Points changed. Review the Breaking Changes table: Breaking Changes

Warning

The endpoints documented in this sections are only available through the Docker environment.

Note

A massive amount of parallel REST request might cause issues. There is a rate limit set for the used reverse proxy nginx. For example it might be a good idea to receive process data via MQTT instead of "polling" it by a REST call. For acyclical parameter data it is important to wait for previous calls to finish before requesting again. Requests to different ports might be placed in parallel.