Adds a host to an existing cluster.
NOTE: This endpoint should be used for on-premise deployments only.
Input Parameter Description
Name | Type | Description | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
host_address | string | IP address of the host that will be added to the cluster. This host must have installed the same version of Kinetica as the cluster to which it is being added. | ||||||||||||||
options | map of string to strings | Optional parameters. The default value is an empty map ( {} ).
|
Output Parameter Description
Name | Type | Description |
---|---|---|
added_host | string | Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that host. Note that the host identifier is transient, i.e. it may change in the future if other hosts are removed. |
info | map of string to strings | Additional information. |