Get Pipeline
Return a pipeline in a specific catalog for an organization. The id of the organization is fetched from CSP token
Identifier of the pipeline
e5ba840a-c82f-4bae-9a0f-a0dc346a7fba
Details of the pipeline
"Pipeline Object"
Identifier of the pipeline
Represents a trigger for a pipeline
Pipeline status (IN_PROGRESS, SUCCEEDED, FAILED, CANCELLED)
Date of the start of the pipeline
Date of the end of the pipeline
It contains information about the software offered
It contains information about the base image used for an application
Branch of the releaseable built by the pipeline
Packaging type of the application (HELM_CHART, OVA, CONTAINER_IMAGE)
Version of the releaseable built by the pipeline.
Version of the product built by the pipeline.
Revision of the releaseable built by the pipeline
Represents a phase in a pipeline
Registry where the artifacts of an application release are pushed to
Unique identifier of a release
It contains information about a customization in a catalog
Identifier of the application
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 pipeline
"Error403 Object"
The requested catalog or pipeline 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}/pipelines/{pipeline_id}