Created
December 27, 2016 15:25
-
-
Save nikhilsuvarna/2c8314401215c51ead67d642596f65e9 to your computer and use it in GitHub Desktop.
proper way of getting instance guid from diego
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
get the app guid, query CC to construct the process guid from app-guid+app-version | |
[11:22] | |
query the BBS API for the actual lrps for that process guid (and index, if you care) | |
[11:22] | |
which will get you the cell id and instance guid for each actual lrp | |
[11:23] | |
and then go to that cell and get into the container for that instance guid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment