{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Interconnect InterconnectAttachments Interconnects 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": "Interconnects", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Interconnect List interconnects", "type": "http" }, "http": { "method": "GET", "url": "https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects", "params": [ { "name": "project", "value": "", "type": "path" } ] }, "docs": "Retrieves the list of interconnects available to the specified project." }, { "info": { "name": "Google Cloud Interconnect Create an interconnect", "type": "http" }, "http": { "method": "POST", "url": "https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects", "params": [ { "name": "project", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an interconnect in the specified project." }, { "info": { "name": "Google Cloud Interconnect Get an interconnect", "type": "http" }, "http": { "method": "GET", "url": "https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects/:interconnect", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "interconnect", "value": "", "type": "path" } ] }, "docs": "Returns the specified interconnect resource." }, { "info": { "name": "Google Cloud Interconnect Delete an interconnect", "type": "http" }, "http": { "method": "DELETE", "url": "https://compute.googleapis.com/compute/v1/projects/:project/global/interconnects/:interconnect", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "interconnect", "value": "", "type": "path" } ] }, "docs": "Deletes the specified interconnect." } ] } ], "bundled": true }