FRAMES | NO FRAMES Description | Parameters | Example
URL:http://server:port/arcgis/admin/machines/register
HTTP Method:POST
Parent Resource:Machines
Required Privileges:Administrator

Description

For a server machine to participate in a site, it needs to be registered with the site. The server machine must have ArcGIS Server software installed and authorized.

Registering machines this way is a "pull" approach to growing the site and is a convenient way when a large number of machines need to be added to a site. In contrast, a server machine can choose to
join a site.

Note:

Parameters

Parameter Description
machineName The name of the server machine that needs to be registered with the site. This server machine must have ArcGIS Server software installed and authorized.
adminURL The URL where the Administrator API is running on the server machine. If this parameter is not provided, the system tries to generate one.
Example: http://<machineName>:6080/arcgis/admin
f The response format. The default response format is html.
Values: html | json

Example

http://server:port/arcgis/admin/machines/register
machineName=SERVER2.DOMAIN.COM
adminURL=http://SERVER2.DOMAIN.COM:6080/arcgis/admin