Update managed cluster's log configuration
PUT {{baseUrl}}/managed-clusters/:id/log-config
Update managed cluster's log configuration
Request Body
{"durationMinutes"=>120, "rootLevel"=>"TRACE", "clientId"=>"aClientId", "expiration"=>"2020-12-15T19:13:36.079Z", "logLevels"=>{"sailpoint.connector.ADLDAPConnector"=>"TRACE"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"durationMinutes":120,"rootLevel":"TRACE","clientId":"aClientId","expiration":"2020-12-15T19:13:36.079Z","logLevels":{"sailpoint.connector.ADLDAPConnector":"TRACE"}}