search_port_events_by_port
Retrieve port events for a specified port by name, covering the last 2 hours or a custom time range via timeFrom.
Instructions
Search port events by port name. Covers only the last 2 hours unless timeFrom is given.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1 to 50. Defaults to 20. | |
| timeTo | No | End of the time window, RFC3339. Defaults to now. | |
| portName | Yes | Port name to search for | |
| timeFrom | No | Start of the time window, RFC3339. Without it the service returns only the last 2 hours. | |
| nextToken | No | Pagination token from previous response |