Import Application Data
POST/importData
This API is used to run import data job for a specific application
The Authorization
must have Bearer
followed by Token
Mandatory params:
systemname
,
connectiontype
,
connectionName
Optional params:
fullorincremental
- full/incremental,
accountsoraccess
- accounts/access
CREATEUSERS
- Yes/No
Additional import parameters can also be passed -
For example,
- For SAP Import, provide the parameters - JCO_ASHOST, JCO_SYSNR, JCO_CLIENT, JCO_USER, PASSWORD
- For AWS Import, provide the parameters - AWS_ACCESS_KEY,AWS_ACCESS_SECRET_PASSWORD,AWS_ACCOUNT_ID,CROSS_ACCOUNT_ROLE_ARN
Request
- multipart/form-data
Body
connectionName string
connectiontype string
systemname string
Responses
- 200
Import Data
Response Headers
Date
string
Server
string
Set-Cookie
string
- application/json
- Schema
- Example (from schema)
- Import Data
Schema
errorCode string
msg string
{
"errorCode": "0",
"msg": "Import process started successfully.Please use checkImportStatus to get the current status"
}
{
"errorCode": "0",
"msg": "Import process started successfully.Please use checkImportStatus to get the current status"
}
Loading...