Take a look into https://developers.google.com/cloud/sdk/ This could also provide some insights that help you
- Siegfried On Thu, Mar 27, 2014 at 8:34 PM, Vinny P <[email protected]> wrote: > On Thu, Mar 27, 2014 at 2:22 PM, Pavel Tsurko <[email protected]> wrote: > >> Are there any API for accessing App Engine instances/versions/etc? >> We are deploying a lot of versions of our applications for testing and >> what i want to do - is to retrieve list of all versions created by >> particular user and display them for easy of access. >> I am thinking about creating Chrome Extension to display those versions >> and provide links to all of them. >> >> Are there any ways to achieve this? > > > > Within an application, you can list modules and versions available by going > through the ModulesService ( > https://developers.google.com/appengine/docs/java/javadoc/com/google/appengine/api/modules/ModulesService > ). In particular, see the getVersions and getModules methods. > > But if you want more detailed information - such as the data available on > the App Engine console - that's currently unavailable from API sources. More > than likely you'll have to write a parser to scrape that information off the > console. > > However, seeing as you're a Google employee (judging from your @google.com > email address), you may have access to internal Google APIs. You're probably > better off going that route :-) > > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/google-appengine. > For more options, visit https://groups.google.com/d/optout. -- Siegfried Hirsch hhS - Lipowskystr. 16 - 81373 München - (089) 5484 3564 - skype:shirsch Fax +49 - (0)89 - 943 992 698 - http://siegfriedhirsch.blogspot.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
