LogCollectorLogLevelInfo

LogCollectorLogLevelInfo
LogCollectorLogLevelInfo

Log level information for a component.

JSON Example
{
    "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
}
string
component_id
Optional

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.

string
component_type
Optional

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.
Possible values are : CONNECTION_SERVER, AGENT, AGENT_RDS,
feature_log_level_info
Optional

List of log level info where each object in the list represents the log levels for a feature.

integer As int64 As int64
last_modified_time
Optional

The duration in seconds since the last log level modification. This property has a minimum value of 0.

Returned By