Adds a Controller to Coordinator. You can specify a Controller by UUID (Universal Unique ID), or by active host and port.
http://123.4.5.67/action=AddController&UUID=d267cf80-063a-8030-a2de-24be0523821c
http://123.4.5.67/action=AddController&HostName=localhost&Port=41200
&ConnectByHostName=True
http://123.4.5.67/action=AddController&IP=1.2.3.4&Port=41200
| Parameter | Description | Required |
|---|---|---|
| ConnectByHostName | Set to True if you want to add the Controller by specifying host name information. |
Yes, if you are also using HostName. |
| HostName | The name of the active host on which the Controller is running. | |
| IP | The IP address of the machine on which the Controller is running. | |
| Port | The active port on which the Controller is running. |
Yes, if you are using IP or HostName. |
| UseSSL | Specifies whether the Controller uses SSL. | |
| UUID | The UUID of the controller that you want to add. |
You must set one of UUID, IP and Port, or HostName and Port. If you add a Controller using HostName, you must set ConnectByHostName to True.
|
|