- URL:https://<root>/logs/settings
- Operations:Edit Settings, Update Log Index
- Required Capability:Default administrator role | Security and infrastructure | Servers | Delete | Manage Licenses | Links to organization-specific group | Publisher role
- Version Introduced:10.9
Description
The settings resource returns the current log settings for an organization.
Request parameters
Parameter | Details |
---|---|
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
}