Skip to main content

Update managed cluster's log configuration​

Update managed cluster's log configuration

Path Parameters
  • id string required

    ID of ManagedCluster to update log configuration for

Request Body required

ClientLogConfiguration for given ManagedCluster

  • clientId string

    Log configuration's client ID

  • durationMinutes int32 required

    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 string required

    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* string

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

Responses

Responds with updated ClientLogConfiguration for given ManagedCluster


Schema
  • clientId string

    Log configuration's client ID

  • durationMinutes int32

    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 string

    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* string

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

Loading...