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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/5013984f-432b-4eae-b42a-063fc9790fd6%40googlegroups.com.

Reply via email to