1. Introduction

The Open Service Broker API defines an HTTP interface between the services marketplace of a platform and a service broker.spring-doc.cn

Service brokers are responsible for:spring-doc.cn

  • Advertising a catalog of their service offerings and plansspring-doc.cn

  • Provisioning (creating or updating) service instancesspring-doc.cn

  • Creating bindings between a service instance and a client applicationspring-doc.cn

  • Deleting bindings between a service instance and a client applicationspring-doc.cn

  • De-provisioning (deleting) service instancesspring-doc.cn

The Spring Cloud Open Service Broker project provides the scaffolding for an Open Service Broker API-compliant service broker by implementing the required Spring web controllers, domain objects, and configuration. Service broker authors can provide Spring beans that implement the appropriate interfaces.spring-doc.cn