type: error post: description: |
| Name | Type | Description | Example | Default |
|---|---|---|---|---|
| ``controllerId`` | required, string | JobScheduler Controller ID (can be empty if and only if a new Controller (Cluster) will be registered) | scheduler | |
| ``controllers`` | required, array | Collection of JobScheduler Controllers of a cluster or one standalone Controller
each Controller has the following fields | ||
| ``url`` | required, string | URL of the JobScheduler Controller which is used by JOC for connections | ||
| ``clusterUrl`` | optional, string | Only for a Cluster: A URL which the Controllers use to connect each other | ``url`` | |
| ``role`` | required, string | Role (STANALONE, PRIMARY or BACKUP) of the JobScheduler Controller | ||
| ``title`` | optional, string | A title which is used when displaying the controller in JOC | ||
| ``clusterWatcher`` | optional, object | Agent as Cluster Watcher with following fields It is only necessary for a Controller Cluster otherwise it will be ignored) | ||
| ``agentId`` | required, integer | The ``agentId`` is the (technical) name which is used in the Controller to identify an Agent. This value is set once and cannot be overwritten | ||
| ``agentName`` | required, string | The ``agentName`` is the (logical) name which is used for the configuration of a Job to identify an Agent | ||
| ``url`` | required, string | URL of the Agent |