v1

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

Get SBOM definition details

Get a particular SBOM definition details for given SBOM definition ID

get/v1/appsecops/sbom_definition/item/{sbom_id}

Path parameters

sbom_idstring required

Specify the SBOM definition ID to get the SBOM definition data

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"
  }
}