Automated commit by github action: 4962928008

This commit is contained in:
GitHub Action Bot
2023-05-12 20:54:40 +00:00
parent 7b10b04d47
commit c7bf74d879
2 changed files with 4 additions and 6 deletions

View File

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

View File

@@ -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'