POST https://datalineage.googleapis.com/v1/{parent}/processes
Path parameters
Parameters
parent
string
Required. The name of the project and its location that should own the process. It takes the form projects/{project}/locations/{location}.
Query parameters
Parameters
requestId
string
Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a requestId is provided.
[[["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-07-21 UTC."],[[["\u003cp\u003eThis endpoint facilitates the creation of a new process via an HTTP POST request to a specific project and location defined in the \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003erequestId\u003c/code\u003e query parameter allows for request idempotency and requires a unique identifier up to 36 ASCII characters, with a random UUID being recommended.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of the \u003ccode\u003eProcess\u003c/code\u003e object, while the response body will return the newly created \u003ccode\u003eProcess\u003c/code\u003e instance upon success.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful authorization requires the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e and the IAM permission \u003ccode\u003edatalineage.processes.create\u003c/code\u003e on the \u003ccode\u003eparent\u003c/code\u003e resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.processes.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [IAM Permissions](#body.aspect_1)\n- [Try it!](#try-it)\n\nCreates a new process.\n\n### HTTP request\n\n`POST https://datalineage.googleapis.com/v1/{parent}/processes`\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Process](/dataplex/docs/reference/data-lineage/rest/v1/projects.locations.processes#Process).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Process](/dataplex/docs/reference/data-lineage/rest/v1/projects.locations.processes#Process).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\n### IAM Permissions\n\nRequires the following [IAM](https://cloud.google.com/iam/docs) permission on the `parent` resource:\n\n- `datalineage.processes.create`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]