Version 10.0.0
RestAPI endpoint for retrieving SBOM data to a component
| Method | Path | Description |
|---|---|---|
| GET | /health | Health |
| GET | /msapi/sbom | Export Sbom |
| Name | Path | Description |
|---|---|---|
| HTTPValidationError | #/components/schemas/HTTPValidationError | |
| StatusMsg | #/components/schemas/StatusMsg | |
| ValidationError | #/components/schemas/ValidationError |
-
Summary
Health -
Operation id
health_health_get -
Description
This health check end point used by Kubernetes
- 200 Successful Response
application/json
{
status?: string
service_name?: string
}-
Summary
Export Sbom -
Operation id
export_sbom_msapi_sbom_get -
Description
This is the end point used to create PDF of the Application/Component SBOM
compid?: Partial(string) & Partial(null)appid?: Partial(string) & Partial(null)envid?: Partial(string) & Partial(null)- 200 Successful Response
application/json
{}- 422 Validation Error
application/json
{
detail: {
loc?: Partial(string) & Partial(integer)[]
msg: string
type: string
}[]
}{
detail: {
loc?: Partial(string) & Partial(integer)[]
msg: string
type: string
}[]
}{
status?: string
service_name?: string
}{
loc?: Partial(string) & Partial(integer)[]
msg: string
type: string
}