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 webpage details the process of creating a new Data Fusion instance within a specified project and location using an HTTP POST request."],["The creation process requires specifying the project and location via the `parent` path parameter and the name of the instance via the `instanceId` query parameter, both of which are mandatory."],["The body of the request must contain an `Instance` resource, while a successful request will return an `Operation` resource in the response body."],["Creating a Data Fusion instance requires authorization using the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]