Adds a Controller to Coordinator. You can specify a Controller by UUID (Universal Unique ID), or by active host and port.
You can register Controllers by UUID only if you enable SSDP in your Controllers. In this case, you can use the GetControllers action to obtain the UUID of a Controller.
You cannot register Controllers by UUID if you use GSSAPI authentication.
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 to add the Controller by specifying host name information. |
Yes, if you are also using HostName . |
GSSServiceName | The GSSAPI service name of the Controller. | |
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
.
|