openservicebrokerapi / servicebroker

Open Service Broker API Specification
https://openservicebrokerapi.org/
Apache License 2.0
1.19k stars 434 forks source link

How and where can the end user find out the provisioning params #292

Closed Jarvis-Zhou closed 7 years ago

Jarvis-Zhou commented 7 years ago

I have not found any definition of the provisioning params and binding params in the service, how can the end user know what params should be provided when provisioning an instance?

pmorie commented 7 years ago

@JarreyZhou there is a new feature which we are about to add into the spec which allows the broker to send a parameter schema for creating and uodating service instances and creating bindings. See:

https://github.com/openservicebrokerapi/servicebroker/pull/165

Let me know if that's what you're looking for.

Jarvis-Zhou commented 7 years ago

@pmorie thanks very mary, it is just what I am looking for.