Splunk · Example Payload

Splunk Createsearchjob Example

AnalyticsData AnalysisLoggingMachine DataMonitoringObservabilityPlatformSecuritySIEM

Splunk Createsearchjob Example is an example object payload from Splunk, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
      }
    }
  ]
}