Bug 806004 - [REST API] application url is missing for application
Summary: [REST API] application url is missing for application
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Pod
Version: 2.x
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: ---
Assignee: Abhishek Gupta
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-03-22 16:22 UTC by Andre Dietisheim
Modified: 2015-05-15 01:48 UTC (History)
3 users (show)

Fixed In Version: rubygem-stickshift-controller-0.7.4-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-04-13 18:32:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 806045 0 medium CLOSED [REST API] Domain misses the rhc-domain property 2021-02-22 00:41:40 UTC

Internal Links: 806045

Description Andre Dietisheim 2012-03-22 16:22:06 UTC
I see no property that would report me the url at which an application is reachable.

Comment 1 Abhishek Gupta 2012-03-27 22:19:37 UTC
A new property (app_url) has been added to the XML/JSON output of the application object being returned for a REST call.

Comment 2 Johnny Liu 2012-03-29 09:47:10 UTC
Verified this bug with devenv_1679, and PASS.


<?xml version="1.0" encoding="UTF-8"?>
<response>
  <status>created</status>
  <version>1.0</version>
  <type>application</type>
  <data>
    <application>
      <app-url>http://myapp-jialiu.dev.rhcloud.com/</app-url>
...
...


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