{
"start": 0,
"end": 0,
"page": 0,
"pageSize": 0,
"order": "string",
"taskId": "string",
"nodeId": "string",
"taskRecordId": "string",
"search": "string",
"levels": [
"string"
],
"type": "string",
"startEndValid": true,
"orderValid": true,
"paginationValid": true,
"levelsValid": true,
"fullLevels": [
"string"
]
}curl --location 'https://m1.apifoxmock.com/m1/1293445-0-default/api/MonitoringLogs/query' \
--header 'Content-Type: application/json' \
--data '{
"start": 0,
"end": 0,
"page": 0,
"pageSize": 0,
"order": "string",
"taskId": "string",
"nodeId": "string",
"taskRecordId": "string",
"search": "string",
"levels": [
"string"
],
"type": "string",
"startEndValid": true,
"orderValid": true,
"paginationValid": true,
"levelsValid": true,
"fullLevels": [
"string"
]
}'{
"reqId": "string",
"ts": 0,
"code": "string",
"message": "string",
"data": {
"total": 0,
"items": [
{
"id": {
"timestamp": 0,
"date": "2019-08-24T14:15:22.123Z"
},
"customId": "string",
"lastUpdBy": "string",
"createUser": "string",
"permissionActions": [
"string"
],
"level": "string",
"timestamp": 0,
"date": "2019-08-24T14:15:22.123Z",
"taskId": "string",
"taskRecordId": "string",
"taskName": "string",
"nodeId": "string",
"nodeName": "string",
"version": 0,
"message": "string",
"errorStack": "string",
"logTags": [
"string"
],
"data": [
{
"property1": {},
"property2": {}
}
],
"errorCode": "string",
"fullErrorCode": "string",
"createTime": "2019-08-24T14:15:22.123Z",
"last_updated": "2019-08-24T14:15:22.123Z",
"user_id": "string"
}
]
}
}