| Summary: | old route for gear_groups are not supported. | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Peter Ruan <pruan> |
| Component: | Master | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | ccoleman, jhou |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-10-17 13:34:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Peter Ruan
2013-10-09 06:46:01 UTC
Master: https://github.com/openshift/origin-server/pull/3821 Stage: https://github.com/openshift/origin-server/pull/3822 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/bed222457797870ec5a433af9c789bae0624463e Bug 1017000 - Expose correct form of gear-groups Verified on devenv-stage_491 and devenv_3880, both routes are supported. 0 % curl -k -H 'Accept: application/xml' --user jhou:x https://ec2-54-227-176-213.compute-1.amazonaws.com/broker/rest/applications/52560f31c28ef71a0d000001/gear_groups.json | json_reformat % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 683 100 683 0 0 422 0 0:00:01 0:00:01 --:--:-- 422 { "api_version": 1.6, "data": [ { "additional_gear_storage": 0, "base_gear_storage": 1, "cartridges": [ { "name": "ruby-1.9", "display_name": "Ruby 1.9", "tags": [ "service", "ruby", "web_framework" ] } ], "gear_profile": "small", "gears": [ { "id": "52560f31c28ef71a0d000001", "state": "started", "ssh_url": "ssh://52560f31c28ef71a0d000001.rhcloud.com" } ], "id": "52560f31c28ef71a0d000003", "name": "52560f31c28ef71a0d000003", "scales_from": 1, "scales_to": 1 } ], "messages": [ { "exit_code": 0, "field": null, "index": null, "severity": "info", "text": "Showing gear groups for application 'app1' with domain 'jhou'" } ], "status": "ok", "supported_api_versions": [ 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6 ], "type": "gear_groups", "version": "1.6" } |