When scheduling a report in NetOps Portal, where is that schedule report and its details saved?
Any NetOps Portal release
The schedule of the reports goes into the email_schedules table on NetOps Portal mysql database - netqosportal.
This includes the report's Subject and other information, but not the actual PDFs.
To see the report's Subject and other fields can run a query like the following on the NetOps Portal database:
mysqldump -uroot -p<PASSWORD> netqosportal email_schedules > /tmp/email_schedules.txt