https://github.com/openservicebrokerapi/servicebroker
Open Service Broker API Specification
https://github.com/openservicebrokerapi/servicebroker
cff-wg-service-management open-service-broker open-service-broker-api openservicebrokerapi osb osbapi service-broker
Last synced: 11 days ago
JSON representation
Open Service Broker API Specification
- Host: GitHub
- URL: https://github.com/openservicebrokerapi/servicebroker
- Owner: openservicebrokerapi
- License: apache-2.0
- Created: 2016-07-08T03:22:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T11:55:07.000Z (2 months ago)
- Last Synced: 2025-04-05T02:01:40.470Z (18 days ago)
- Topics: cff-wg-service-management, open-service-broker, open-service-broker-api, openservicebrokerapi, osb, osbapi, service-broker
- Language: Shell
- Homepage: https://openservicebrokerapi.org/
- Size: 7.4 MB
- Stars: 1,195
- Watchers: 96
- Forks: 433
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - servicebroker - Open Service Broker API Specification (Shell)
- awesome-hacking-lists - openservicebrokerapi/servicebroker - Open Service Broker API Specification (Shell)
- jimsghstars - openservicebrokerapi/servicebroker - Open Service Broker API Specification (Shell)
README
[](https://travis-ci.org/openservicebrokerapi/servicebroker "Travis")

## Latest Release: v2.17
[Specification](https://github.com/openservicebrokerapi/servicebroker/blob/v2.17/spec.md)[OpenAPI doc](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/v2.17/openapi.yaml)
[Profile](https://github.com/openservicebrokerapi/servicebroker/blob/v2.17/profile.md)
[Workflows](diagram.md)
[Release notes](https://github.com/openservicebrokerapi/servicebroker/blob/v2.17/release-notes.md)
## Working Changes (might contain changes that are not yet released)
Changes in these documents have been accepted by the working group for the next
version of the specification, however are still subject to change.[Specification](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md)
[OpenAPI doc](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/master/openapi.yaml)
[Profile](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md)
[Roadmap](https://github.com/orgs/cloudfoundry/projects/30/views/7)
## Communications
- [Slack Channel](https://cloudfoundry.slack.com/archives/C02TXDMPSUS)
- [Community call](https://github.com/cloudfoundry/community/blob/main/toc/working-groups/WORKING-GROUPS.md#service-management)## Contributing
- See [CONTRIBUTING](CONTRIBUTING.md)
## Getting Started
The [Getting Started](gettingStarted.md) document provides a list of sample
Service Brokers, frameworks and libraries that might be useful to developers
wanting to implement a Platform or Service Broker.The [Platform Compatibility](compatibility.md) document is a quick way to track
the state of current and pending feature additions, how they align with
releases, and which platforms are currently supporting them.## Testing conformance to the Open Service Broker API
One of the [goals](https://www.openservicebrokerapi.org/#goals) of the Open
Service Broker API project is to **provide conformance test suites to verify
compliance with the specification**.The conformance test suites below can be used to verify Service Broker behaviour
against different versions of the specification. If you are a maintainer of a
test suite which is not listed below, we would welcome a pull request to add a
link to it alongside the relevant information.* [openservicebrokerapi/osb-checker](https://github.com/openservicebrokerapi/osb-checker) \
Latest supported version: v2.14 \
Language: Golang \
Maintainers:
[@leonwanghui](https://github.com/leonwanghui),
[@hannibalhuang](https://github.com/hannibalhuang),
[@lyd911](https://github.com/lyd911),
[@hellowaywewe](https://github.com/hellowaywewe)* [evoila/osb-checker-kotlin](https://github.com/evoila/osb-checker-kotlin) \
Latest supported version: v2.14 \
Language: Kotlin \
Maintainers:
[@joStrauss](https://github.com/joStrauss),
[@chbrinker](https://github.com/chbrinker),
[@yremmet](https://github.com/yremmet),
[@patsys](https://github.com/patsys),
[@MarcoDima](https://github.com/MarcoDima),
[@mberger](https://github.com/mberger),
[@jhiemer](https://github.com/jhiemer)