Acquire a list of Trace Logs
This is an API function to acquire a list of Trace Logs. This API function corresponds to the operation on the screen that is displayed by clicking the [Trace Log] tab after selecting the [Logs] on the operation screen of Manager.
- Format
- Request parameter (Query format)
- Parameters that can be set to Sort Order
- Response
- Response parameter
= Remarks =
The response parameters under the content layer of this API function are the same as the response parameters of the acquire Trace Log details API function. |
|
Item name | Request parameter | Type | Value | Default value |
---|---|---|---|---|
Agent ID | agentId | String |
Specify the ID of Agent that output the log. Exact match |
|
Agent Name | agentName | String |
Specify the name of Agent that output the log. Exact match |
|
Date and Time of Occurrence (start) |
geEventDate | Integer |
The number of seconds that has accumulated since midnight of 1970/1/1 (UTC) You can specify one parameter only. If you specify both parameters, you can set a period of a search target. |
|
Date and Time of Occurrence (end) |
leEventDate | Integer | ||
Log Level | logLevel | String |
"INFOMATION" | "WARNING" | "ERROR" |
|
PID | pid | String |
Specify the process ID of Agent that output the log. Exact match |
|
Sort Order | sort | String |
"+parameter-name" | "-paramater-name" • +: Ascending order • -: Descending order If you specify multiple parameters, divide values by a comma (,). |
-eventDateTimeUtc |
Number of pages | page | Integer |
Specify a number from zero. If the number of pages is 1, specify 0. |
0 |
Number of items per page | size | Integer | 10 |
Item name | Parameter name |
---|---|
Agent ID | agentId |
Agent Name | agentName |
Date and Time of Occurrence (string) | eventDateTimeStr |
Date and Time of Occurrence (UTC) | eventDateTimeUtc |
Message | eventMessage |
Host Name | hostName |
Log Level | logLevel |
OS End Code | osExitCode |
OS User Name | osUserName |
PID | pid |
Profile ID | profileId |
Profile Name | profileName |
Trace Log ID | traceLogId |
Trace Log Unique ID |
traceLogUniqueId |
Unit ID | unitId |
Unit Name | unitName |
|
For details of the parameters under the content layer, see Response parameter described in Acquire Trace Log details.
Also, for details about the parameters for page settings (first, last, number, numberOfElements, size, sort, totalElements, totalPages), see Response parameters for page settings.