SBOM

Download SBOM for an artifact

Download SBOM for an artifact

Securityx-api-key
Request
path Parameters
org
required
string

Harness organization ID

project
required
string

Harness project ID

header Parameters
Harness-Account
required
string

Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped.

Request Body schema: application/json
required
object (ArtifactSpec)
Responses
200

Response Body for Artifact Sbom

post/gateway/ssca-manager/v1/orgs/{org}/projects/{project}/sbom-download
Request samples
application/json
{
  • "spec": {
    }
}
Response samples
application/json
{
  • "sbom": "string"
}