- URL:
- https://<root>/logs/settings/edit
- Methods:
POST
- Required Capability:
- Access allowed with either the "Security and Infrastructure" or "Servers" privileges
- Version Introduced:
- 10.3.1
Description
The edit
operation updates the log settings for the portal.
Request parameters
Parameter | Details |
---|---|
| File path to the root of the log directories. The default for Windows is Example Example
|
| The highest level of detail at which logs will be recording. The default is Values: |
| By default, logs are retained on disk for a period of approximately 90 days. When a log exceeds this time frame, it is deleted. Specifying a smaller time frame, for example, Example
|
| The response format: The default is Values: |
Example usage
The following is a sample POST request for the edit
operation:
POST /webadaptor/portaladmin/logs/settings/edit HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
logDir=C:\arcgisportal\logs&logLevel=WARNING&maxLogFileAge=90&f=json
JSON Request example
{"status": "success"}