GetAutomationScript
Use this method to retrieve an automation script.
Note
From DataMiner 10.5.0 [CU11]/10.6.2 onwards, this method requires either the user permission Modules > Automation > Execute or the user permission Modules > Automation > UI Available. In earlier DataMiner versions, both permissions are required.
Input
| Item | Format | Description |
|---|---|---|
| connection | String | The connection ID. See ConnectApp. |
| scriptName | String | The name of the automation script. |
Output
| Item | Format | Description |
|---|---|---|
| GetAutomationScriptResult | DMAAutomationScript | The information of the requested automation script. |