Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This basic example script connects to a Manager using the Python library and does the following;

  • queries Prompts the user for Vmanager lP address
  • Queries the manager and prints out the current users listed in the Config areacreates users configuration parameters
  • Creates a user named user1 (if it does not already exist)
  • Loads the user list into Active area and prints out the list of Active users
  • Deletes the new user just created from Config area, reloads users configuration and reloads into Active area, and prints the user list again

It connects to:

  •  The SmartMesh IP The SmartMesh IP VManager

Running

You can run the " VMgr_UserCreate-Delete.py " application:

  • by By double-clicking on its source files at /vmanager_apps/VMgr_UserCreate-Delete.py (may require additional steps on non-windows OSes)

...