Actions
List Inventory Resources
List and query inventory resources.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
{
"data":[
{ ... }
],
"page": {
"next": 3,
"previous": 1,
"total": 5
}
}
Was this page helpful?