-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return dashboard_url in polling last operation of service instance #498
Comments
This is EXACTLY the issue I wanted to talk about. I can take ownership of this one. |
Assigned to @leon but Jesus will help |
The |
@mattmcneeney The GET /v2/service_instances/:instance_id dashboard_url response field mentions
Should we read it is valid for a broker to return a different value of the |
Background
Currently for provision request, the service broker will return
dashboard_url
field in the response body.Problem
For aync operation, some brokers can't return the
dashboard_url
value in time, but in PollLastOperation request there is no field that indicates the requireddashboard_url
value, so this may cause some issues that the platform could not get the dashboard_url info and pass it to users.Goal
Add
dashboard_url
field definition in response body of poll last operation, so that the platform can get the info of dashboard_url when brokers finish provisioning operation.The text was updated successfully, but these errors were encountered: