Skip to main content

Update managed cluster's log configuration

PUT 

/managed-clusters/:id/log-config

deprecated

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

Update managed cluster's log configuration

Request

Path Parameters

    id stringrequired

    ID of ManagedCluster to update log configuration for

Body

required

ClientLogConfiguration for given ManagedCluster

    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

Responses

Responds with updated ClientLogConfiguration for given ManagedCluster

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...