Google Cloud Data Fusion Instance

Represents a Data Fusion instance, which is a managed environment for building and running data integration pipelines.

Data IntegrationData PipelineETLGoogle Cloud

Properties

Name Type Description
name string Output only. The name of this instance in the format projects/{project}/locations/{location}/instances/{instance}.
description string A description of this instance.
type string The type of the Data Fusion instance.
enableStackdriverLogging boolean Option to enable Stackdriver Logging.
enableStackdriverMonitoring boolean Option to enable Stackdriver Monitoring.
privateInstance boolean Specifies whether the Data Fusion instance should be private.
networkConfig object Network configuration options for a private instance.
labels object The resource labels for instance to use to annotate any related underlying resources.
options object Map of additional options used to configure the behavior of Data Fusion instance.
createTime string Output only. The time the instance was created.
updateTime string Output only. The time the instance was last updated.
state string Output only. The current state of this Data Fusion instance.
serviceEndpoint string Output only. Endpoint on which the Data Fusion UI is accessible.
zone string Name of the zone in which the Data Fusion instance will be created.
version string Current version of Data Fusion.
displayName string Display name for an instance.
apiEndpoint string Output only. Endpoint on which the REST APIs is accessible.
View JSON Schema on GitHub

JSON Schema

google-cloud-data-fusion-instance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-cloud-data-fusion/refs/heads/main/json-schema/google-cloud-data-fusion-instance-schema.json",
  "title": "Google Cloud Data Fusion Instance",
  "description": "Represents a Data Fusion instance, which is a managed environment for building and running data integration pipelines.",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Output only. The name of this instance in the format projects/{project}/locations/{location}/instances/{instance}."
    },
    "description": {
      "type": "string",
      "description": "A description of this instance."
    },
    "type": {
      "type": "string",
      "enum": ["BASIC", "ENTERPRISE", "DEVELOPER"],
      "description": "The type of the Data Fusion instance."
    },
    "enableStackdriverLogging": {
      "type": "boolean",
      "description": "Option to enable Stackdriver Logging."
    },
    "enableStackdriverMonitoring": {
      "type": "boolean",
      "description": "Option to enable Stackdriver Monitoring."
    },
    "privateInstance": {
      "type": "boolean",
      "description": "Specifies whether the Data Fusion instance should be private."
    },
    "networkConfig": {
      "type": "object",
      "description": "Network configuration options for a private instance.",
      "properties": {
        "network": {
          "type": "string",
          "description": "Name of the network in the customer project."
        },
        "ipAllocation": {
          "type": "string",
          "description": "The IP range in CIDR notation to use for the managed Data Fusion instance nodes."
        }
      }
    },
    "labels": {
      "type": "object",
      "description": "The resource labels for instance to use to annotate any related underlying resources.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "options": {
      "type": "object",
      "description": "Map of additional options used to configure the behavior of Data Fusion instance.",
      "additionalProperties": {
        "type": "string"
      }
    },
    "createTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. The time the instance was created."
    },
    "updateTime": {
      "type": "string",
      "format": "date-time",
      "description": "Output only. The time the instance was last updated."
    },
    "state": {
      "type": "string",
      "enum": [
        "STATE_UNSPECIFIED",
        "CREATING",
        "ACTIVE",
        "FAILED",
        "DELETING",
        "UPGRADING",
        "RESTARTING",
        "UPDATING",
        "AUTO_UPDATING",
        "AUTO_UPGRADING",
        "DISABLED"
      ],
      "description": "Output only. The current state of this Data Fusion instance."
    },
    "serviceEndpoint": {
      "type": "string",
      "format": "uri",
      "description": "Output only. Endpoint on which the Data Fusion UI is accessible."
    },
    "zone": {
      "type": "string",
      "description": "Name of the zone in which the Data Fusion instance will be created."
    },
    "version": {
      "type": "string",
      "description": "Current version of Data Fusion."
    },
    "displayName": {
      "type": "string",
      "description": "Display name for an instance."
    },
    "apiEndpoint": {
      "type": "string",
      "format": "uri",
      "description": "Output only. Endpoint on which the REST APIs is accessible."
    }
  },
  "required": ["type"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/google-cloud-data-fusion-instance"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.