List Inventory Resources
List and query inventory resources.
Parameters
Parameter | Description |
---|---|
Enrich Kubernetes Containers | Kubernetes workload resources additional container information will be included. |
Filter | Filter the results by a given filter. Please see Sysdig's documentation for full query syntax. For example: =platform = "AWS" and policy.failed . |
Page Number | The number of the page that is returned. |
Page Size | The amount of results returned per page. |
Example Output
{
"data":[
{ ... }
],
"page": {
"next": 3,
"previous": 1,
"total": 5
}
}
Workflow Library Example
List Inventory Resources with Sysdig and Send Results Via Email
Preview this Workflow on desktop