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/eca3e85e-fbd2-4375-8a80-0649e4aa7103%40googlegroups.com.

Reply via email to