Hello, I've been diving into Orion SDK recently, but I'm having issues finding out how you find the parameters to enter into the dictionaries (I'm using Python) when providing verb parameters.
For example in https://github.com/solarwinds/orionsdk-python/blob/master/samples/discover_one_node.py
where would you find what to put in the "corePluginContext" parameter in the Orion.Discovery, CreateCorePluginConfiguration verb? Or the "discoveryProfile" parameter in the Orion.Discovery, StartDiscovery verb?
Where do you look to find these?
Thank you.