Get Log Levels
All the listed privileges are required -
Privileges | Description |
---|---|
LOG_COLLECTION | Caller should have permission to this privilege, to perform this operation. |
The ID of the log collector component type for which logs are collected.
The type of the log collector component.
OK
{
"component_id": "855ea6c5-720a-41e1-96f4-958c90e6e424",
"component_type": "AGENT",
"feature_log_level_info": [
{
"associated_feature_list": [
"cdr",
"dpisync",
"fa",
"publishedapp",
"watermark"
],
"feature_display_name": "RTAV",
"feature_key": "rtav",
"log_level": "DEBUG",
"supported_log_levels": [
"INFO",
"DEBUG",
"TRACE"
]
}
],
"last_modified_time": 1656527400000
}
Represents the ID of the log collector component type for which logs are to be collected.
Represents CS id if CS logs are collected, Machine id if Agent logs are collected and
RDS server id if Agent RDS logs are collected.
Represents the type of the log collector component.
- CONNECTION_SERVER: Log component type is Connection Server.
- AGENT: Log component type is agent machine from desktop pool.
- AGENT_RDS: Log component type is agent RDSH server from farm.
List of log level info where each object in the list represents the log levels for a feature.
The duration in seconds since the last log level modification. This property has a minimum value of 0.
Bad Request
User is not authenticated
Access to the resource is forbidden
Not Found