Executes the post-install EXE action for an installed component.
POST/api/v2/deploy/execute/:catalog_id
This endpoint is called by the agent-ui when the user clicks "open". Only components in the Installed state with an EXE postInstallAction can be executed.
Request
Path Parameters
catalog_id stringrequired
Catalog ID of the component to execute
Responses
- 200
- 400
- 404
- 500
Successfully executed component executable
Component has no EXE postInstallAction or is not in Installed state
Component not found or not installed
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...