- URL:
- https://<site-url>/upgrade
- Methods:
POST
- Required Capability:
- Access allowed only with the default administrator role
- Version Introduced:
- 10.5
Description
The upgrade
operation is the first operation that must be invoked during an ArcGIS Server upgrade. Once the new software version has been installed and the setup has completed, the upgrade
operation will be available. A successful run of this operation will complete the upgrade of ArcGIS Server. This operation is available only when a server machine is currently being upgraded. It will not be available after a successful upgrade of a server machine.
Request parameters
Parameter | Details |
---|---|
| A flag that indicates whether the operation must be run asynchronously. The default value is Values: |
| Introduced at 11.0. This parameter sets the log level for the upgrade process. If Values: |
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the upgrade
operation:
POST /webadaptor/admin/upgrade HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
runAsync=false&enableDeubg=false&f=pjson
JSON Response example
{"status": "success"}