List and query inventory resources.

Parameters

ParameterDescription
Enrich Kubernetes ContainersKubernetes workload resources additional container information will be included.
FilterFilter the results by a given filter. Please see Sysdig’s documentation for full query syntax. For example: =platform = "AWS" and policy.failed.
Page NumberThe number of the page that is returned.
Page SizeThe 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

Workflow Library

Preview this Workflow on desktop