- URL:
- https://<root>/logs
- Methods:
- GET
- Required Capability:
- Access allowed with any authorized privilege
- Version Introduced:
- 10.3.1
Description
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
| Parameter | Details | 
|---|---|
| 
 | The response format. The default is  Values:  | 
Example usage
The following is a sample request URL used to access the logs resource:
https://machine.domain.com/webadaptor/portaladmin/logs?f=pjsonJSON Response example
{
  "resources": [
    "settings"
  ],
  "operations": [
    "query",
    "clean"
  ]
}