Get Helm Artifact Details
response to get helm artifact detail
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "artifact": "string",
- "createdAt": "string",
- "downloadsCount": 0,
- "isLatestVersion": true,
- "modifiedAt": "string",
- "packageType": "DOCKER",
- "pullCommand": "string",
- "registryPath": "string",
- "size": "string",
- "url": "string",
- "version": "string"
}, - "status": "SUCCESS"
}
Get Helm Artifact Manifest
response to get helm artifact manifest
Bad request
Unauthenticated
Unauthorized
The specified resource was not found
Internal server error
{- "data": {
- "manifest": "string"
}, - "status": "SUCCESS"
}