Hello to all!Thank you for reading this articleI would like to create a python script that runs an NCM script or an NCM Job.I need to know all the steps to take to carry out this activity.
Thanks in advice
The information for using Python with the API is in GitHub.
The verb you are looking to use is ExecuteScript on the Cirrus.ConfigArchive entity.
ExecuteScript
Cirrus.ConfigArchive
The parameters for ExecuteScript are [GUID]NodeId, [string]Script, and [bool]Reboot.
[GUID]NodeId
[string]Script
[bool]Reboot
If you don't already have SWQL Studio to help you understand how to work with the API's entities and verbs, then you should totally download it.
thank you so much!