Machine

URL:
https://<machines-url>/<machine_name>
Methods:
GET
Required Capability:
Administrator

Description

A server machine represents a machine on which ArcGIS Mission Server software has been installed and licensed. A site is composed of one server machine that hosts GIS services and data and provides administrative capabilities for the site.

The administrative capabilities of the server machine are available through the ArcGIS Mission Server Administrator Directory that can be accessed over HTTP or HTTPS. For a server machine to participate in a site, it must be registered (L) with the site. A machine can participate in only one site at a time. To remove a machine permanently from a site, you can use the unregister (L) operation.

Request parameters

ParameterDescription

f

The response format. The default response format is html .

Values: html | json

Example usage

Below is a sample request URL for an individual machine resource:

1
https://machine.domain.com/webadaptor/admin/machines/MACHINE.DOMAIN.COM?f=json

JSON Response syntax

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "machineName": "<name>",
  "platform": "<OS platform>",
  "adminURL": "<URL>",
  "ports": {
    "<name1>": "<value>",
    "<name2>": "<value>"
  }
  "ServerStartTime": <value>,
  "webServerMaxHeapSize": <value>,
  "appServerMaxHeapSize": <value>,
  "socMaxHeapSize": <value>,
  "webServerSSLEnabled": <true|false>,
  "webServerCertificateAlias": <value>,
  "adminURL": <URL>,
  "configuredState": <"STARTED"|"STOPPED">,
  "synchronize": <true|false>,
  "underMaintenance": <true|false>
}

JSON Response example

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "machineName": "MACHINE.DOMAIN.COM",
  "platform": "Windows Server 2008 R2-amd64-6.1",
  "adminURL": "https://MACHINE.DOMAIN.COM:6443/arcgis/admin",
  "ports": {
    "HTTP": 6080,
    "webSocketsPort": 6180,
    "HTTPS": 6443
  },
  "ServerStartTime": 1540391261590,
  "webServerMaxHeapSize": -1,
  "appServerMaxHeapSize": 256,
  "socMaxHeapSize": 64,
  "webServerSSLEnabled": true,
  "webServerCertificateAlias": "SelfSignedCertificate",
  "adminURL": "https://machine.domain.com:6443/arcgis/admin",
  "configuredState": "STARTED",
  "synchronize": false,
  "underMaintenance": false
}

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close