- 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
Parameter | Details |
---|---|
| The JSON object containing the server properties. |
| The response format. The default response format is Values: |
Example usage
The following is a sample POST request for the update
operation:
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
{"status": "success"}