Required. The resource name of the parent lake: projects/{projectId}/locations/{locationId}/lakes/{lakeId}.
Authorization requires the following IAM permission on the specified resource parent:
dataplex.environments.create
Query parameters
Parameters
environmentId
string
Required. Environment identifier. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the lake.
validateOnly
boolean
Optional. Only validate the request, but do not perform mutations. The default is false.
Request body
The request body contains an instance of Environment.
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-01-28 UTC."],[[["This webpage outlines the process for creating an environment resource using a POST request to the Dataplex API."],["The request requires specifying a parent lake using the format `projects/{projectId}/locations/{locationId}/lakes/{lakeId}` in the URL path, with corresponding authorization to the `dataplex.environments.create` resource."],["The request requires two query parameters: a unique `environmentId` string (1-63 characters) to name the environment and an optional `validateOnly` boolean flag to validate without changes."],["The request body should contain an instance of the `Environment` resource and the successful response will include a newly created instance of `Operation`."],["Authorization to use this functionality requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]