{"id":18780665,"url":"https://github.com/simplicitesoftware/module-openservicebroker","last_synced_at":"2025-08-22T20:06:47.624Z","repository":{"id":80897190,"uuid":"146356244","full_name":"simplicitesoftware/module-openservicebroker","owner":"simplicitesoftware","description":"Open Service Broker module","archived":false,"fork":false,"pushed_at":"2018-10-22T22:04:46.000Z","size":76,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-28T07:25:28.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simplicitesoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-27T21:26:36.000Z","updated_at":"2018-11-12T15:12:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"614f956e-4b26-4c3a-8871-65f22a04339c","html_url":"https://github.com/simplicitesoftware/module-openservicebroker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/simplicitesoftware/module-openservicebroker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-openservicebroker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-openservicebroker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-openservicebroker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-openservicebroker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simplicitesoftware","download_url":"https://codeload.github.com/simplicitesoftware/module-openservicebroker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simplicitesoftware%2Fmodule-openservicebroker/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266189677,"owners_count":23890065,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T20:27:30.882Z","updated_at":"2025-07-20T20:05:31.243Z","avatar_url":"https://github.com/simplicitesoftware.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://www.simplicite.io/resources//logos/logo250.png)\n* * *\n\n`OpenServiceBroker` module definition\n=====================================\n\nOpenServiceBroker (OSB) implementation for Simplicité(R).\n\nOSB resources:\n\n- [OpenServiceBroker specs](https://github.com/openservicebrokerapi/servicebroker/blob/v2.12/spec.md)\n- [OpenServiceBroker OpenAPI schema](https://raw.githubusercontent.com/openservicebrokerapi/servicebroker/master/openapi.yaml)\n- [IBM examples](https://github.com/IBM/sample-resource-service-brokers)\n\n`OSBPlan` business object definition\n------------------------------------\n\nPlan\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      | \n| ------------------------------------------------------------ | ---------------------------------------- | -------- | --------- | -------- | -------------------------------------------------------------------------------- |\n| `osbPlnSrvId` link to **`OSBService`**                       | id                                       | *        | yes       |          | -                                                                                |\n| _Ref. `osbPlnSrvId.osbSrvName`_                              | _char(100)_                              |          |           |          | _Service name_                                                                   |\n| `osbPlnName`                                                 | char(100)                                | *        | yes       |          | Plan name                                                                        |\n| `osbPlnShortDescription`                                     | char(100)                                |          | yes       |          | Plan short description                                                           |\n| `osbPlnUUID`                                                 | char(50)                                 |          |           |          | Plan UUID                                                                        |\n| `osbPlnLongDescription`                                      | html(1000000)                            |          | yes       |          | Plan long description                                                            |\n| `osbPlnFree`                                                 | boolean                                  |          | yes       |          | Is plan free?                                                                    |\n| `osbPlnActive`                                               | boolean                                  |          | yes       |          | Plan active?                                                                     |\n\n### Custom actions\n\nNo custom action\n\n`OSBService` business object definition\n---------------------------------------\n\nService\n\n### Fields\n\n| Name                                                         | Type                                     | Required | Updatable | Personal | Description                                                                      | \n| ------------------------------------------------------------ | ---------------------------------------- | -------- | --------- | -------- | -------------------------------------------------------------------------------- |\n| `osbSrvName`                                                 | char(100)                                | yes*     | yes       |          | Service name                                                                     |\n| `osbSrvUUID`                                                 | char(50)                                 |          |           |          | Service UUID                                                                     |\n| `osbSrvShortDescription`                                     | char(100)                                |          | yes       |          | Service short description                                                        |\n| `osbSrvLongDescription`                                      | html(1000000)                            |          | yes       |          | Service long description                                                         |\n| `osbSrvBindable`                                             | boolean                                  |          | yes       |          | Bindable service?                                                                |\n| `osbSrvPlanUpdatable`                                        | boolean                                  |          | yes       |          | Plan updatable?                                                                  |\n| `osbSrvDocumentationURL`                                     | url(100)                                 |          | yes       |          | Service documentation UR                                                         |\n| `osbSrvInstructionsURL`                                      | url(100)                                 |          | yes       |          | Service instructions URL                                                         |\n| `osbSrvSupportURL`                                           | url(100)                                 |          | yes       |          | Service support URL                                                              |\n| `osbSrvTermsURL`                                             | url(100)                                 |          | yes       |          | Service terms URL                                                                |\n| `osbSrvTags`                                                 | text(1000)                               |          | yes       |          | Comma-separated list of tags for service                                         |\n| `osbSrvActive`                                               | boolean                                  |          | yes       |          | Service active?                                                                  |\n\n### Custom actions\n\nNo custom action\n\n`osb` external object definition\n--------------------------------\n\nOpen Service Broker services.\n\n- URL: `\u003cbase URL\u003e/api/ext/osb/v2` (using basic authentication)\n- Services:\n\t- `GET /catalog`: get product catalog\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-openservicebroker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimplicitesoftware%2Fmodule-openservicebroker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimplicitesoftware%2Fmodule-openservicebroker/lists"}