Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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 LibraryPreview this Workflow on desktop