| Summary: | [REST API] Missing scale usage for applications api | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Johnny Liu <jialiu> |
| Component: | Pod | Assignee: | Lili Nader <lnader> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.x | CC: | mfisher, rmillner |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-04-13 18:34:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Johnny Liu
2012-03-01 10:22:11 UTC
Verified this bug with devenv_1674, and PASS. $ curl -k -X GET -H 'Accept: application/xml' --user jialiu:xx https://ec2-23-20-26-98.compute-1.amazonaws.com/broker/rest/domains/jialiu/applications ... <link> <rel>Scale up application</rel> <method>POST</method> <href>/domains/jialiu/applications/myapp/events</href> <optional-params/> <required-params> <param> <valid-options>scale-up</valid-options> <name>event</name> <description>event</description> <type>string</type> </param> </required-params> </link> ... <link> <rel>Scale down application</rel> <method>POST</method> <href>/domains/jialiu/applications/myapp/events</href> <optional-params/> <required-params> <param> <valid-options>scale-down</valid-options> <name>event</name> <description>event</description> <type>string</type> </param> </required-params> </link> ... |