{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Logging Bucket Entries:list API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://accounts.google.com/o/oauth2/v2/auth", "accessTokenUrl": "https://oauth2.googleapis.com/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Entries:list", "type": "folder" }, "items": [ { "info": { "name": "List log entries", "type": "http" }, "http": { "method": "POST", "url": "https://logging.googleapis.com/v2/entries:list", "body": { "type": "json", "data": "{}" } }, "docs": "List log entries" } ] } ], "bundled": true }