...
The List Resource Pools activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- Datacenter Name (text box editor type) (type: string): the name of the Datacenter.
- Cluster Name (text box editor type) (type: string): the name of the Cluster.
- Path (text box editor type) (type: string): thepath where the desired Resource Pool is. If left empty it will return the Parent Resource Pool. For example: ResourcePoolName1/ResourcePoolName2/DesiredResourcePool.
As mentioned above, the values for all the required parameters can be provided by IN arguments or variables. Below is an example of predefined arguments, ready to be used by the List Resource Pools activity:
The Read Only Output variable are the possible output values that the activity will provide:
- Output (type: collection<string>): outputs a collection of Resource Pools found on the specified path.
In order to extract the values from the ListResPools output collection , For Each and Log Track Data activities should be used:
Execution: The example below is an execution where all resource pools from DemoCluster cluster:
Remove Resource Pool
...