Method for querying Logs by List. (searchList)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"errorDetail" : {
"errorClassName" : "errorClassName",
"service" : "service",
"errorMessage" : "errorMessage",
"errorCode" : "errorCode",
"errorDetail" : "errorDetail",
"time" : "2000-01-23T04:56:07.000+00:00",
"uuid" : "uuid",
"errorArguments" : [ { }, { } ]
},
"body" : [ {
"indexName" : "indexName",
"attributeMap" : {
"key" : { }
},
"source" : "source",
"eventType" : "eventType",
"message" : "message",
"applicationName" : "applicationName",
"username" : "username",
"eventDate" : "2000-01-23T04:56:07.000+00:00"
}, {
"indexName" : "indexName",
"attributeMap" : {
"key" : { }
},
"source" : "source",
"eventType" : "eventType",
"message" : "message",
"applicationName" : "applicationName",
"username" : "username",
"eventDate" : "2000-01-23T04:56:07.000+00:00"
} ]
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
HvlResponseListHvlEventLogModel
Method for querying Logs by Page. (searchPage)
Consumes
This API call consumes the following media types via the request header:
Request body
Return type
Example data
Content-Type: application/json
{
"errorDetail" : {
"errorClassName" : "errorClassName",
"service" : "service",
"errorMessage" : "errorMessage",
"errorCode" : "errorCode",
"errorDetail" : "errorDetail",
"time" : "2000-01-23T04:56:07.000+00:00",
"uuid" : "uuid",
"errorArguments" : [ { }, { } ]
},
"body" : {
"data" : [ {
"indexName" : "indexName",
"attributeMap" : {
"key" : { }
},
"source" : "source",
"eventType" : "eventType",
"message" : "message",
"applicationName" : "applicationName",
"username" : "username",
"eventDate" : "2000-01-23T04:56:07.000+00:00"
}, {
"indexName" : "indexName",
"attributeMap" : {
"key" : { }
},
"source" : "source",
"eventType" : "eventType",
"message" : "message",
"applicationName" : "applicationName",
"username" : "username",
"eventDate" : "2000-01-23T04:56:07.000+00:00"
} ],
"totalPages" : 6,
"pageable" : {
"pageNumber" : 1,
"pageSize" : 5,
"sort" : {
"properties" : [ "properties", "properties" ],
"direction" : "ASC"
}
},
"totalElements" : 0
}
}
Produces
This API call produces the following media types according to the request header;
the media type will be conveyed by the response header.
Responses
200
OK
HvlResponseHvlPageHvlEventLogModel