{ "opencollection": "1.0.0", "info": { "name": "Google Cloud Data Fusion Instances 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": "Instances", "type": "folder" }, "items": [ { "info": { "name": "Google Cloud Data Fusion List Data Fusion instances", "type": "http" }, "http": { "method": "GET", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/instances", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The project ID." }, { "name": "location", "value": "", "type": "path", "description": "The location (region)." }, { "name": "pageSize", "value": "", "type": "query", "description": "Maximum number of instances to return." }, { "name": "pageToken", "value": "", "type": "query", "description": "Page token for pagination." } ] }, "docs": "Lists Data Fusion instances in the specified project and location." }, { "info": { "name": "Google Cloud Data Fusion Create a Data Fusion instance", "type": "http" }, "http": { "method": "POST", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/instances", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "instanceId", "value": "", "type": "query", "description": "The name of the instance to create." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Data Fusion instance in the specified project and location." }, { "info": { "name": "Google Cloud Data Fusion Get a Data Fusion instance", "type": "http" }, "http": { "method": "GET", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/instances/:instanceId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "instanceId", "value": "", "type": "path" } ] }, "docs": "Gets details of a single Data Fusion instance." }, { "info": { "name": "Google Cloud Data Fusion Update a Data Fusion instance", "type": "http" }, "http": { "method": "PATCH", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/instances/:instanceId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "instanceId", "value": "", "type": "path" }, { "name": "updateMask", "value": "", "type": "query", "description": "Field mask for update." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a single Data Fusion instance." }, { "info": { "name": "Google Cloud Data Fusion Delete a Data Fusion instance", "type": "http" }, "http": { "method": "DELETE", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/instances/:instanceId", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "instanceId", "value": "", "type": "path" } ] }, "docs": "Deletes a single Data Fusion instance." }, { "info": { "name": "Google Cloud Data Fusion Restart a Data Fusion instance", "type": "http" }, "http": { "method": "POST", "url": "https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/instances/:instanceId:restart", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "location", "value": "", "type": "path" }, { "name": "instanceId", "value": "", "type": "path" } ] }, "docs": "Restarts a single Data Fusion instance." } ] } ], "bundled": true }