Provision a service instance

put

/openservicebroker/v2/service_instances/{instance_id}

When the Service Broker receives a provision request from the Platform, it MUST take whatever action is necessary to create a new resource, according to the Service Plan specified.

Request

Supported Media Types
Path Parameters
Header Parameters
Body ()
What a Service Instance represents can vary by service and plan. This object represents a request to provision a Service Instance.
Root Schema : schema
Type: object
Show Source
  • parameters
    Configuration parameters for the Service Instance. Service Brokers SHOULD ensure that the client has provided valid configuration parameters and values for the operation.
  • The ID of a Service Plan from the Service Offering that has been requested.
  • The ID of a Service Offering from the catalog for this Service Broker.
Nested Schema : parameters
Type: object
Configuration parameters for the Service Instance. Service Brokers SHOULD ensure that the client has provided valid configuration parameters and values for the operation.
Back to Top

Response

Supported Media Types

201 Response

Confirmation that the corresponding Service Plan action was carried out.
Body ()
Root Schema : ServiceInstanceProvision
Type: object
The response for successfully provisioning a service instance will vary.
Back to Top