[ansible-project] Re: Passing data from ansible to service now table

2020-05-21 Thread David Foley
Is the Body Correct ? and that you aren't missing any JSON values? 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/9191ee55-8d85-432e-937e-93d8bf7a995f%40googlegroups.com.


[ansible-project] Re: Passing data from ansible to service now table

2020-05-20 Thread Diyawary


On Wednesday, 20 May 2020 02:57:43 UTC-5, Diyawary wrote:
>
> Hi Team,
>
> I am sending data from ansible to service now using uri, data is passing 
> to snow table but job status is not showing successful.
> I am getting "The read operation timed out" error ,Please suggest me how 
> this can be resolved
> - name: Passing Data to Snow
>   uri:
> url: "
> https://test.service-now.com/api/eplc/table_update_integration/create;
> method: POST
> Headers: "application/json"
> body: '{"List":{{EPG_all}}, "Region":"NA " }'
> body_format: json
> user: "{{ snow_username }}"
> password: "{{ snow_password }}"
> force_basic_auth: yes
> status_code: 200
> timeout: 10
>

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5013984f-432b-4eae-b42a-063fc9790fd6%40googlegroups.com.