Update Server Properties

URL:
https://<root>/system/properties/update
Methods:
POST
Required Capability:
Access allowed with the "Security and Infrastructure" privilege
Version Introduced:
10.1

Description

The update operation allows you to update the server properties.

Request parameters

ParameterDetails

properties

The JSON object containing the server properties.

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample POST request for the update operation:

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
14
POST /webadaptor/admin/system/properties/update HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []

properties={
  "PushIdentityToDatabase": true,
  "WebContextURL": "https://mycompany.com/gis",
  "messageFormat": "esriServiceCatalogMessageFormatSoapOrBin",
  "uploadFileExtensionWhitelist": "soe,sd,sde,csv,txt,kmz,geodatabase",
  "featureServiceXSSFilter": "inputOutput",
  "percentageMaxAllowedComputeCores": 50,
  "percentageMaxAllowedComputeMemory": 50
}&f=pjson

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.