{ "opencollection": "1.0.0", "info": { "name": "Google Distributed Cloud Edge Network Networks Routers 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": "Routers", "type": "folder" }, "items": [ { "info": { "name": "Google Distributed Cloud List routers", "type": "http" }, "http": { "method": "GET", "url": "https://edgenetwork.googleapis.com/v1/projects/:projectId/locations/:location/zones/:zone/routers", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "zone", "value": "", "type": "path" } ] }, "docs": "Lists all routers in the specified zone." }, { "info": { "name": "Google Distributed Cloud Create a router", "type": "http" }, "http": { "method": "POST", "url": "https://edgenetwork.googleapis.com/v1/projects/:projectId/locations/:location/zones/:zone/routers", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "zone", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new router in the specified zone." } ] } ], "bundled": true }