Date
1 - 2 of 2
Is there a way to extract config parameters for a service?
Ankit Chaudhari
In the process of deployment - I want to delete an app, delete all services binded to it. And then recreate an app, recreate all services and bind them back.
From the list of apis, I figured I can get list of binded services for apps (https://apidocs.cloudfoundry.org/272/apps/list_all_service_bindings_for_the_app.html) I am searching if there is a way to get the configuration parameters that were passed when creating the service. for eg. I have a config server, initiated with git, it has params like -c "{'git':{...}}". Any way to get this info?
|
|
Matt McNeeney
Hey Ankit,
toggle quoted messageShow quoted text
This isn’t possible right now, but is actively being worked on by be Open Service Broker API community: https://github.com/openservicebrokerapi/servicebroker/pull/333 We are hoping to integrate this feature into the specification soon, at which point service brokers can start exposing the new GET endpoints, and then Cloud Foundry can expose this through the Cloud Controller API. Stay tuned! Matt
On Fri, 20 Oct 2017 at 14:14, Ankit Chaudhari <ankitjc(a)gmail.com> wrote:
In the process of deployment - I want to delete an app, delete all
|
|