Service Brokers using plan_id in last operation requests
Matt McNeeney
There is a discussion taking place [1] in the Open Service Broker API group regarding the plan_id that is sent in requests to get the status of an asynchronous operation [2] such as a provision or an update (last_operation endpoint). Given that an asynchronous update service instance request could change the plan that a service instance is using, we are unsure of what service brokers expect in this scenario; are they expecting to receive the old plan_id or the new plan_id? If any service broker authors are using the plan_id field, please let me know so that we can guide that discussion and make sure we do not make a breaking change to the specification. Thanks, Matt [2] https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#polling-last-operation |
|