Revenera SBOM Insights offers APIs to manage your Software Bill of Materials (SBOM) via buckets and parts. It supports manual software parts creation as well as ingestion of SBOMs in various formats. It also supports various queries into the constructed SBOM data.
Revenera SBOM Insights API (1.0)
Buckets are used to store a set of SBOM parts. They can represent an organization's entities such as business units and product families, as well as top-level applications and their elements such as modules and containers. Buckets can be nested under other buckets to form a hierarchy.
file to be uploaded
- Mock serverhttps://sbominsightsapi.redocly.app/_mock/openapi3/sbom/v1/orgs/{orgId}/import
- SBOM Insights API URL - Productionhttps://sca-api.revenera.com/sbom/v1/orgs/{orgId}/import
- SBOM Insights API URL - Staginghttps://sca-api.reveneratest.com/sbom/v1/orgs/{orgId}/import
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://sbominsightsapi.redocly.app/_mock/openapi3/sbom/v1/orgs/38808/import \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F bucketId=205 \
-F 'file=contents of the file in bytes that needs to be uploaded' \
-F fileName=project_hello.json{ "jobId": 812, "message": "Import job QUEUED. Check the /jobs/{jobId} api for details." }
SBOM Parts represent open source, third-party, and commercial ingredients in a software application. An SBOM part can represent an operating system such as Linux with 60k+ files, individual files, a single binary, a source bundle for an open source component, and even fragments of code. Parts within an SBOM, and even across multiple SBOMs, are related to each other via links of various types including dependencies, found inside, related to, and several others.