- URL: https://<portaladmin-url>/logs
- Operations:Clean Logs, Query Logs
- Child Resources:
- Required Capability:Default administrator role | All authorized privileges
- Version Introduced:10.3.1
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
Parameter | Details |
---|---|
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"
]
}