adsa
In addition to the webhook's traffic button, we have added a traffic viewer button to plugins logs.
Corresponding REST API method:
HTTP Method: GET
Endpoint: gw/plugins/{plugins-selector}/packets
Example Response:
"result": [
{
"timestamp": 1705405542.523666,
"type": 0,
"conn": 1
},
{
"timestamp": 1705405542.523692,
"type": 3,
"conn": 1,
"data": "UE9TVCAvZ3cvZGV2aWNlcyBIVFRQLzEuMQ0KSG9zdDogMTAuOS4wLjQ2OjkwMDQ...."
}
]
}