Create a task for pre-migration analysis
Create a task for pre-migration analysis.
POST /analysis/{projectId}/task
curl \ --request POST 'http://127.0.0.1:8278/api/v1/analysis/{projectId}/task' \ --header "Content-Type: application/json" \ --data '{"jdbcConnectionDetails":{"id":"string","type":"ORACLE","url":"string","user":"string","password":"string","savePassword":false,"existingConnectionId":"string","oraclePdbName":"string","isManualUri":false}}'
Request examples
{ "jdbcConnectionDetails": { "id": "string", "type": "ORACLE", "url": "string", "user": "string", "password": "string", "savePassword": false, "existingConnectionId": "string", "oraclePdbName": "string", "isManualUri": false } }
Response examples (200)
{ "projectId": "string", "status": "RUNNING", "submittedAt": "2025-05-04T09:42:00Z" }
Response examples (433)
{ "jobId": "string", "message": "string", "description": "string", "timestamp": "2025-05-04T09:42:00Z" }