List Secure Events
List and query secure events.
Basic Parameters
Parameter | Description |
---|---|
End Time | The end time of the query window. Note that the max window size is 2 weeks. |
Filter | Filter the results by a given filter. Please see Sysdig's documentation for full query syntax. For example: agent.id=1 . |
Start Time | The start time of the query window. Note that the max window size is 2 weeks. |
Advanced Parameters
Parameter | Description |
---|---|
Cursor | The pagination cursor that was returned in a previous call. Cant be used when querying using Start & End Time . |
Limit | The amount of results that are returned in the call. |
Zones | A comma-separatedarray of the zones. |
Example Output
{
"data": [
{ ... }
],
"page":{
"next": "KzltNGUybXIwdWkzZThhMjE1bjRn",
"prev": "LTltNGUybXIwdWkzZThhMjE1bjRn",
"total": 10
}
}
Workflow Library Example
List Secure Events with Sysdig and Send Results Via Email
Preview this Workflow on desktop