Required. The instance's project and location in the format projects/{project}/locations/{location}.
Query parameters
Parameters
instanceId
string
Required. The name of the instance to create. Instance name can only contain lowercase alphanumeric characters and hyphens. It must start with a letter and must not end with a hyphen. It can have a maximum of 30 characters.
Request body
The request body contains an instance of Instance.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-17 UTC."],[[["This page details how to create a new Data Fusion instance within a specified project and location using a POST request to the provided URL."],["The request URL requires a `parent` path parameter specifying the project and location, formatted as `projects/{project}/locations/{location}`."],["A required `instanceId` query parameter, with specific formatting rules, must be included to define the new instance's name."],["The request body should contain the configuration for the new instance, and if the request is successful, the response will contain a newly created instance of Operation."],["Creating a new instance requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope for authorization."]]],[]]