Data Open Interface Description (Tips: Need to upgrade to the professional version)
Data interfaces are mainly used by users to obtain various monitoring data, which can be integrated into their own business systems for display, and can also be used to develop their own large screen pages
Note that in the following interface examples, please include the http://localhost:9999 Replace it with your own Server host IP and port
Tip: The wgToken in the request parameter is the wgToken in the server configuration file, which requires md5 encryption and can be used MD5 Online Encryption Tool. This tool is also very useful JSON online formatting tool
Tip: You can use tools such as Postman to debug interfaces
1、Host List Interface
2、Host disk capacity list interface
3、Host disk IO list interface
4、Host disk IO read/write rate interface
5、Host Disk SMART List Interface
6、Host MAC Address List Interface
7、Host NIC List Interface
8、Host CPU temperature list interface
9、Host network traffic interface (i.e. upstream and downstream transmission rate, connection quantity indicators)
10、Host CPU usage interface
11、Host memory usage interface
12、Host system load interface
13、Monitoring process list interface
14、Monitoring port list interface
15、Monitoring DOCKER List Interface
16、Custom monitoring item list interface for hosts
17、Monitoring data table list interface
18、Monitoring log list interface
19、List of service interfaces
20、PING monitoring list interface
21、SNMP Monitoring List Interface
22、List interface for system logs and alarm logs
23、Monitor FTP/SFTP list interface
24、Host Exception Process List Interface
25、Host full process list interface
26、Host GPU data interface
27、 Host firewall status data interface
28、Host Crontab settings interface
29、Host personalized data collection interface
30、K8S monitoring information interface
31、Grouping and tag list interface
32、Public alarm interface
33、Retrieve the Redis list interface for monitoring middleware
34、Get the Kafka list interface for monitoring middleware
 
How to close the data open interface (requires upgrading to version v3.4.3 or above)
Find the following configuration item openDataAPI in the file server/config/application.yml, and modify it as follows:
Restart the server after modification