Question:
Is there a way to use custom dates for the criteria in the Availability Reporter? We are trying to get a timeframe of something like 9/1/2017 – 8/31/2018.
Answer:
For a lot of Items in AKIPs you can hack the URL to get a different view,
In your case you should be able to change the default from
https://akips.my.org/availability-reportermode=summary;time=last7d;report=ping4;sort=name;status=all;
to something like
https:// akips.my.org/availability-reporter?mode=summary;time=from+2017-09-01+for+12M;report=ping4;sort=name;status=all;
Note Date format is YYYY-MM-DD and 12M denotes 12 Months (use m for minutes, d for days h for hours).
To obtain the date format for the URL I just generated an interface graph report with the selected period.
Other Date options for you might be time=last12M and time=last1y which are handy for doing auto generated reports.
If this does not suit your purposes then you probably want to check out the API http://www.akips.com/doc/akips_api.pdf
Oct 2023
Comments
0 comments
Please sign in to leave a comment.