# Create a task for pre-migration analysis **POST /analysis/{projectId}/task** Create a task for pre-migration analysis. ## Servers - http://127.0.0.1:8278/api/v1: http://127.0.0.1:8278/api/v1 () ## Parameters ### Path parameters - **projectId** (string) Project ID ### Body: application/json (object) - **jdbcConnectionDetails** (object) ## Responses ### 200 OK #### Body: application/json (object) - **projectId** (string) - **status** (string) - **submittedAt** (string(date-time)) ### 433 Trouble connecting to SQL database with provided information #### Body: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)