Service instance name is not passed from cloud controller to service broker


Dave Chen
 

The service instance name is not passed from cloud controller to service broker when we do "cf cs sample-service free my-service". We need to get the service instance name "my-service" from the CreateServiceInstanceRequest for our service broker when performing the above CLI command. Is there a way to make service instance name is part of the contract between CC and service brokers?

Thanks,
Dave


Dieu Cao <dcao@...>
 

Hi Dave,

Could you elaborate on your use case for wanting to know the service
instance name? It is only unique to the space that the service instance
was provisioned in.

Dieu
CF CAPI PM

On Wednesday, August 12, 2015, Dave Chen <dave.chen80(a)gmail.com> wrote:

The service instance name is not passed from cloud controller to service
broker when we do "cf cs sample-service free my-service". We need to get
the service instance name "my-service" from the
CreateServiceInstanceRequest for our service broker when performing the
above CLI command. Is there a way to make service instance name is part of
the contract between CC and service brokers?

Thanks,
Dave


Mike Youngstrom <youngm@...>
 

The service can also be renamed.

Mike

On Aug 12, 2015 5:48 PM, "Dieu Cao" <dcao(a)pivotal.io> wrote:

Hi Dave,

Could you elaborate on your use case for wanting to know the service
instance name? It is only unique to the space that the service instance
was provisioned in.

Dieu
CF CAPI PM

On Wednesday, August 12, 2015, Dave Chen <dave.chen80(a)gmail.com> wrote:

The service instance name is not passed from cloud controller to service
broker when we do "cf cs sample-service free my-service". We need to get
the service instance name "my-service" from the
CreateServiceInstanceRequest for our service broker when performing the
above CLI command. Is there a way to make service instance name is part of
the contract between CC and service brokers?

Thanks,
Dave


Dave Chen
 

Hi Dieu,

Thanks for your reply. We are going to use the service instance guid instead.

Thanks,
Dave