Show TraceLevel
Purpose
Gets the detail level of the internal trace.Attention: Do not use this command unless instructed
to do so by IBM® support.
URI
Use the Eclipse Amlen REST API GET method with the following Eclipse Amlen configuration URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/TraceLevel
Usage Notes®
- The command must be capitalized as shown.
- This command is used by IBM support.
Example
Shows that the trace level of Eclipse Amlen is5
:curl -X GET http://127.0.0.1:9089/ima/v1/configuration/TraceLevel
An
example response to the GET
method:
{
"Version": "v1",
"TraceLevel": "5"
}