Which API can be used to get all RTC server properties?
We support a world wide RTC server area. For this we want to know if one server property was changed only on one single RTC server instance. For this we want to check the the existing properties against a server property reference. If some change were done we want to get the information about the change. For this we are looking for a API which allows to read all properties.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 10 '15, 11:17 a.m.Thomas,I wasn't able to find such an API at client level. the file is however a properties file and can easily be read using Java java.util.Properties that is some few lines of code.
You can download all that data using the server diagnostics (Export results) in the Server administration. I don't know if that would be easy to automate.