Cookbook¶
This section will include a list of recipes useful while developing scripts.
Reminder
When using the AdminConfig.list(...) wsadmin command, in order to get a list you will have to use the [str].splitlines() method, since the return value of the call is a multiline string.