1. Unpack ZIP
2. Make sure you have installed dependencies:
     - Python 2.7.*
     - requests python package (you can install it via command $ pip install requests )
3. Make sure that node which API you want to use have enabled REST proxy access
     - via GUI for trunk - System Settings > REST
4. Modify scripts to your configuration:
     - create_share_of_clone.py
     - delete_share_of_clone.py
    put there:
     - REST proxy username
     - REST proxy password
     - REST proxy port
     - machine IP address
     - existing pool name
     - existing dataset name
5. Use scripts when you want create or delete structure from command line like:
   $ python create_share_of_clone.py
   $ python delete_share_of_clone.py

