Add Machines To Cluster

URL:
https://<cluster-url>/machines/add
Methods:
POST
Required Capability:
Administrator
Version Introduced:
10.1

Description

This operation adds new server machines to a cluster. When a server machine is added to a cluster, it pulls all the GIS services that were deployed to the cluster and prepares to run them. Before a server machines can be added to a cluster, the machine will need to be registered with the site prior to completing this operation.

Request parameters

ParameterDetails

machineNames

A comma-separated list of machine names. The machines must be registered prior to completing this operation.

Example

Use dark colors for code blocksCopy
1
machineNames=MACHINE1.DOMAIN.COM,MACHINE2.DOMAIN.COM

f

The response format. The default response format is html .

Values: html | json | pjson

Example usage

Below is a sample POST request for add :

Use dark colors for code blocksCopy
1
2
3
4
5
6
POST /webadaptor/admin/clusters/MapsCluster/machines/add HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

machineNames=MACHINE1.DOMAIN.COM,MACHINE2.DOMAIN.COM&f=json

JSON Response example

Use dark colors for code blocksCopy
1
{"status": "success"}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.