Ports

Get recent port log

Returns the first page of connection and status events for a port.

get/ports/{id}/log

Response

Successful operation

pageinteger
pageSizeinteger
totalinteger

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.