provider Security Monitoring GET /api/v2/security/sboms/{asset_type}
@utdk/datadog /api/v2/security/sboms/{asset_type}
Get SBOM
Get a single SBOM related to an asset by its type and name.
asset_type path required
The type of the asset for the SBOM request.
enum: Repository, Service, Host, HostImage…
filter[asset_name] query required
The name of the asset for the SBOM request.
string
filter[repo_digest] query
The container image `repo_digest` for the SBOM request. When the requested asset type is 'Image', this filter is mandatory.
string
ext:format query
The standard of the SBOM.
enum: CycloneDX, SPDX

Try it

Authentication
Configure credentials for Datadog API V2 Collection
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getsbom
GET/api/v2/security/sboms/{asset_type}
Get a single SBOM related to an asset by its type and name.

Parameters

required

The type of the asset for the SBOM request.

required

The name of the asset for the SBOM request.

The container image `repo_digest` for the SBOM request. When the requested asset type is 'Image', this filter is mandatory.

The standard of the SBOM.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import datadog from '@utdk/datadog';

await datadog.getsbom()