Re: How to get apps that consumed a service
Juan Antonio BreƱa Moral <bren at juanantonio.info...>
Hi,
I have tested your REST Call and it returns the services binded using the following methods:
manifest.yml
manually cf ...
services:
[ { guid: '9e541381-b34d-4a0c-b7da-1ff00a0ffef5',
name: 'mySQLService',
bound_app_count: 1 } ],
One idea could be using a Script:
1. getapps to receive and array of app_guid.
2. loop
2.1 store services associated to app[i]
3. sort information
4. show
Juan Antonio
I have tested your REST Call and it returns the services binded using the following methods:
manifest.yml
manually cf ...
services:
[ { guid: '9e541381-b34d-4a0c-b7da-1ff00a0ffef5',
name: 'mySQLService',
bound_app_count: 1 } ],
One idea could be using a Script:
1. getapps to receive and array of app_guid.
2. loop
2.1 store services associated to app[i]
3. sort information
4. show
Juan Antonio