Hi,
I'm looking for a way to dynamically update an ASD Blueprint scroll down to retrieve a list of published application in our CMDB.
I do it with an IAAS blueprint why the amazing PSO workflow. But, in ASD, i had to create a script action that return the list.
The data is available in two ways :
- in the application_list dictionnary property
- in a text file on a remote PS host in a string with coma separated character
Which is the best way to create the script action, and how to do it ?
I found some example with database query, but didn't find anything avec remote file or VAC property
thanks for you help