Skip to main content
GET
Where one package runs: the images carrying it, the workload containers running them, and their clusters

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

name
string
required

The package name as the component list shows it (case-insensitive).

version
string
default:""

The exact installed version; empty when the list shows none.

package_type
string
required

The ecosystem (apk, deb, rpm, npm, pypi, golang, maven, ...).

cluster_id
string<uuid>

Only the images, workload containers and clusters on this cluster; omit for the whole fleet.

Response

Successful response

component
SecuritySbomComponentSummary · object
required
images
SecuritySbomImageSummary · object[]
required

Images whose bill of materials names the exact package and version, most-run first, capped at 200.

images_capped
boolean
required
workloads
SecuritySbomComponentWorkload · object[]
required

Workload containers currently running an image that carries the component, one row per container, capped at 500; computed over every carrying image, not only the ones the images list holds when capped, and each row carries its own image identity.

workloads_capped
boolean
required
clusters
SecuritySbomComponentCluster · object[]
required

Clusters running the component, over every carrying image.