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: content:
application/json: application/json:
schema: schema:
type: array $ref: '../schemas/ClientLogConfiguration.yaml'
items:
$ref: '../schemas/ClientLogConfiguration.yaml'
"400": "400":
$ref: '../../v3/responses/400.yaml' $ref: '../../v3/responses/400.yaml'
"401": "401":
@@ -42,7 +40,7 @@ put:
- Managed Clusters - Managed Clusters
summary: Update managed cluster's log configuration summary: Update managed cluster's log configuration
description: Update managed cluster's log configuration description: Update managed cluster's log configuration
operationId: updateClientLogConfiguration operationId: putClientLogConfiguration
parameters: parameters:
- name: id - name: id
in: path in: path

View File

@@ -28,7 +28,7 @@ properties:
$ref: './StandardLevel.yaml' $ref: './StandardLevel.yaml'
logLevels: 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). 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" "sailpoint.connector.ADLDAPConnector": "TRACE"
}' }
$ref: './LogLevelSpec.yaml' $ref: './LogLevelSpec.yaml'