Startet einen zuvor erstellten Migrationsworkflow. d. h., der Status wechselt von DRAFT zu RUNNING. Dies ist ein Leerbefehl, wenn der Status bereits ausgeführt wird. Wenn der Status nicht „ENTWURF“ oder „WIRD AUSGEFÜHRT“ lautet, wird ein Fehler angezeigt.
HTTP-Anfrage
POST https://bigquerymigration.googleapis.com/v2alpha/{name=projects/*/locations/*/workflows/*}:start
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-05-23 (UTC)."],[[["This webpage details how to start a migration workflow, transitioning its state from DRAFT to RUNNING using a `POST` request."],["The `POST` request must be sent to the specified URL, using the required unique identifier for the migration workflow in the `name` path parameter."],["The request body for initiating a workflow must be empty, and a successful operation will result in an empty JSON object response."],["Authorization for this operation requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `bigquerymigration.workflows.update` on the specified resource."]]],[]]