Hello, I am developping a workflow to export VM properties. This workflow must be used used by API calls. The output type is "array of Properties .The problem is that the properties in the js...
See more...
Hello, I am developping a workflow to export VM properties. This workflow must be used used by API calls. The output type is "array of Properties .The problem is that the properties in the json we get with the API call (/catalog-service/api/consumer/requests/{idRequest}/forms/details) is in the format : { "key": "vmName" ,"value" : {"type":"string","value" :"MyVirtualMachine"} } The format I expected was : { "vmName" : "myVirtualMachine"}. The size is greatly increased and it becomes far more difficult to read. If I "stringify" the json directly on vRO I get the right format. I also tried to send the stringified json as well (by changing workflow ouptut type) but it was extracted by API with "\" before each special character. The backslashes were unvisible on vRO before the API call so I cannot remove it. I searched on the Internet but I couldn't find any satisfying solution. Do you know how I can send the properties or which API call I can use to solve the problem ? Thank you in advance.
Hello, I need to identify VMs recently destroyed when they expire. If the Vms are manually destroyed I can get the informations I need, but, in this particular case I cannot. I even tried to ...
See more...
Hello, I need to identify VMs recently destroyed when they expire. If the Vms are manually destroyed I can get the informations I need, but, in this particular case I cannot. I even tried to take the informations from expirations taking place 30 days earlier (the destruction occurs 30 days after the expiration date) but I have the same issue. Do you know a way to ientify the destroyed VM in every case ? Thank you in advance.
Hello, There is a "Run again" option in vRO for workflows to re execute requests with the same entry parameters. However I didn't find any way to do it from vRA. Do you know if there is a way...
See more...
Hello, There is a "Run again" option in vRO for workflows to re execute requests with the same entry parameters. However I didn't find any way to do it from vRA. Do you know if there is a way to simply run again requests on vRA without doing manually a new demand ? Thank you in advance.