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
GIVEN I have enabled the experimental managed services flag in the helm values WHEN I have created service brokers WHEN I /v3/service_instances?fields[service_plan.service_offering.service_broker]=guid,name THEN I see the guids and names of the brokers providing the result service instances under included.service_brokers array, for example
* Allow `managed` value for `CFServiceInstance.Type.Spec`
* Introduce the `PlanGUID` field on `CFServiceInstanceSpec`
* `ServiceInstanceRecord` implements the `relationships.Resource`
interface. User provided services have no relationships, managed ones
have a relationship to the service plan
* The relationships repository returns empty list for resources with no
relationships.
* The broker fields are available in the `GET /v3/service_instances`
response only if requested and the result service instances contain
managed ones. Requesting those fields for user provided service
instances only does not result into `include` field in the response
fixes#3289
GIVEN I have enabled the experimental managed services flag in the helm values
WHEN I have created service brokers
WHEN I
/v3/service_instances?fields[service_plan.service_offering.service_broker]=guid,name
THEN I see the guids and names of the brokers providing the result service instances under
included.service_brokers
array, for exampleDev notes:
The text was updated successfully, but these errors were encountered: