Google Cloud Data Fusion website screenshot

Google Cloud Data Fusion

Google Cloud Data Fusion is a fully managed, cloud-native data integration service that helps users build and manage ETL/ELT data pipelines. It provides a visual point-and-click interface for building data transformation pipelines, powered by the open-source CDAP framework.

1 APIs 0 Features
Data IntegrationData PipelinesETLGoogle Cloud

APIs

Google Cloud Data Fusion API

The Cloud Data Fusion API provides programmatic access to create, manage, and monitor Data Fusion instances and pipelines. It allows you to provision instances, configure enviro...

Collections

Pricing Plans

Rate Limits

FinOps

Semantic Vocabularies

Google Cloud Data Fusion Context

14 classes · 1 properties

JSON-LD

Resources

👥
GitHubOrganization
GitHubOrganization
🌐
Portal
Portal
🚀
GettingStarted
GettingStarted
🔗
Documentation
Documentation
🔑
Authentication
Authentication
💰
Pricing
Pricing
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
🟢
StatusPage
StatusPage
💬
Support
Support
🔗
JSONLD
JSONLD

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Google Cloud Data Fusion 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: Locations
    type: folder
  items:
  - info:
      name: Google Cloud Data Fusion List available locations
      type: http
    http:
      method: GET
      url: https://datafusion.googleapis.com/v1/projects/:projectId/locations
      params:
      - name: projectId
        value: ''
        type: path
        description: The project ID.
      - name: pageSize
        value: ''
        type: query
        description: Maximum number of results to return.
      - name: pageToken
        value: ''
        type: query
        description: Page token for pagination.
    docs: Lists available locations for the given project.
- 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.
- info:
    name: Operations
    type: folder
  items:
  - info:
      name: Google Cloud Data Fusion List operations
      type: http
    http:
      method: GET
      url: https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/operations
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: pageSize
        value: ''
        type: query
      - name: pageToken
        value: ''
        type: query
    docs: Lists operations for the specified project and location.
  - info:
      name: Google Cloud Data Fusion Get an operation
      type: http
    http:
      method: GET
      url: https://datafusion.googleapis.com/v1/projects/:projectId/locations/:location/operations/:operationId
      params:
      - name: projectId
        value: ''
        type: path
      - name: location
        value: ''
        type: path
      - name: operationId
        value: ''
        type: path
    docs: Gets the latest state of a long-running operation.
bundled: true