get_action_executions
Get action execution history from Lifecycle Manager filtered by resource and instance, including status, timestamps, and run details.
Instructions
Get action execution history from Lifecycle Manager filtered by resource and instance.
Retrieves the history of action executions performed in the Lifecycle Manager, including details about action runs, their status, timestamps, and associated resources and instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_name | Yes | The instance name | |
| resource_name | Yes | The Lifecycle Manager resource name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for action execution history endpoints. This root model wraps a list of action execution elements, providing a standardized response format for API endpoints that return action execution history from the lifecycle manager. Attributes: root: A list of ActionExecutionElement objects representing the execution history of lifecycle actions. |