Getting all the bindings for a service instance #2467
Unanswered
shoumyadas
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In API v2 we can use
cf curl /v2/service_instances/:guid/service_bindings
to get the bindings of a service instance.The
cf curl /v3/service_instances/:guid
endpoint has service_credential_bindings and service_route_bindings but both do not have the information that was provided in the v2 api (.resources[].entity.app_url, .resources[].entity.app_guid etc)What is the alternative in API v3?
Beta Was this translation helpful? Give feedback.
All reactions