{ "operationId": "createSearchJob", "method": "POST", "path": "/services/search/jobs", "summary": "Create a Search Job", "requestExamples": [ { "contentType": "application/x-www-form-urlencoded", "name": "CreatesearchjobRequestExample", "example": { "search": "example_value", "earliest_time": "example_value", "latest_time": "example_value", "search_mode": "normal", "exec_mode": "normal", "max_count": 10, "max_time": 10, "timeout": 10, "rf": "example_value", "namespace": "example_value", "id": "abc123", "status_buckets": 10, "auto_cancel": 10, "auto_finalize_ec": 10, "auto_pause": 10, "enable_lookups": true, "reload_macros": true, "reduce_freq": 10, "spawn_process": true } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "name": "Createsearchjob201Example", "example": { "sid": "500123" } } ] }