The Xentara KEB Service v1.0
User Manual
|
A JSON object describing a KEB Service has following syntax:
name | A string value containing the ID of the service. The ID is used to construct the server`s primary key. |
UUID | A string value containing the unique UUID of the service. |
address | A string value containing the address of the Redis server. |
serviceName | A string value containing the name of the service which is used by the KEB system. This name is used as the prefix for channels in the database. |
roots | A list of the primary keys of the Xentara Data Points that should be registered in the KEB system. |
Please remember that each element block requires two layers of {}
due to the syntax restrictions of the JSON format.