You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the Request objects created for OSB request endpoints (CreateServiceInstanceRequest, UpdateServiceInstanceRequest, DeleteServiceInstanceRequest, CreateServiceInstanceBindingRequest, DeleteServiceInstanceBindingRequest) include a ServiceDefinition object. SC OSB inspects the incoming request and automatically extracts the appropriate ServiceDefinition from the Catalog as a convenience to the services.
If a service definition includes multiple plans, all of the Plan objects from the catalog are included in the provided ServiceDefinition object. It would be better if SC OSB filtered out all but the Plan objects except the one that matches the request input.
The text was updated successfully, but these errors were encountered:
Most of the
Request
objects created for OSB request endpoints (CreateServiceInstanceRequest
,UpdateServiceInstanceRequest
,DeleteServiceInstanceRequest
,CreateServiceInstanceBindingRequest
,DeleteServiceInstanceBindingRequest
) include aServiceDefinition
object. SC OSB inspects the incoming request and automatically extracts the appropriateServiceDefinition
from theCatalog
as a convenience to the services.If a service definition includes multiple plans, all of the
Plan
objects from the catalog are included in the providedServiceDefinition
object. It would be better if SC OSB filtered out all but thePlan
objects except the one that matches the request input.The text was updated successfully, but these errors were encountered: