On Thu, Mar 27, 2014 at 2:22 PM, Pavel Tsurko <ptsu...@google.com> 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.comemail 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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to