Bug 806045 - [REST API] Domain misses the rhc-domain property
Summary: [REST API] Domain misses the rhc-domain property
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Lili Nader
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-22 18:09 UTC by Andre Dietisheim
Modified: 2015-05-15 01:48 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-13 18:35:03 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 805997 0 medium CLOSED [REST API] git-uri for application is missing 2021-02-22 00:41:40 UTC
Red Hat Bugzilla 806004 0 high CLOSED [REST API] application url is missing for application 2021-02-22 00:41:40 UTC

Internal Links: 805997 806004

Description Andre Dietisheim 2012-03-22 18:09:32 UTC
In the former service implementation one would have to build the application url using the

1) application name
2) domain/namespace
3) domain/rhc-domain

As stated in https://bugzilla.redhat.com/show_bug.cgi?id=806004 it would be preferrable to have the construction logic opaque to clients. 
But even if the new REST-service would not require clients to build the application url, I still guess that the rhc-domain is a property that one would like to get reported.

The very same applies to the construction of the git uri file in https://bugzilla.redhat.com/show_bug.cgi?id=805997

Comment 1 Lili Nader 2012-03-23 22:48:34 UTC
added suffix

<response>
  <status>ok</status>
  <type>domain</type>
  <domain>
    <suffix>dev.rhcloud.com</suffix>
    <namespace>abc</namespace>
    <links>

Comment 2 Meng Bo 2012-03-26 09:39:44 UTC
verified on devenv_1672,
issue has been fixed.


Note You need to log in before you can comment on or make changes to this bug.