run_action
Execute a specified action on a Lifecycle Manager resource in Itential. Provide the resource name, action name, and optional inputs to initiate the action.
Instructions
Run an action that is associated with a Lifecycle Manager resource
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action_name | Yes | The action to run | |
| input_params | No | The input parameters for the action | |
| instance_name | No | The instance name | |
| resource_name | Yes | The Lifecycle Manager resource name | |
| instance_description | No | The instance description |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Id used to get status updates using describe_job tool | |
| status | Yes | The current status of the action | |
| message | No | Status message about the action | |
| start_time | Yes | The time the action was started on the server |