{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Interconnect InterconnectAttachments 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": "InterconnectAttachments", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Interconnect List interconnect attachments", "type": "http" }, "http": { "method": "GET", "url": "https://compute.googleapis.com/compute/v1/projects/:project/regions/:region/interconnectAttachments", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "region", "value": "", "type": "path" } ] }, "docs": "Retrieves the list of interconnect attachments available in the specified region." } ] } ], "bundled": true }