Get Application
Return an application in a specific catalog for an organization. The id of the organization is fetched from CSP token
Details of the application
"CatalogApplication Object"
Identifier of the application
It contains information about the software offered
Identifier of the branch
Packaging type of the application (HELM_CHART, OVA, CONTAINER_IMAGE)
It contains information about the base image used for an application
Registry where the artifacts of an application release are pushed to
It contains information about a customization in a catalog
Status of application (PENDING, REMOVED, DEPRECATED, RELEASED, ARCHIVED)
The date-time when the application was created
The user that created the application request
The date-time when the application was updated for the last time
The date-time when the application was deleted
The user that created the deletion request for the application
The processing status of an application
The date-time when the application processing was updated
Information of latest release
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 applications
"Error403 Object"
The requested catalog or application is not 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}/applications/{application_id}