v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBSupplyChainService
Create a new SBOM export job
post/api/v1/deployments/{deploymentId}/sbom/export
Path parameters
deploymentIdstring int64 required
Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.
Request body
Example request
{
"formatVersion": {
"cyclonedxVersion": "SBOM_CYCLONE_DX_VERSION_V1_7"
},
"metadataComponentType": "SBOM_METADATA_COMPONENT_TYPE_CYCLONE_DX_V15_APPLICATION",
"ref": "refs/pull/1234/merge",
"sbomOutputFormat": "SBOM_OUTPUT_FORMAT_JSON"
}Response
OK