Ports
Filter port log
Returns port events for a requested time range with pagination.
post/ports/{id}/log
Request body
Example request
{
"from": "2022-04-02T00:40:44",
"to": "2022-04-02T00:40:44",
"page": 1,
"pageSize": 20
}Response
Successful operation
Example response
{
"data": [
{
"action": "update",
"cause": "admin",
"source": "adminDashboard",
"extra": "extra info",
"createdAt": "2022-04-03T01:13:50.182Z"
}
],
"page": 1,
"pageSize": 20,
"total": 7
}Changes
No recorded changes to this endpoint across all 1 revision of this API.