Re: URL of a Service Instance
Dieu Cao <dcao@...>
Hi Rahul,
toggle quoted message
Show quoted text
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 |
|