{ "opencollection": "1.0.0", "info": { "name": "Google Cloud VMware Engine Clusters 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": "Clusters", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud VMware Engine List Clusters", "type": "http" }, "http": { "method": "GET", "url": "https://vmwareengine.googleapis.com/v1/projects/:project/locations/:location/privateClouds/:privateCloudId/clusters", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "privateCloudId", "value": "", "type": "path" } ] }, "docs": "Lists clusters in a given private cloud." }, { "info": { "name": "Google Cloud VMware Engine Create Cluster", "type": "http" }, "http": { "method": "POST", "url": "https://vmwareengine.googleapis.com/v1/projects/:project/locations/:location/privateClouds/:privateCloudId/clusters", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "privateCloudId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new cluster in a given private cloud." } ] } ], "bundled": true }