Skip to main content

DescribeLogItems

Description

Obtain the host log details returned by the specified query.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeLogItems

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
PageSizeBODYintegerNoNo sample value for this parameter.specifies the maximum number of records per page in the returned result. default value: 20
QueryBODYstringNoNo sample value for this parameter.log query criteria.
EndTimeBODYstringYesNo sample value for this parameter.query end time.
CrackOffsetBODYintegerNoNo sample value for this parameter.brute force crack log offset.
StartTimeBODYstringYesNo sample value for this parameter.query start time.
versionBODYstringNo2016-01-01version of api
ProcessOffsetBODYintegerNoNo sample value for this parameter.process startup log offset.
NetworkOffsetBODYintegerNoNo sample value for this parameter.network connection log offset.
ProcessSnapshotOffsetBODYintegerNoNo sample value for this parameter.process snapshot log offset.
CurrentPageBODYintegerNoNo sample value for this parameter.specifies the number of pages currently returned. default value: 1
regionIdBODYstringYesNo sample value for this parameter.region id
LoginOffsetBODYintegerNoNo sample value for this parameter.login flow log offset.
PortSnapshotOffsetBODYintegerNoNo sample value for this parameter.port listening snapshot log offset.
AccountSnapshotOffsetBODYintegerNoNo sample value for this parameter.account snapshot log offset.

Return data

NameTypeSample valueDescription
RequestIdstringno demo valuerequest ID.
SetPageSizeintegerno demo valuepage displays the maximum number of records.
AccountSnapshotTotalCountintegerno demo valuethe total number of account snapshot logs.
CrackOffsetintegerno demo valuebrute force crack log offset.
LogsListarrayno demo valuehost log details list, see the following parameter description for specific sub-items.
MValuestringno demo valuelog field value.
LogSourceIDstringno demo valuelog source ID.
ProcessOffsetintegerno demo valueprocess startup log offset.
NetworkOffsetintegerno demo valuenetwork connection log offset.
TotalCountintegerno demo valuetotal number of records returned.
ProcessSnapshotOffsetintegerno demo valueprocess snapshot log offset.
CurrentPageintegerno demo valuecurrently returns page number.
LoginTotalCountintegerno demo valuethe total number of records in the logon flow log.
LogSourcestringno demo valuelog source name.
MLogTimestringno demo valuelogging time.
NetworkTotalCountintegerno demo valuethe total number of records in the network connection log.
PortSnapshotOffsetintegerno demo valueport listening snapshot log offset.
MKeystringno demo valuelog field.
AccountSnapshotOffsetintegerno demo valueaccount snapshot log offset.
MContentsarrayno demo valuehost log content list, see the following parameter description for specific sub-items.
CrackTotalCountintegerno demo valueThe total number of records in the brute force crack log.
PortSnapshotTotalCountintegerno demo valuethe total number of records of the port listening snapshot log.
ProcessTotalCountintegerno demo valuethe total number of process startup log records.
ProcessSnapshotTotalCountintegerno demo valuethe total number of process snapshot log records.

Example

Successful Response example

{
"RequestId":"no demo value",
"SetPageSize":"no demo value",
"AccountSnapshotTotalCount":"no demo value",
"CrackOffset":"no demo value",
"LogsList":"no demo value",
"MValue":"no demo value",
"LogSourceID":"no demo value",
"ProcessOffset":"no demo value",
"NetworkOffset":"no demo value",
"TotalCount":"no demo value",
"ProcessSnapshotOffset":"no demo value",
"CurrentPage":"no demo value",
"LoginTotalCount":"no demo value",
"LogSource":"no demo value",
"MLogTime":"no demo value",
"NetworkTotalCount":"no demo value",
"PortSnapshotOffset":"no demo value",
"MKey":"no demo value",
"AccountSnapshotOffset":"no demo value",
"MContents":"no demo value",
"CrackTotalCount":"no demo value",
"PortSnapshotTotalCount":"no demo value",
"ProcessTotalCount":"no demo value",
"ProcessSnapshotTotalCount":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}