Skip to content

Commit

Permalink
add to more spots
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <dug@us.ibm.com>
  • Loading branch information
Doug Davis committed Oct 31, 2017
1 parent 5dc442b commit ebf6c39
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,10 @@ For success responses, the following fields are valid.
}
```

If the successful response includes a `state` of `failed` then the Platform
MUST send a deprovision request to the Service Broker to prevent an orphan
being created on the Service Broker.

### Polling Interval and Duration

The frequency and maximum duration of polling MAY vary by platform client. If
Expand Down Expand Up @@ -818,7 +822,7 @@ $ curl http://username:password@service-broker-url/v2/service_instances/:instanc
| 422 Unprocessable Entity | MUST be returned if the Service Broker only supports asynchronous provisioning for the requested plan and the request did not include `?accepts_incomplete=true`. The expected response body is: `{ "error": "AsyncRequired", "description": "This service plan requires client support for asynchronous service operations." }`, as described below (see [Service Broker Errors](#service-broker-errors). |

Responses with any other status code will be interpreted as a failure and a
deprovision request SHOULD be sent to the Service Broker to prevent an orphan
deprovision request MUST be sent to the Service Broker to prevent an orphan
being created on the Service Broker.
Service Brokers can include a user-facing message in the `description` field;
for details see [Service Broker Errors](#service-broker-errors).
Expand Down Expand Up @@ -1159,7 +1163,7 @@ $ curl http://username:password@service-broker-url/v2/service_instances/:instanc
| 422 Unprocessable Entity | MUST be returned if the Service Broker requires that `app_guid` be included in the request body. The expected response body is: `{ "error": "RequiresApp", "description": "This service supports generation of credentials through binding an application only." }` (see [Service Broker Errors](#service-broker-errors). |

Responses with any other status code will be interpreted as a failure and an
unbind request SHOULD be sent to the Service Broker to prevent an orphan being
unbind request MUST be sent to the Service Broker to prevent an orphan being
created on the Service Broker. Service brokers can include a user-facing
message in the `description` field; for details see [Service Broker
Errors](#service-broker-errors).
Expand Down

0 comments on commit ebf6c39

Please sign in to comment.