Deploy
Endpoints related to managing and retrieving information about component deployment operations.
📄️ Changes the deployment state of a component identified by `catalog_id`.
Changes the deployment state based on the provided state change object and returns the updated deployment information.
📄️ Retrieves the deployment status of a component identified by `catalog_id`.
Retrieves and returns the deployment status of the specified component catalog ID.
📄️ Deploys a component identified by `catalog_id`.
Initiates the deployment process for the specified component catalog ID.
📄️ Sends a deployment message for a component identified by `catalog_id`.
Sends a deployment message based on the provided deployment object and returns the updated deployment information.