Skip to main content

Get managed cluster's log configuration

GET 

/managed-clusters/:id/log-config

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get managed cluster's log configuration.

Request

Path Parameters

    id stringrequired

    ID of ManagedCluster to get log configuration for

Responses

Log configuration of ManagedCluster matching given cluster ID

Schema
    clientId string

    Log configuration's client ID

    durationMinutes int32required

    Possible values: >= 5 and <= 1440

    Duration in minutes for log configuration to remain in effect before resetting to defaults

    expiration date-time

    Expiration date-time of the log configuration request

    rootLevel StandardLevelrequired

    Possible values: [OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE]

    Default value: INFO

    Root log level to apply, the default level for all logs. For more information about logging levels, refer to the "Logging Levels" table in Enabling Connector Logging in IdentityNow.

    logLevels object

    Map of log level by key. The keys are logging classes, and the values are logging levels. To see the available connectors and their logging classes, refer to the "Logging Classes" table in Enabling Connector Logging in IdentityNow.

    property name* StandardLevel

    Default value: INFO

    Standard Log4j log level

Loading...