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!

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...