Other Usage

Empty Content for API request

shambhavi1321
Observer

- name: splunk jobid receive api call
uri:
url: https://{{ fis_apiBaseurl }}/services/search/jobs
method: POST
validate_certs: false
timeout: 360
force_basic_auth: yes
status_code: 201, 200 , 204
headers:
Accept: application/json
Content-Type: "application/json"
Authorization: " Bearer {{ fis_splunk_console_auth }}"
return_content: true
body: '{search = {{ data }}}'
#body_format: json
register: get_JobID
delegate_to: 127.0.0.1

 

 

 

I am using the above code and URL is url: https://{{ fis_apiBaseurl }}/services/search/jobs  .

 

I am using this job is ansible tower but i am getting content as blank where as return code is 200 .

 

ok: [100.73.4.110] => {
"get_JobID": {
"cache_control": "no-store, no-cache, must-revalidate, max-age=0",
"changed": false,
"connection": "Close",
"content": "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<!--This is to override browser formatting; see server.conf[httpServer] to disable. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . …

 

Can someone help me with URL or exact query 

 

 

Labels (1)
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Community Content Calendar, September edition

Welcome to another insightful post from our Community Content Calendar! We're thrilled to continue bringing ...

Splunkbase Unveils New App Listing Management Public Preview

Splunkbase Unveils New App Listing Management Public PreviewWe're thrilled to announce the public preview of ...

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...