{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Compute Engine Google Compute Engine Disks Instances API", "version": "1.0.0" }, "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": "Instances", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Compute Engine List Instances", "type": "http" }, "http": { "method": "GET", "url": "https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "zone", "value": "", "type": "path" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "pageToken", "value": "", "type": "query" } ] }, "docs": "Retrieves the list of instances contained within the specified zone." }, { "info": { "name": "Google Cloud Compute Engine Create Instance", "type": "http" }, "http": { "method": "POST", "url": "https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "zone", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an instance resource in the specified project using the data included in the request." }, { "info": { "name": "Google Cloud Compute Engine Get Instance", "type": "http" }, "http": { "method": "GET", "url": "https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "zone", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ] }, "docs": "Returns the specified Instance resource." }, { "info": { "name": "Google Cloud Compute Engine Delete Instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://compute.googleapis.com/compute/v1/projects/:project/zones/:zone/instances/:instance", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "zone", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ] }, "docs": "Deletes the specified Instance resource." } ] } ], "bundled": true }