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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...