v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
AppSecOps

Creates a SBOM Version

Create a SBOM Version

post/v1/appsecops/sbom_version/create

Request body

tenant_idstring required

Tenant ID

sbom_definition_idstring required

Unique ID of the SBOM

attachment_idstring required

Unique ID of the attachment to identify the SBOM version file

build_idstring

Unique ID of the build associated with the SBOM version

forceboolean

If set true, allows version creation even if duplicate exists under tenant, false prevents duplicate creation

Response

Success

tenant_idstring required

Tenant ID

sbom_definition_idstring required

Unique ID of the SBOM

attachment_idstring required

Unique ID of the attachment to identify the SBOM version file

build_idstring

Unique ID of the build associated with the SBOM version

sbom_version_idstring

Unique ID of the SBOM version

predecessor_version_idstring

Unique ID of the previous SBOM version from which this version is created

version_numberinteger

Sequence number of the SBOM version

created_atstring date-time

SBOM version created date

created_bystring

Name of the user who created the SBOM version

updated_atstring date-time

SBOM version updated date

updated_bystring

Name of the user who updated the SBOM version

component_idsstring[]

List of IDs used to refer the components under the SBOM version

vulnerability_idsstring[]

List of vulnerability IDs detected in the components of this SBOM version

sbom_version_vulnerability_idsstring[]

List of IDs that associate each vulnerability with this SBOM version, including version-specific details

Example response

{
  "metadata": {
    "component_type": "application",
    "tools": [
      {
        "tool_type": "application"
      }
    ]
  },
  "parser_status": {
    "status": "error"
  }
}