I want to create a "Web Transaction wizard" that checks if the timestamps for last update is up to date
Output on web site: "lastUpdated":"2019-07-21T20:10:00+02:00"
case 1 - login to web page.
<case id="1" url="https://webpage.com/" />
case 2 - check lastUpdated
I want to get a warning if the timestamp is not updated for 10 min and an critical if not updated for 15min.
Anyone that can help me create the usecase for case id 2?