Hi
@Esteban, you can collect the information you need to create a CSV by sending requests to the
“list hosts” and
“get host” API endpoints of the Fleet instance.
To accomplish this, I recommend:
1. Send a request to the list hosts endpoint to get an array of all hosts.
2. Send a request to the “get host” API for each host returned in the response from the “list hosts” API (The “get host” API response includes the software installed on each host.)
3. Use the information from the “get host” endpoint to create a CSV