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/v2/{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 using a POST request to a specific endpoint."],["The request requires a unique workflow identifier (`name`) as a path parameter in the URL."],["The body of the request must be empty, and a successful response will also have an empty JSON body."],["To make the request, users need the `bigquerymigration.workflows.update` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]