Groovy XML-RPC for zCALM Server
Below is an example of how to use a Groovy macro with an xml-rpc call to display data using the Confluence Script plugin. The Apache xml-rpc library was used because of difficulties faced trying to use the plugin with the Groovy xml-rpc module.
Here is an example of using the Groovy xml-rpc module to make calls to the zCALMServer. Several examples are untested because I am still learning the xml-rpc interface to zCALM. I think Groovy's native map syntax will work well for the map parameters.
Here is an example of using the Groovy xml-rpc module to make calls to the zCALMServer. Several examples are untested because I am still learning the xml-rpc interface to zCALM. I think Groovy's native map syntax will work well for the map parameters.