{ "opencollection": "1.0.0", "info": { "name": "Google Kubernetes Engine Clusters ServerConfig API", "version": "v1" }, "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": "ServerConfig", "type": "folder" }, "items": [ { "info": { "name": "Get server configuration for a location", "type": "http" }, "http": { "method": "GET", "url": "https://container.googleapis.com/v1/:name/serverConfig", "params": [ { "name": "name", "value": "", "type": "path" } ] }, "docs": "Get server configuration for a location" } ] } ], "bundled": true }