{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Bigtable Admin Clusters Instances API", "version": "v2" }, "items": [ { "info": { "name": "Instances", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Bigtable List instances", "type": "http" }, "http": { "method": "GET", "url": "https://bigtableadmin.googleapis.com/v2/projects/:project/instances", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "pageToken", "value": "", "type": "query" } ], "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}}" } } }, "docs": "Lists all instances in a project." }, { "info": { "name": "Google Cloud Bigtable Create an instance", "type": "http" }, "http": { "method": "POST", "url": "https://bigtableadmin.googleapis.com/v2/projects/:project/instances", "params": [ { "name": "project", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Creates an instance within a project." }, { "info": { "name": "Google Cloud Bigtable Get an instance", "type": "http" }, "http": { "method": "GET", "url": "https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ], "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}}" } } }, "docs": "Gets information about an instance." }, { "info": { "name": "Google Cloud Bigtable Update an instance", "type": "http" }, "http": { "method": "PUT", "url": "https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "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}}" } } }, "docs": "Updates an instance within a project." }, { "info": { "name": "Google Cloud Bigtable Delete an instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://bigtableadmin.googleapis.com/v2/projects/:project/instances/:instance", "params": [ { "name": "project", "value": "", "type": "path" }, { "name": "instance", "value": "", "type": "path" } ], "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}}" } } }, "docs": "Deletes an instance from a project." } ] } ], "bundled": true }