Get BOM Report
Get a BOM Report
Path Parameters
- repoId string required
Query Parameters
- format string required
Possible values: [
csv
,cyclonedx
] - material string required
Possible values: [
oss
,iac
,images
,all
]
Responses
- 200
- 401
- 422
- 500
Get BOM Report
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
bomResponse object[] required
Array [format BOMReportFormat requiredPossible values: [
csv
,cyclonedx
]reportLink string required]
{
"bomResponse": [
{
"format": "csv",
"reportLink": "string"
}
]
}
{
"bomResponse": [
{
"format": "csv",
"reportLink": "Presigned BOM Report Link"
}
]
}
Unauthorized to get the BOM report
Request arguments validation error
Failed to get BOM Report
Loading...