Re: URL of a Service Instance


Dieu Cao <dcao@...>
 

Hi Rahul,

You could use the dashboard_url for this.
Your service broker would need to return the url to your service instance
in response to provision requests as the value for dashboard_url.
See http://docs.cloudfoundry.org/services/api.html#provisioning

If you're looking to expose this to apps that are bound to the service
instance, you could return the service instance url as part of the
credentials hash in response to bind requests to the instance.
See http://docs.cloudfoundry.org/services/api.html#binding

Hope that helps.

-Dieu
CF CAPI PM

On Wed, Dec 23, 2015 at 9:44 AM, Rahul Gupta <wildnez(a)gmail.com> wrote:

fyi - the service broker is implemented in Java and I have scanned through
CF's documentation but could not find any mention of how to use a client
app with the service beyond binding with the service.

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.