FRAMES | NO FRAMES | Description | Parameters | Example |
URL: | http://server:port/arcgis/admin/machines/<machine>/edit |
---|---|
HTTP Method: | POST |
Parent Resource: | Machine |
Required Privileges: | Administrator |
With this operation you can update the URL of the adminstrative service or one or more of the
ports that are being used by the server machine. This operation is useful if there is a port
conflict on the server machine with other pieces of software that are running on it or if
you want the administrative service to use HTTPS instead of the default HTTP based URL.
The list of port names is as follows:
Note:
Parameter | Description |
---|---|
adminURL | The URL where the Administrator API is running on the server machine.
Example: http://<machineName>:6080/arcgis/admin |
<port> | The name of the port being the parameter and its value being the port number. Example: NamingPort=5099 |
f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/machines/SERVER1.DOMAIN.COM/edit
NamingPort=5099
JMXPort=5100
OpenEJBPort=5101
adminURL=https://SERVER1.DOMAIN.COM:port/arcgis/admin