Skip To Content
ArcGIS Developer
Dashboard

Logs

Description

Logs are records written by various components of the portal. The logs resource provides access to various operations and resources that allow you to query and clean logs, as well as edit the log settings.

Request parameters

ParameterDetails

f

The response format. The default is html.

Values: html | json | pjson

Example usage

Below is a sample request URL for the logs resource:

https://machine.domain.com/webadaptor/portaladmin/logs?f=json

JSON Response example


{
  "resources": [
    "settings"
  ],
  "operations": [
    "query",
    "clean"
  ]
}