Skip To Content
ArcGIS Developer
Dashboard

ArcGIS Enterprise on Kubernetes

Settings (Logs)

Description

The settings resource returns the current log settings for an organization.

Request parameters

ParameterDetails
f

The response format. The default format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the settings resource:


https://organization.domain.com/context/admin/logs/settings?f=pjson

JSON Response syntax


{
  "logLevel": "<INFO | SEVERE | WARNING | FINE | VERBOSE | DEBUG>",
  "lastModified": <Milliseconds from epoch from when log settings were last updated>
}

JSON Response example


{
  "logLevel": "INFO",
  "lastModified": 1597076095038
}