Get the catalog of services that the service broker offers

get

/openservicebroker/v2/catalog

Returns the Open Service Broker catalog for the associated database pool.

Request

Header Parameters
Back to Top

Response

Supported Media Types

200 Response

List of all services available on the Service Broker.
Body ()
Root Schema : OpenServiceBrokerCatalog
Type: object
This object is a list of all services available on the Service Broker.
Show Source
Nested Schema : services
Type: array
Show Source
Nested Schema : OpenServiceBrokerService
Type: object
This object is a list of all services available on the Service Broker.
Show Source
  • Specifies whether Service Instances of the service can be bound to applications. This specifies the default for all Service Plans of this Service Offering.
  • A short description of the service.
  • An identifier used to correlate this Service Offering in future requests to the Service Broker. This MUST be globally unique such that Platforms (and their users) MUST be able to assume that seeing the same value (no matter what Service Broker uses it) will always refer to this Service Offering.
  • metadata
    An opaque object of metadata for a Service Offering which aid in the display of catalog data. See [Service Metadata Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#service-metadata) for more details.
  • The name of the Service Offering.
  • plans
  • tags
    Tags provide a flexible mechanism to expose a classification, attribute, or base technology of a service, enabling equivalent services to be swapped out without changes to dependent logic in applications, buildpacks, or other services.
Nested Schema : metadata
Type: object
An opaque object of metadata for a Service Offering which aid in the display of catalog data. See [Service Metadata Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#service-metadata) for more details.
Show Source
Nested Schema : plans
Type: array
Show Source
Nested Schema : tags
Type: array
Tags provide a flexible mechanism to expose a classification, attribute, or base technology of a service, enabling equivalent services to be swapped out without changes to dependent logic in applications, buildpacks, or other services.
Show Source
Nested Schema : OpenServiceBrokerPlan
Type: object
The representation of the costs and benefits for a given variant of the Service Offering, potentially as a tier.
Show Source
  • A short description of the Service Plan.
  • When false, Service Instances of this Service Plan have a cost. The default is true.
  • An identifier used to correlate this Plan in future requests to the Service Broker. This MUST be globally unique such that Platforms (and their users) MUST be able to assume that seeing the same value (no matter what Service Broker uses it) will always refer to this Service Plan.
  • metadata
    An opaque object of metadata for a Service Offering which aid in the display of catalog data. See [Service Metadata Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#service-metadata) for more details.
  • The name of the Service Plan.
  • OpenServiceBrokerSchemas
    Schema definitions for Service Instances for the Service Plan. Note that Service Bindings not defined in this release.
Nested Schema : metadata
Type: object
An opaque object of metadata for a Service Offering which aid in the display of catalog data. See [Service Metadata Conventions](https://github.com/openservicebrokerapi/servicebroker/blob/master/profile.md#service-metadata) for more details.
Show Source
Nested Schema : OpenServiceBrokerSchemas
Type: object
Schema definitions for Service Instances for the Service Plan. Note that Service Bindings not defined in this release.
Show Source
Nested Schema : bullets
Type: array
Features of this Service Plan, to be displayed in a bulleted-list.
Show Source
Nested Schema : OpenServiceBrokerServiceInstanceSchema
Type: object
The schema definitions for creating and updating a Service Instance.
Show Source
Nested Schema : OpenServiceBrokerSchemaParameters
Type: object
The schema definitions for providing parameters to a Service Broker operation.
Show Source
Nested Schema : parameters
Type: object
The schema definition for the input parameters. Each input parameter is expressed as a property within a JSON object.
Back to Top