Currently, I have automation that manages pool member states in series. It will be trivial to work through a list of members that I might want to enable or disable programmatically, but I wonder if it’s possible to pass a list in my request to the API. Is it possible to enable or disable more than one pool member with a single call? Thanks.
You need to manipulate each pool member one by one. You can process multiple calls in one
transaction
, however, you still need to register each call to the transaction request. See the Transaction section of the iControl® REST API User Guide.