postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.85k stars 839 forks source link

Monitor Scheduling on a weekly & monthly basis #5527

Open Ramya-From-Postman opened 6 years ago

Ramya-From-Postman commented 6 years ago

It would be great if you provide an ability to schedule a monitor run on a weekly, monthly basis or to be able to choose custom date & time range.

StasKharkov commented 6 years ago

That would be an awesome and very usefull feature, for example, I have a collection which I need to run and monitor every month or every 4 weeks.

Think everyone who uses Postman Monitoring would greatly benefit if a flexible/customizable scheduling for monitoring would exist, please make it happen Postman Team!

godfrzero commented 6 years ago

@StasianQA You can do this directly via the API, even though it's not exposed via the UI. As long as you can specify a CRON pattern to represent the times you want the monitor to run, you can update the monitor to use that pattern via the API.

StasKharkov commented 6 years ago

@godfrzero

Your documentation is saying that you can use only specific CRON patterns which again are same as on UI