Sophos Reporter Release Notes
   All Release Notes Sophos Reporter 2.0.1.53 (2018-06-11)
  • The time that Scheduled Reports start each day can now be customised using a direct API URL (there is no UI for this yet). The URL is:

    http://fastvuereportersite/_/api?f=Settings.Reports.SetScheduledReportsStartAtTime&minutes=60 

    Replace fastvuereportersite with your actual Fastvue Reporter URL and replace 60 with the number of minutes after midnight that you would like the scheduled reports to start. Note, this is a global setting for all Scheduled Reports. It cannot be set for individual Scheduled Reports.
     

  • The first day of the week used in 'Weekly' scheduled reports can now be customised using a direct API URL (there is no UI for this yet). The URL is:

    http://fastvuereportersite/_/api?f= Settings.Reports.SetScheduledReportsFirstDayOfWeek&day=Sunday 

    Replace fastvuereportersite with your actual Fastvue Reporter URL and replace Sunday with either Monday, Tuesday, Wednesday, Thursday, Friday, Saturday or Sunday. Weekly reports will then contain data from that day and the following 6 days. Note, this is a global setting for all weekly Scheduled Reports. It cannot be set for individual Scheduled Reports.
     

  • The Scheduled Reports Start Time can be retrieved using this direct API URL:
    http://fastvuereportersite/_/api?f=Settings.Reports.GetScheduledReportsStartAtTime
     
  • The First Day Of Week can be retrieved using this direct API URL:
    http://fastvuereportersite/_/api?f=Settings.Reports.GetScheduledReportsFirstDayOfWeek
Download Latest Update