| Summary: | The application level APIs of version 1.6 do not match the official documentation | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Zhe Wang <zhewang> |
| Component: | Master | Assignee: | Clayton Coleman <ccoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | ccoleman, pruan, xtian |
| 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:32:42 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
Zhe Wang
2013-09-29 06:38:41 UTC
Verified that the links with applications (plural) still work. Reducing severity to low. for gear_groups the old route does not work. /broker/rest/applications/<app-id>/gear_groups.json It turns out that all the sub urls referencing the plural form "applications" does not work in INT(devenv_3864) and devenv-stage_488, for example: /broker/rest/applications/:id/events.json (the corresponding hrel returned in the responses is /broker/rest/application/:id/events which actually works) but this API format of plural form is usable in current STG(devenv-stage_486). Raise its severity to medium since it's a regression in sprint34 in case some customers or external tools are already using /broker/rest/applications/:id/. Devel could double confirm if it's still low severity. Documentation should be updated. Old URLs are still supported. Gear-groups was fixed by bug 1017000 Made some minor changes in https://github.com/openshift/origin-server/pull/3832 Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/f2b9a52f00332e15212a626210ee7001486b76c9 Bug 1013293 - Docs for link changes Fixed in master, not in STG. Does not need to go to STG for sprint 34 because doc is built off master. The dcs are now matched with the APIs, move the bug to VERIFIED. |