{"type":"api","title":"Change log level","meta":{"id":"/apps/pubhub/media/crosswork-network-controller-7-1/f445c17e25a1120e8fbde4bd413083d0fd88b2b3/8196ebef-dfe5-3cb4-99c9-345ac0d5cc63","info":{"title":"nso-connector service APIs","description":"APIs exposed by nso-connector service","termsOfService":"http://www.cisco.com/web/siteassets/legal/terms_condition.html","contact":{"name":"Cisco Systems","url":"https://www.cisco.com","email":"support@cisco.com"},"license":{"name":"Cisco Software License Agreement","url":"http://www.cisco.com/public/sw-license-agreement.html"},"version":"7.1.0"},"security":[{"bearerAuth":[]}],"x-parser-conf":{"overview":{"markdownPath":"reference/CNC/cat-nso-connector-api-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://{cnc-host}:{cnc-port}/crosswork/cat/nso-connector/v1","variables":{"cnc-host":{"default":"127.0.0.1","description":"host name or ip address of the target CNC Cluster"},"cnc-port":{"default":"30603","description":"port number of the target CNC Cluster"}}}],"securitySchemes":{"bearerAuth":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}}},"spec":{"tags":["3. Log"],"summary":"Change log level","description":"Change log verbosity. Used mainly for development and debugging purposes. Use with cation.","operationId":"changeLogLevel","parameters":[{"name":"level","in":"query","description":"Log level to change to.","required":true,"schema":{"type":"string"},"example":"INFO"},{"name":"loggerName","in":"query","description":"Log name","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"type":"string"},"example":"{\"status\":\"OK\"}"}}},"500":{"description":"Internal server error"}},"__originalOperationId":"changeLogLevel","security":[{"bearerAuth":[]}],"method":"post","path":"/api/log/changeLogLevel"}}