Getting Data In

Can I use a REST API command to reschedule the saved searches

sbbadri
Motivator

How to use POST REST Command in the search to reschedule the saved search scheduled time.

for e.g saved search xxx is scheduled to execute by 2015-07-01 15:30:00. I need to schedule it to 2015-07-01 15:35:00 using

saved/searches/{name}/reschedule POST rest API.

Query:

| rest /services/saved/searches/AlertFired/reschedule POST -d schedule_time=2015-07-1T15:21:00Z

I have tried the above query and got the below error,

Error in 'rest' command: Invalid argument: 'POST'
The search job has failed due to an error. You may be able view the job in the Job Inspector.

Regards,
Badri Srinivas B

0 Karma
1 Solution

martin_mueller
SplunkTrust
SplunkTrust
0 Karma

vcarbona
Path Finder

it is possible to reschedule using one of the SDKs. I'm doing this currently for any skipped searches using the Python SDK. The SDK uses REST to accomplish this. It is also possible to do POST requests via REST when using the "curl" command without necessarily using the SDK.

0 Karma

martin_mueller
SplunkTrust
SplunkTrust

The rest search command will only do GET requests.

http://docs.splunk.com/Documentation/Splunk/6.2.3/SearchReference/Rest

0 Karma

sbbadri
Motivator

Thanks Martin

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 ...