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 -
Description
This health check end point used by Kubernetes
- 200 Successful Response
application/json
{
status?: string
service_name?: string
}
-
Summary
Export Sbom -
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
}