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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...