Just add an expires timestamp automatically (say +10 minutes from current) http://goo.gl/dfqCrv
From: Yichi Lu <yichi...@sungard.com<mailto:yichi...@sungard.com>> Reply-To: "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" <dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>> Date: Friday, March 28, 2014 at 12:00 PM To: Chiradeep Vittal <chiradeep.vit...@citrix.com<mailto:chiradeep.vit...@citrix.com>>, "dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>" <dev@cloudstack.apache.org<mailto:dev@cloudstack.apache.org>>, "bhais...@baagi.org<mailto:bhais...@baagi.org>" <bhais...@baagi.org<mailto:bhais...@baagi.org>> Subject: CLOUDSTACK-6202 I am currently working on this issue. What should datetime string look like for expires? I am thinking of something like: "-e 2011-10-10T12:00:00+0530", or "--expires=2011-10-10T12:00:00+0530". But this may not be convenient for many people, especially the UTC part (+0530). Another way of doing this is to add minutes from Now. For example, "--expires=+60", meaning the api call will expire 60 minutes from issuing the call. Thoughts, suggestions? Yichi