OK, achieved what I wanted to achieve with a wildcard, so TrafficIPGroups.setPassive * NODE2 What I was asking for was to return the array from TrafficIPGroupNames [tipg_1, tipg_2, ...] and then use that as the input for setting the nodes to passive, so assuming that you had an array you could do Array[] = TrafficIPGroups.getTrafficIPGroupNames For ( i =1; i= lengthofArray;i++){ TrafficIPGroups.SetPassive $Array NODE2 } I'm guessing that zcli doesn't do this, and I'm going to have to work out how to use the APIs.
... View more