Archived

This forum has been archived. Please start a new discussion on GitHub.

IceGrid: How to make to go from ServerId to ServerInstanceDescriptor

Hi,

I would like to know if there is a way to find from the serverId the related ServerInstanceDescriptor.

To give a little bit more of context, one task (written in Python) connects to the IceGrid to find a server and have to get the parameters the server is using.
For the moment, with the serverId, I'm able to get the application name and the node. This gives me a dict of ServerDescriptorSeq and a list of ServerInstanceDescriptorSeq and I would like to find the right ServerInstanceDescriptor.

Best Regards

Quentin