Export CSV/JSON lists

You can export and query data in specific formats. This also works on the CLI with curl for example.

Tip

Build the filtered view in Icinga Web first, then copy the URL for further tests with data extraction.

CLI

CSV

curl -o test.csv - u icingaadmin:icinga -H 'Accept: application/json' 'https://icinga.server/monitoring/list/services?format=csv'
1 Like