Get Docker Artifact Details
response to get docker artifact detail
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "createdAt": "string",
- "downloadsCount": 0,
- "imageName": "string",
- "isLatestVersion": true,
- "modifiedAt": "string",
- "packageType": "DOCKER",
- "pullCommand": "string",
- "registryPath": "string",
- "size": "string",
- "url": "string",
- "version": "string"
}, - "status": "SUCCESS"
}
Get Docker Artifact Integration Details
response to get docker artifact integration detail
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "buildDetails": {
- "orgIdentifier": "string",
- "pipelineDisplayName": "string",
- "pipelineExecutionId": "string",
- "pipelineIdentifier": "string",
- "projectIdentifier": "string",
- "stageExecutionId": "string",
- "stepExecutionId": "string"
}, - "deploymentsDetails": {
- "nonProdDeployment": 0,
- "prodDeployment": 0,
- "totalDeployment": 0
}, - "sbomDetails": {
- "allowListViolations": 0,
- "artifactId": "string",
- "artifactSourceId": "string",
- "avgScore": "string",
- "componentsCount": 0,
- "denyListViolations": 0,
- "maxScore": "string",
- "orchestrationId": "string",
- "orgId": "string",
- "projectId": "string"
}, - "slsaDetails": {
- "provenanceId": "string",
- "status": "string"
}, - "stoDetails": {
- "critical": 0,
- "executionId": "string",
- "high": 0,
- "ignored": 0,
- "info": 0,
- "lastScanned": "string",
- "low": 0,
- "medium": 0,
- "pipelineId": "string",
- "total": 0
}
}, - "status": "SUCCESS"
}
Get Docker Artifact Layers
response to get artifact layers
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "digest": "string",
- "layers": [
- {
- "command": "string",
- "size": "string"
}
], - "osArch": "string"
}, - "status": "SUCCESS"
}
Get Docker Artifact Manifest
response to get docker artifact manifest
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "manifest": "string"
}, - "status": "SUCCESS"
}
Get Docker Artifact Manifests
response to get artifact layers
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "imageName": "string",
- "isLatestVersion": true,
- "manifests": [
- {
- "createdAt": "string",
- "digest": "string",
- "downloadsCount": 0,
- "osArch": "string",
- "size": "string",
- "stoExecutionId": "string",
- "stoPipelineId": "string"
}
], - "version": "string"
}, - "status": "SUCCESS"
}