Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 49146

Re: Pass endpoint as an input to a vRO action or workflow to access properties

$
0
0

Still not sure where and how you want to call the action, but perhaps you can use an action input parameter of type Properties.

 

The keys would be the names of the data properties you want to pass, and the values would be the actual values of these properties. Something like the following:

 

var props = new Properties();
props.put("endpointUsername", "myusername");
props.put("endpointPassword", "mysecret");
props.put("apiUrl", "https://someurl/address");
props.put("authKey", "key-0123456789");

// then pass props object as an input to your action

Viewing all articles
Browse latest Browse all 49146

Trending Articles



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