type: error post: description: |

Register Controller objects for collecting events

Events can be sent for multiple Controller. The request remains open until a requested event has been received or a timeout of ~6min is reached. Only one ./event request should be active per browser tab.

___

Parameters in the POST body schema

NameTypeDescriptionExampleDefault
``controllers``required, array This collection contains a required ``controllerId`` and its objects of interest
The first item of the collection has to be the current controllerId.
[{
"controllerId":"scheduler",
"eventId":1480088631000000,
}]
``eventId``optional, string Every response contains for each Controller a new eventId for the next call.
If the eventId is empty then the web service calculates the eventId.
"eventId":"1480088631000000"Milliseconds of current timestamp * 1000
body: application/json: schema: <> example: <> responses: 200: description: <> body: application/json: example: <> schema: <> 434: