How to find diego cell where the apps are running
Product Version: 2.11
1. Run this command: cf app <app_name> --guid . It shows the app_guid.
2. Run this command: cf curl /v2/apps/<app_guid>/stats or cf curl /v3/processes/<app_guid>/stats . It shows the host IP address and port of the Diego cell in which the app instance is running.
3. Run the command bosh vms | grep <host> to retrieve the diego_cell name where host is the IP address listed in step 2.