You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2021. It is now read-only.
[#172330022](https://www.pivotaltracker.com/story/show/172330022)
Co-authored-by: George Blue <gblue@pivotal.io>
Co-authored-by: Derik Evangelista <devangelista@pivotal.io>
Co-authored-by: George Blue <gblue@pivotal.io>
Copy file name to clipboardExpand all lines: docs/v3/source/includes/experimental_resources/service_instances/_create.md.erb
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,11 @@ Content-Type: application/json
99
99
```
100
100
101
101
This endpoint creates a new service instance. Service instances can be of type `managed` or `user-provided`, and
102
-
the required parameters are different for each type.
102
+
the required parameters are different for each type. User provided service instances do not require interactions with
103
+
service brokers.
104
+
105
+
If failures occur when creating managed service instances, the API might execute orphan mitigation steps
106
+
accordingly to cases outlined in the [OSBAPI specification](https://github.com/openservicebrokerapi/servicebroker/blob/master/spec.md#orphan-mitigation)
0 commit comments