{
"accessDbq": "C:/db.mdb",
"accessDriver": "Microsoft Access Driver (*.mdb)",
"connParams": [
{
"key": "string",
"value": "string"
}
],
"dbName": "postgres",
"driverType": "Postgres",
"filePath": "string",
"inputScript": "",
"ip": "127.0.0.1",
"oracleServerName": "string",
"outputScript": "",
"password": "string",
"port": 5432,
"schema": "public",
"username": "postgres"
}
curl --location --request POST '/ds/group/validate' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessDbq": "C:/db.mdb",
"accessDriver": "Microsoft Access Driver (*.mdb)",
"connParams": [
{
"key": "string",
"value": "string"
}
],
"dbName": "postgres",
"driverType": "Postgres",
"filePath": "string",
"inputScript": "",
"ip": "127.0.0.1",
"oracleServerName": "string",
"outputScript": "",
"password": "string",
"port": 5432,
"schema": "public",
"username": "postgres"
}'
{}