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
Get Updates on the Splunk Community!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...