Bug 675800

Summary: Enable _query via "GET" as opposed to "POST"
Product: [Retired] CloudForms Cloud Engine Reporter: Steve Loranz <sloranz>
Component: aeolus-conductorAssignee: Steve Loranz <sloranz>
Status: CLOSED WONTFIX QA Contact: wes hayutin <whayutin>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: dajohnso, deltacloud-maint, hbrock, imcleod, nobody, ssachdev, whayutin
Target Milestone: alpha   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-14 15:42:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 684278    

Description Steve Loranz 2011-02-07 19:35:47 UTC
_query is an HTTP "POST" operation that takes a body of "key == value" pairs rather than a "GET" taking a standard HTTP query string.  These queries are idempotent, so it is reasonable to use "GET".

Comment 1 wes hayutin 2011-03-22 13:01:46 UTC
adding to ce-beta tracker

Comment 2 wes hayutin 2011-06-15 12:12:53 UTC
moving bugs to cloud engine project

Comment 3 wes hayutin 2011-09-28 14:58:10 UTC
which api are you hitting so we can test?

Comment 5 wes hayutin 2012-01-16 21:53:13 UTC
see no dev feedback

Comment 6 Steve Loranz 2012-01-25 16:07:16 UTC
This was supposed to be on iwhd.  I honestly don't care what happens with this anymore so feel free to close it if you want.

The test would be something along the lines of:
http://iwhdhost:9090/target_images/_query?target=mock

to get a list of target images built with mock as the target.