Tiêu đề
REST API client Released for monitoring JSON APIs
Người viết
Technical Support Team
Ngày
2025-02-18 오후 1:04:15
Hits
8
Attached File
The Autobase REST API Client program has been newly developed. This is a program that monitors (GET) the REST API in real time that returns a JSON response. 1. Main Functions - HTTP GET calls with a minimum of 1 second. - Use JsonPath to provide easy JSON parsing. - Save the parsed contents as Autobase memory tags or log files for utilization. 2. SUPPORT INFORMATION - This program is available for Autobase 10.x version. - RESTAPIClient''''s WatchDog monitoring feature will be officially added in Autobase SCADA version 10.3.7. 3. Download - Download > Autobase homepage > toolkit/other resources > from the Autobase REST API Client You can download it. 4. Version Information v1.1.0 (2025-01-22): Initial release version. v1.1.1 (2025-02-12): Retain space characters such as r, n, t when receiving values. v1.1.2 (2025-02-14) : - Fixed a parsing error for object types when retrieving multiple values with JsonPath. - When searching for multiple values, it returns an array instead of a comma separator. Thank you