Rest APIs with Python 2.7

Hello ,

I want to receive data from cloud services like AWS or Azure to Ignition via Rest Api. But I don’t know which method I should use with python 2.7 on Ignition. Can you help me which how to use the Python requests module with REST APIs , which method should I call? Waiting for your help.

Thank you.

these could help…

https://docs.inductiveautomation.com/display/DOC81/system.net

4 Likes

In addition to what @victordcq said, if you want the AWS to be able to push to an end point that Ignition receives or have your AWS do get requests to Ignition, you should look into the WebDev Module - Ignition User Manual 8.0 - Ignition Documentation

The system.net and the web dev module should cover any API needs you may have.

1 Like