If config is configured with an MBeanServer, then read all attributes for all MBeans under the "com.
If config is configured with an MBeanServer, then read all attributes for all MBeans under the "com.comcast.xfinity.sirius" domain.
SiriusConfiguration
None if config is not configured with an MBeanServer Some(Map[String, Map[String, Any]]) if config is configured with an MBeanServer. The keys are object names, and the values are maps of attributes to values for the associated object name. If there is error accessing an object then Map("error" -> exceptionString) is returned. If there is an error accessing an MBean attribute then the string cause of the exception is returned for that key.
Service class for querying an MBean server attached to a SiriusConfiguration instance