mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Automated commit by github action: 4962928008
This commit is contained in:
@@ -20,9 +20,7 @@ get:
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '../schemas/ClientLogConfiguration.yaml'
|
||||
$ref: '../schemas/ClientLogConfiguration.yaml'
|
||||
"400":
|
||||
$ref: '../../v3/responses/400.yaml'
|
||||
"401":
|
||||
@@ -42,7 +40,7 @@ put:
|
||||
- Managed Clusters
|
||||
summary: Update managed cluster's log configuration
|
||||
description: Update managed cluster's log configuration
|
||||
operationId: updateClientLogConfiguration
|
||||
operationId: putClientLogConfiguration
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
|
||||
@@ -28,7 +28,7 @@ properties:
|
||||
$ref: './StandardLevel.yaml'
|
||||
logLevels:
|
||||
description: 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](https://community.sailpoint.com/t5/IdentityNow-Articles/Enabling-Connector-Logging-in-IdentityNow/ta-p/188107).
|
||||
example: '{
|
||||
example: {
|
||||
"sailpoint.connector.ADLDAPConnector": "TRACE"
|
||||
}'
|
||||
}
|
||||
$ref: './LogLevelSpec.yaml'
|
||||
|
||||
Reference in New Issue
Block a user