Redirect to Harness Artifact Page
Temporary Redirect
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "code": "404",
- "details": { },
- "message": "string"
}
Delete Artifact.
Success Response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "status": "SUCCESS"
}
Update Artifact Labels.
response to get artifact label response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "labels": [
- "string"
]
}
{- "data": {
- "createdAt": "string",
- "downloadsCount": 0,
- "imageName": "string",
- "labels": [
- "string"
], - "modifiedAt": "string",
- "packageType": "DOCKER"
}, - "status": "SUCCESS"
}
Get Artifact Stats.
response to get artifact stats response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "downloadCount": 0,
- "downloadSize": 0,
- "totalStorageSize": 0,
- "uploadSize": 0
}, - "status": "SUCCESS"
}
Get Artifact Summary.
response to get artifact summary
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "createdAt": "string",
- "downloadsCount": 0,
- "imageName": "string",
- "labels": [
- "string"
], - "modifiedAt": "string",
- "packageType": "DOCKER"
}, - "status": "SUCCESS"
}
Delete Artifact Version.
Success Response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "status": "SUCCESS"
}
Get Artifact Deployments
response to get docker artifact deployments details
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "deployments": {
- "deployments": [
- {
- "count": 0,
- "envIdentifier": "string",
- "envName": "string",
- "envType": "PreProduction",
- "infraIdentifier": "string",
- "infraName": "string",
- "lastDeployedAt": "string",
- "lastDeployedById": "string",
- "lastDeployedByName": "string",
- "lastPipelineExecutionId": "string",
- "lastPipelineExecutionName": "string",
- "orgIdentifier": "string",
- "pipelineId": "string",
- "projectIdentifier": "string",
- "serviceIdentifier": "string",
- "serviceName": "string"
}
], - "itemCount": 1,
- "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 1
}, - "deploymentsStats": {
- "PreProduction": 0,
- "Production": 0
}
}, - "status": "SUCCESS"
}
Get Artifact Version Summary.
response to get docker artifact version summary
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "imageName": "string",
- "isLatestVersion": true,
- "packageType": "DOCKER",
- "sscaArtifactId": "string",
- "sscaArtifactSourceId": "string",
- "stoExecutionId": "string",
- "stoPipelineId": "string",
- "version": "string"
}, - "status": "SUCCESS"
}
Lists all the Artifact Versions.
response for list versions of artifact
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "artifactVersions": [
- {
- "deploymentMetadata": {
- "nonProdEnvCount": 0,
- "prodEnvCount": 0
}, - "digestCount": 0,
- "downloadsCount": 0,
- "islatestVersion": true,
- "lastModified": "string",
- "name": "string",
- "packageType": "DOCKER",
- "pullCommand": "string",
- "registryIdentifier": "string",
- "registryPath": "string",
- "size": "string"
}
], - "itemCount": 1,
- "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 1
}, - "status": "SUCCESS"
}
List Artifact Labels.
response for list artifact labels
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "itemCount": 1,
- "labels": [
- "string"
], - "pageCount": 100,
- "pageIndex": 0,
- "pageSize": 1
}, - "status": "SUCCESS"
}
Get Artifact Stats.
response to get artifact stats response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "downloadCount": 0,
- "downloadSize": 0,
- "totalStorageSize": 0,
- "uploadSize": 0
}, - "status": "SUCCESS"
}
Get Artifact Stats.
response to get artifact stats response
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "downloadCount": 0,
- "downloadSize": 0,
- "totalStorageSize": 0,
- "uploadSize": 0
}, - "status": "SUCCESS"
}