[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Sulit dipahami","hardToUnderstand","thumb-down"],["Informasi atau kode contoh salah","incorrectInformationOrSampleCode","thumb-down"],["Informasi/contoh yang saya butuhkan tidak ada","missingTheInformationSamplesINeed","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 2024-04-19 UTC."],[[["\u003cp\u003eThis page details the process of creating a migration workflow using a \u003ccode\u003ePOST\u003c/code\u003e HTTP request to a specified URL endpoint.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eparent\u003c/code\u003e path parameter is required in the URL to identify the project and location where the migration workflow will reside.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include an instance of \u003ccode\u003eMigrationWorkflow\u003c/code\u003e, and upon successful execution, the response body will contain the newly created \u003ccode\u003eMigrationWorkflow\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eCreating a migration workflow requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope and the \u003ccode\u003ebigquerymigration.workflows.create\u003c/code\u003e IAM permission on the parent resource.\u003c/p\u003e\n"]]],[],null,["# Method: projects.locations.workflows.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_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 migration workflow.\n\n### HTTP request\n\n`POST https://bigquerymigration.googleapis.com/v2/{parent=projects/*/locations/*}/workflows`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [MigrationWorkflow](/bigquery/docs/reference/migration/rest/v2/projects.locations.workflows#MigrationWorkflow).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [MigrationWorkflow](/bigquery/docs/reference/migration/rest/v2/projects.locations.workflows#MigrationWorkflow).\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- `bigquerymigration.workflows.create`\n\nFor more information, see the [IAM documentation](https://cloud.google.com/iam/docs)."]]