Seleccionar página

Wincc Rest Api Official

The API provides access to the three main pillars of SCADA data:

base_url = "https://192.168.1.100/api/v1" auth_response = requests.post(f"base_url/auth", json="username": "apiuser", "password": "pass") token = auth_response.json()["access_token"] wincc rest api