Creates an SBOM export.
Namespaces are a way to organize organizational units into virtual groupings of resources. Namespaces must be a fully qualified name, for example, the child namespace of namespace "endor.prod" called "app" is called "endor.prod.app".
This is the request to the SBOM export API. It consists of the request resource kind. The UUID is the UUID of the resource. The output is the format to export the SBOM. The SBOM kind is the kind of the SBOM requested by the user. Currently we support only CycloneDx. The meta parent_kind can take one of two values - PackageVersion or RepositoryVersion. The Meta parent_uuid corresponds to the parent UUID of the parent kind.
A successful response.
This is the request to the SBOM export API. It consists of the request resource kind. The UUID is the UUID of the resource. The output is the format to export the SBOM. The SBOM kind is the kind of the SBOM requested by the user. Currently we support only CycloneDx. The meta parent_kind can take one of two values - PackageVersion or RepositoryVersion. The Meta parent_uuid corresponds to the parent UUID of the parent kind.