resetPool (Reset a SAM pool)
You can release all of the user IDs in a specific SAM pool using the
resetPool function.
Note: This function is intended for development and debugging.
The
resetPool function takes the following parameters:- The URL of the 1010 gateway (
url) - Group owner name (
owner) - Group owner password (
password) - Group ID (
group) - Path to a log file (
logfile) - The default value isNone.
py1010.resetpool(gateway, owner, password, group, logfile)
This function will disrupt any user who may be working with a SAM pool ID at the time.
