menu:reports:view_reports
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
menu:reports:view_reports [2021/10/22 06:23] – ↷ Links adapted because of a move operation pgels | menu:reports:view_reports [2024/07/03 12:31] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | {{indexmenu_n> | ||
+ | |||
+ | ====== View reports ====== | ||
+ | |||
+ | The 'View custom reports' | ||
+ | |||
+ | The tool opens with a list of all currently available report results in alphabetical order along with its creation timestamp and number of data rows. | ||
+ | |||
+ | A the front of the row is a radio button to select the (one) report to view and at the end a checkbox to include the report in the ' | ||
+ | |||
+ | {{ menu: | ||
+ | |||
+ | When "View report" | ||
+ | |||
+ | {{menu: | ||
+ | |||
+ | ::: | ||
+ | |||
+ | {{menu: | ||
+ | |||
+ | The link following the report allows the user to download the full results in CSV (comma-separated-values) format. The default separator is a comma. This downloaded csv file will not be truncated and uses the report name with the extension " | ||
+ | |||
+ | ===== Download using URL ===== | ||
+ | |||
+ | Created reports can be downloaded using the link at the top of the report view, but also using a web-address. By pointing the browser to this URL the report can be fetched directly from the server: | ||
+ | |||
+ | < | ||
+ | http(s)://< | ||
+ | </ | ||
+ | |||
+ | The csv download files are by default created using Unix newlines. To retrieve the csv file using the Dos carriage-return/ | ||
+ | |||
+ | The report name in the URL is not case sensitive and any extension provided will be ignored. If spaces are used in the report name, make sure those are substituted with '' | ||
+ | |||
+ | To retrieve ' | ||
+ | |||
+ | Some examples: | ||
+ | < | ||
+ | -- fetch the ' | ||
+ | https:// | ||
+ | -- same thing | ||
+ | https:// | ||
+ | |||
+ | -- a dated report requested in Dos format | ||
+ | https:// | ||
+ | |||
+ | -- will return the latest dated result report of ' | ||
+ | https:// | ||
+ | |||
+ | -- spaces must be replaced | ||
+ | https:// | ||
+ | </ | ||
+ | |||
+ | |||
+ | ===== Download using API ===== | ||
+ | |||
+ | Generated reports can also be retrieved using the NetYCE XCH API. Two API calls are available: '' | ||
+ | |||
+ | Details on these API calls can be found in [[guides: | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||