I am trying to configure IRIS using python. The first task I wanted to do it change the journal directory. I cannot figure out the right way to work with the Config.Journal class with python. I can get the text to query the current setting.
returnValue = dbnative.classMethodValue("Config.Journal","GetList")
print(returnValue )
But I don't see a straightforward way to parse the $List returned by GetList() I was hoping there was an easier way.
How do I
1. Query configuration parameters?
2. Set configuration parameters?
Using python?