Getting Data In

RESTful call to a new module

wward
Explorer

Hi, I've created a new module 'MyAwesomeModule', is there a way I can restfully retrieve the JSON output using java?

In other words, I'm curious if I can avoid recoding the generateRestults() method in 'MyAwesomeModule.py'

Thanks!
Wade

Tags (4)
0 Karma

Damien_Dallimor
Ultra Champion

If I understand correctly , you would need to code the logic you want to be reusable in a custom REST endpoint. Then a Java client could call this REST endpoint. Your implementation of generateResults() in your server side python handler (MyAwesomeModule.py) would also delegate off to this custom REST endpoint.

wward
Explorer

That answers my question. Are there any examples you would suggest to look at in splunk docs that I can reference as starting point to begin creating this kind of custom REST endpoint?
Thanks

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...