Bug 806004

Summary: [REST API] application url is missing for application
Product: OKD Reporter: Andre Dietisheim <adietish>
Component: PodAssignee: Abhishek Gupta <abhgupta>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.xCC: jialiu, mpatel, xcoulon
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: rubygem-stickshift-controller-0.7.4-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-04-13 18:32:54 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 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>
...
...