GET Trace Setting

The GET Trace setting API is used to retrieve get tracing setting.

Method URI

GET

/cdwebconsole/svc/tracing

The following example shows the Command:
 curl -X 'GET' \
  'https://172.20.183.163:9445/cdwebconsole/svc/tracing' \
  -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODYuMTMxOjEzNjM6YWVkZGJkOTYtYTNjNS00MTkxLThlMmMtZDMyMWI5NjUzNDIxIiwiZXhwIjoxNzE0NDk0MDc2fQ.ebmBRyVZunwqtrhLCpanv_nzjZrc-ec2rmcpa4pDKcU4eCOd0BQujJnapTJiwIwfEkNGJOhiV9LV-SeV4y_T8Q' \
  -H 'Content-Type: application/json' \
  -H 'X-XSRF-TOKEN: 9b0057ee-5b86-44b8-9e0b-a0de0a2475f6' 
The following example shows the Sample Response:
[
  {
    "mainTrace": "off",
    "fileName": "C:\\Program Files\\IBM\\Connect Direct v6.3.0\\Server\\CDTRACE.CDT",
    "primaryNode": "FALSE",
    "communicationResponse": "off",
    "processManager": "off",
    "processNumber": "",
    "commandManager": "off",
    "maximumFileSize": "10MB",
    "wrapSetting": "Yes",
    "processName": "",
    "statTrace": "off",
    "sNodeDestination": "",
    "sessionManager": "off",
    "secondaryNode": "FALSE"
  }
]