You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Yichi Lu <yi...@sungard.com> on 2014/03/28 20:00:58 UTC

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

Re: CLOUDSTACK-6202

Posted by Chiradeep Vittal <Ch...@citrix.com>.
Just add an expires timestamp automatically (say +10 minutes from current)
http://goo.gl/dfqCrv

From: Yichi Lu <yi...@sungard.com>>
Reply-To: "dev@cloudstack.apache.org<ma...@cloudstack.apache.org>" <de...@cloudstack.apache.org>>
Date: Friday, March 28, 2014 at 12:00 PM
To: Chiradeep Vittal <ch...@citrix.com>>, "dev@cloudstack.apache.org<ma...@cloudstack.apache.org>" <de...@cloudstack.apache.org>>, "bhaisaab@baagi.org<ma...@baagi.org>" <bh...@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