openbrokerapi
openbrokerapi copied to clipboard
Update to API 2.15
- [ ] Added list of endpoints to create Service Binding response body.
- [x] Added a delay to polling response for Service Instance and Service Binding last operations.
- [ ] Added a Service Offering specific async polling timeout.
- [ ] Allow a Service Instance context to be updated and add org name, space name, and instance names.
- [x] Added mechanism for orphan mitigation.
- [ ] Allow brokers to return 200 for no-op update Service Instance requests.
- [x] Allow brokers to not return parameters when returning a Service Instance or Service Binding.
- [ ] Add plan_updateable field to the Service Plan object.
- [x] Clarify what happens when deleting during a provision/bind request.
- [x] Remove character restrictions on names of Service Offerings, and Service Plans.
- [ ] Allow empty descriptions in the response body for getting the last operations of - [ ] - [ ] Service Instances, and Service Bindings.
- [ ] Clarify broker behavior expected when deprovisioning while a provision request is in progress and unbinding while an unbind request is in progress.
- [ ] Clarify broker behavior when a provision request is received during a provision request for the same instance or when a binding request is received during a binding request for the same binding.
- [ ] Added maintenance info support to Service Plans.
- [x] Restrict Operation strings to 10,000 chartacters in the response body for provisioning or deprovisioning a Service Instance, and binding or unbinding a Service Binding.
- [ ] Added request identity header.