Some JMX MBean operations take a parameter of type javax.management.openmbean.TabularData. How can I provide that input through the UI? I think it's basically key-value pairs like a map, but I don't know how to specify them.
thanks