Add a new server to the cluster. On a Zend Server Cluster Manager with no valid license, this operation fails.
Required Permissions: full
HTTP method: POST
Supported by Editions:Zend Server Cluster Manager
Request Parameters:
Parameter |
Type |
Required |
Description |
serverName |
String |
Yes |
The server name. |
serverUrl |
String |
Yes |
The server address as a full HTTP/HTTPS URL. |
guiPassword |
String |
Yes |
The server GUI password. |
propagateSettings |
Boolean |
No |
Propagate this server’s current settings to the rest of the cluster. The default value is "FALSE". |
Expected Response Code:
Response Type: serverInfo with information about the just-added server.
Possible Action Specific Error Codes:
HTTP Code |
Error Code |
Description |
500 |
cantConnectToServer |
Zend Server Cluster Manager is unable to connect to the specified server URL. |
500 |
invalidServerResponse |
An invalid or unexpected response from a new server. |
400 |
wrongPassword |
The provided GUI password is incorrect. |
400 |
alreadyConnected |
The server is already a member of a cluster (not necessarily the current cluster). |
503 |
temporarilyLocked |
The server cannot be added because a cluster member is in graceful startup/shutdown mode. |
500 |
noActiveServers |
The server cannot be added because all servers in the cluster are disabled or unreachable. |
500 |
serverNotLicensed |
Zend Server Cluster Manager is not licensed. |
405 |
notImplementedByEdition |
This method is only available on Zend Server Cluster Manager. |
|
Example: Request (headers removed for clarity): POST /ZendServerManager/Api/clusterAddServer Response: <?xml version="1.0" encoding="UTF-8"?> |
|
Important Note:
For Zend Server or Zend Server Cluster Manager on Mac or Linux, this action is also available via the command line using CLI Tools. For more information see CLI Tools.
|
|
|
Related Links: Server and Cluster Management Methods |
|
|
© 1999-2013 Zend Technologies, Ltd. All rights reserved.