Get Release
Returns detailed information of a release in a specific catalog for an organization. The id of the organization is fetched from CSP token.
Include detailed release payload for the dependencies and dependants of the release
A detailed release in a specific catalog
"Release Object"
Unique identifier of a release
Identifier of the branch
A text identifier for the specific upstream software released
Revision of the release for a specific combination of product and version
The date-time which the release was finished at
Packaging type of the application (HELM_CHART, OVA, CONTAINER_IMAGE)
artifact
Information of latest release
It contains information about the software offered
The platform family an artifact was for
Collection of release metadata. It can be related with a specific platform (e.g containers, virtual machines) or not (e.g chart metadata or common container metadata)
It contains information about the base image used for an application
Registry where the artifacts of an application release are pushed to
Identifier of the catalog
Identifier of the application
It contains information about a customization in a catalog
Whether the release could have customizations or not.
Embebbed releases of the dependencies of the release. For example, for a Helm Chart release, the containers or the subcharts. Only informed when requesting a release by id with the expand_relationships=true query param.
Embebbed releases of the dependants of the release. For example, for a container release, the Helm Charts that use it. Only informed when requesting a release by id with the expand_relationships=true query param.
Section to include hyperlinks based on Hypertext Application Language
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to get the releases
"Error403 Object"
The requested catalog or release cannot be found
"Error404 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -H 'Authorization: <value>' https://{api_host}/v1/catalogs/{catalog_id}/releases/{release_id}