time out parameter for order resource

Registered by Arvind Tiwari

Order resource is purely an asynchronous resource which is OK, but sometime client would like to wait for sometime so that it can get the response with secret reference.

We need an ability to set the "time_out" values in Milliseconds while creating "Order" so that a client does not have to make another call to access the secrets.

Option 1: In query string

POST v1/{tenant_id}/orders?time_out=1000

Option 2: In header

POST v1/{tenant_id}/orders

"time_out":1000

Blueprint information

Status:
Complete
Approver:
None
Priority:
Not
Drafter:
Arvind Tiwari
Direction:
Needs approval
Assignee:
Arvind Tiwari
Definition:
Obsolete
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Douglas Mendizábal

Related branches

Sprints

Whiteboard

This should be handled via the python-barbicanclient by adding convenience methods that deal with the POST orders followed by GET orders timeouts.

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.