Application Framework Reference

Splunk API

resurrect()

The resurrect() method gets a search object containing a previously dispatched job.

Synopsis

search = resurrect( paramsDict )

Parameters

paramsDict

String

Dictionary of URI name-value pair GET request params.

Return Value

Object

JSON dictionary as generated by view.py resurrection code.

Example

   this.savedSearch = Splunk.Search.resurrect(this._params['jsonSearch']);
 

See Also

Splunk.Job