Avvia un flusso di lavoro di migrazione creato in precedenza. Ad esempio, lo stato passa da BOZZA a IN ESECUZIONE. Questa operazione è autonoma se lo stato è già IN ESECUZIONE. Se lo stato è diverso da BOZZA o IN ESECUZIONE, verrà segnalato un errore.
Richiesta HTTP
POST https://bigquerymigration.googleapis.com/v2/{name=projects/*/locations/*/workflows/*}:start
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2024-06-27 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."]]],[]]