Skip to content

Commit

Permalink
Orphan mitigation should be performed for 202 malformed responses dur…
Browse files Browse the repository at this point in the history
…ing binding/provisioning

If the response is malformed the platform would not be able to poll if the broker requires an operation to be sent back in the last_operation request.
  • Loading branch information
pivotal-marcela-campo committed Jan 8, 2021
1 parent bbaa52f commit 3b65079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1952,6 +1952,8 @@ by the Platform:
| [Provisioning](#provisioning) | 201 with malformed response | Failure | Yes | No |
| [Binding](#binding) | 201 with malformed response | Failure | No | Yes |
| _All_ | 202 | Success | No | No |
| [Provisioning](#provisioning) | 202 with malformed response | Failure | Yes | No |
| [Binding](#binding) | 202 with malformed response | Failure | No | Yes |
| [Provisioning](#provisioning)/[Deprovisioning](#deprovisioning) | All other 2xx | Failure | Yes | No |
| [Binding](#binding)/[Unbinding](#unbinding) | All other 2xx | Failure | No | Yes |
| [Updating a Service Instance](#updating-a-service-instance) | All other 2xx | Failure | No | No |
Expand Down

0 comments on commit 3b65079

Please sign in to comment.