Migrar uma tarefa do Talend Administration Center para o Talend Management Console
Nesse cenário, você usa as APIs do Talend para migrar uma tarefa do Talend Administration Center para o Talend Management Console.
Sobre esta tarefa
Eis alguns detalhes sobre a chamada de API:
Method: POST
endpoint: api/v2/migration/tmc/tasks
payload:
{
[
{
"tacid": 0,
"id": 0,
"triggers": [
"string"
],
"taskParameters": true,
"pause": true
}
],
"comment": "string",
"cloud": {
"environment": "string",
"workspace": "string",
"engine": "string",
"cluster": "string"
},
"options": {
"artifact": true
}
}Procedimento
Resultados
