The API provides access to the three core pillars of SCADA data:
REST APIs are based. They are not real-time (sub-millisecond) like Profinet or EtherCAT. wincc rest api
: External clients can read and write WinCC configuration data and tag values. The API provides access to the three core
curl -X POST https://192.168.1.100:5001/api/v1/auth/login \ -H "Content-Type: application/json" \ -d '"username":"operator","password":"secret"' \ -k # ignore self-signed certificate for testing wincc rest api