Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 482 Bytes

File metadata and controls

15 lines (7 loc) · 482 Bytes

RunBundleBody

BundleRunRequest is used to request the execution of a bundle. It includes tenant_id, the name of the bundle, and additional arguments for execution.

Properties

Name Type Description Notes
name String Name of the bundle to be executed. [optional]
arguments Map<String, String> Additional key-value pairs for execution arguments. [optional]