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

Supported Media Types
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
Title: OpenServiceBrokerCatalog
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
Title: OpenServiceBrokerService
This object is a list of all services available on the Service Broker.
Show Source
Nested Schema : metadata
Type: object
Match All
Show Source
  • Metadata
    Title: 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.
  • 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.
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 : Metadata
Type: object
Title: 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.
Show Source
Nested Schema : OpenServiceBrokerPlan
Type: object
Title: OpenServiceBrokerPlan
The representation of the costs and benefits for a given variant of the Service Offering, potentially as a tier.
Show Source
Nested Schema : metadata
Type: object
Match All
Show Source
  • Metadata1
    Title: Metadata1
    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.
  • 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.
Nested Schema : schemas
Type: object
Match All
Show Source
  • OpenServiceBrokerSchemas
    Title: OpenServiceBrokerSchemas
    Schema definitions for Service Instances for the Service Plan. Note that Service Bindings not defined in this release.
  • Schema definitions for Service Instances for the Service Plan. Note that Service Bindings not defined in this release.
Nested Schema : Metadata1
Type: object
Title: Metadata1
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 : bullets
Type: array
Features of this Service Plan, to be displayed in a bulleted-list.
Show Source
Nested Schema : OpenServiceBrokerSchemas
Type: object
Title: OpenServiceBrokerSchemas
Schema definitions for Service Instances for the Service Plan. Note that Service Bindings not defined in this release.
Show Source
Nested Schema : service_instance
Type: object
Match All
Show Source
Nested Schema : OpenServiceBrokerServiceInstanceSchema
Type: object
Title: OpenServiceBrokerServiceInstanceSchema
The schema definitions for creating and updating a Service Instance.
Show Source
Nested Schema : create
Type: object
Match All
Show Source
  • OpenServiceBrokerSchemaParameters
    Title: OpenServiceBrokerSchemaParameters
    The schema definitions for providing parameters to a Service Broker operation.
  • The schema definitions for providing parameters to a Service Broker operation.
Nested Schema : OpenServiceBrokerSchemaParameters
Type: object
Title: OpenServiceBrokerSchemaParameters
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