IceGrid::Admin & Python

in Help Center
I would like to write some tools (cmdline and/or GUI) to monitor a registry. I would like to use Python if possible.
Are there some examples i could use as a starting point to do this? My understanding is that is somehow need to use the IceGrid::Admin function set, right? How do i do that from python?
thanks a lot,
-r
Are there some examples i could use as a starting point to do this? My understanding is that is somehow need to use the IceGrid::Admin function set, right? How do i do that from python?
thanks a lot,
-r
0
Comments
You need to establish a session with the registry to obtain a proxy for the IceGrid::Admin interface. The session will also allow you to register observers to receive updates from the IceGrid registry and nodes.
Here's how to create an IceGrid admin session and get the admin proxy with Python and IcePy:
You'll need to pass the appropriate --Ice.Defaut.Locator=<proxy of the locator> command line option to execute this script.
Cheers,
Benoit.