GET http://hostname:port/apiv2/servers/integrationServerName/trace
For example, use the following curl command to query the trace properties of integration server
ACESERV1:
curl -X GET http://hostname:port/apiv2/servers/ACESERV1/trace
A response similar to the following is returned:
{
"hasChildren": true,
"name": "trace",
"type": "trace",
"uri": "/apiv2/servers/ACESERV1/trace",
"properties": {
"name": "",
"type": ""
},
"descriptiveProperties": {},
"active": {},
"actions": {},
"children": {
"userTrace": {
"hasChildren": false,
"name": "user-trace",
"type": "userTrace",
"uri": "/apiv2/servers/ACESERV1/trace/user-trace"
},
"serviceTrace": {
"hasChildren": false,
"name": "service-trace",
"type": "serviceTrace",
"uri": "/apiv2/servers/ACESERV1/trace/service-trace"
},
"traceNodes": {
"hasChildren": false,
"name": "trace-nodes",
"type": "traceNodes",
"uri": "/apiv2/servers/ACESERV1/trace/trace-nodes"
}
},
"links": []
}