Search code examples
google-app-enginegae-module

How to get current num of google app engine instances?


In case of auto scaling, how to get current num of google app engine instances?

Please teach me it.


Solution

  • The apps.services.versions.instances.list method of the Admin API can be used to obtain the info you seek.