run_service
Execute a predefined service on a named cluster, passing optional parameters to customize the run.
Instructions
Run an existing service using the optional input parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the service to run | |
| cluster | Yes | The name of the cluster where the service lives | |
| input_params | No | Optional input parameters to pass to the service |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stderr | No | The output sent to stderr | |
| stdout | No | The output sent to stdout | |
| end_time | Yes | The end time when the service run completed | |
| start_time | Yes | The start time when the service was started | |
| return_code | Yes | The return code generated by the service | |
| elapsed_time | Yes | The number of seconds the service ran for |