{ "opencollection": "1.0.0", "info": { "name": "Google Cloud App Engine Admin Applications Instances API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud App Engine List Instances", "type": "http" }, "http": { "method": "GET", "url": "https://appengine.googleapis.com/v1/apps/:appsId/services/:servicesId/versions/:versionsId/instances", "params": [ { "name": "appsId", "value": "", "type": "path" }, { "name": "servicesId", "value": "", "type": "path" }, { "name": "versionsId", "value": "", "type": "path" } ] }, "docs": "Lists the instances of a version." } ] } ], "bundled": true }