Skip to content

Instantly share code, notes, and snippets.

@nikhilsuvarna
Created December 27, 2016 15:25
Show Gist options
  • Save nikhilsuvarna/2c8314401215c51ead67d642596f65e9 to your computer and use it in GitHub Desktop.
Save nikhilsuvarna/2c8314401215c51ead67d642596f65e9 to your computer and use it in GitHub Desktop.
proper way of getting instance guid from diego
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