run_notebook
Run nTop notebooks headlessly with nTop Automate, capturing errors, warnings, and block timings. Specify inputs and output paths to execute automation workflows.
Instructions
Execute a notebook headlessly through nTop Automate (ntopcl) and return its errors, warnings and per-block timings. Requires an nTop Automate licence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | Write results back into the notebook (ntopcl -s). Rewrites the file. | |
| notebook | Yes | ||
| timeoutMs | No | ||
| inputsJson | No | JSON file of notebook input variables (ntopcl -j) | |
| outputJson | No | Where to write the output variable (ntopcl -o) |