type: error post: description: |
| Name | Type | Description | Example | Default |
|---|---|---|---|---|
| ``controllerId`` | optional, string | Controller ID (can be empty if and only if a new Controller (Cluster) will be registered) | scheduler | |
| ``controllers`` | required, array | Controllers of a cluster or one standalone Controller
each Controller has the following fields | ||
| ``url`` | required, string | URL of the Controller instance | ||
| ``clusterUrl`` | optional, string | Only for a Cluster: A URL that the Controller instances use to connect to each other | ``url`` | |
| ``role`` | required, string | Role (STANDALONE, PRIMARY or BACKUP) of the Controller | ||
| ``title`` | optional, string | A title that is used when displaying the Controller in JOC Cockpit |