v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
search

Returns log data based upon filtered json

post/call/report/log

Request body

Example request

{
  "param": {
    "limit": 200,
    "whitelist": [
      "192.1698.10.20"
    ]
  },
  "timestamp": {
    "from": 1581793200000,
    "to": 1581879599000
  }
}

Response

SearchTransactionLogList

Example response

{
  "data": [
    {
      "captureId": "\"2001\"",
      "capturePass": "myHep",
      "correlation_id": "wvn6zg@127.0.0.1",
      "create_date": "021-10-04T19:16:22.699Z",
      "dbnode": "localnode",
      "dstIp": "127.0.0.1",
      "dstPort": 5060,
      "id": 1030,
      "node": [
        "2001",
        "localnode"
      ],
      "payloadType": 100,
      "proto": "log",
      "protocol": 17,
      "protocolFamily": 2,
      "sid": "wvn6zg@127.0.0.1",
      "srcIp": "127.0.0.1",
      "srcPort": 5080,
      "timeSeconds": 1633374982,
      "timeUseconds": 699000
    }
  ]
}