Required. The resource name of the parent location: projects/{project}/locations/{locationId} where project refers to a projectId or project_number and locationId refers to a GCP region.
Authorization requires the following IAM permission on the specified resource parent:
dataplex.datascans.create
Query parameters
Parameters
dataScanId
string
Required. DataScan identifier.
Must contain only lowercase letters, numbers and hyphens.
Must start with a letter.
Must end with a number or a letter.
Must be between 1-63 characters.
Must be unique within the customer project / location.
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 DataScan.
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-21 UTC."],[[["This endpoint creates a DataScan resource using a POST request to a specified URL with a project and location ID."],["The `parent` path parameter, which is mandatory, indicates the project and location where the DataScan is created, with specific IAM permissions required."],["The `dataScanId` query parameter is mandatory for uniquely identifying the DataScan and must adhere to specified formatting constraints, and you can choose to `validateOnly`."],["The request body should contain an instance of the DataScan resource, while the response body returns an instance of Operation if the request was successful."],["To call this endpoint you need the `https://www.googleapis.com/auth/cloud-platform` authorization scope."]]],[]]