Quantcast
Channel: VMware Communities : Discussion List - vRealize Orchestrator
Viewing all articles
Browse latest Browse all 6251

WebService / Workflow ID / find

$
0
0

Hi guys,

 

First question: Is it possible to see the" workflow id " in the orchestrator gui? I don't want to call "getWorkflowWithName" every time I search a specific workflow. At the moment I have a little app to do this, but that's annoying.

 

Second question: The "find" function (WebService) has a parameter "query" but Iam not sure in which format i must pass the string (nothing seems to work), so I have to crawl the whole response (array) for a specific machine name.

 

i.e.

 

my $myElementsfindResponse = $interface->find({
        type =>  "VC:VirtualMachine", # string
        query =>  "", # string
        username =>  $username, # string
        password =>  $password, # string
      },,
);
die $myElementsfindResponse if not $myElementsfindResponse;

 

 

[... Crawl Array...]

 

 

Thanks in advance,

Stephan


Viewing all articles
Browse latest Browse all 6251

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>