Software Device History API
This API provides security assessment data per host per date. The data will contain software products discovered on each host and their secure status for that day.
Requirement Types |
Details |
||||||||||||||||||
API |
http://csi7.secunia.com/csi/api/?action=api&which=software_history&result_per_page=1000&page=1&product_name='Google Chrome'&from_date='2020-11-10'&to_date='2020-12-15'&order_by={'date':'ASC'} |
||||||||||||||||||
Methods |
GET |
||||||||||||||||||
Parameters |
|
||||||||||||||||||
Response |
{"success":true,"error_code":0,"data":{"rows":[{"date":"2020-11-10","device_id":"1082","product_id":"59470","product_name":"Google Chrome 61.x","no_installations":"1","secure_status":"-1","soft_type":"2","vuln_criticality":"2"},{"date":"2020-11-10","device_id":"17928","product_id":"60318","product_name":"Google Chrome 65.x","no_installations":"1","secure_status":"-1","soft_type":"2","vuln_criticality":"0"},{"date":"2020-11-10","device_id":"17930","product_id":"60553","product_name":"Google Chrome 66.x","no_installations":"1","secure_status":"-1","soft_type":"2","vuln_criticality":"0"}],"total":1000},"has_more":"true","current_page":"1"} |
||||||||||||||||||
Received Information |
Product Name, From date, To date, Result per page, Pagination, etc. |