v1

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

List of SBOM definition details

Details of the given batch of SBOM definition IDs. Supports a maximum of 1000 IDs per request.

post/v1/appsecops/sbom_definition/batch

Request body

idsstring[]

Response

Success

namestring required

Name of the SBOM

descriptionstring

SBOM description

tenant_idstring required

Tenant ID

sbom_definition_idstring

Unique ID of the Sbom

release_version_idstring

Release version ID of SBOM

appsecops_project_idstring

SBOM related project ID

created_atstring date-time

SBOM definition created date

created_bystring

Name of the user who created the SBOM definition

updated_bystring

Name of the user who recently updated the SBOM definition

updated_atstring date-time

SBOM definition updated date

Example response

[
  {
    "resource_mapping_details": {
      "mapped_resources": [
        {
          "mapping_type": "automatic"
        }
      ],
      "status": "success"
    }
  }
]