Create
Creates a new data mirroring job and returns the job details.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Body
Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).
Specifies the name of the job.
The database type to mirror. Accepted values: postgres, mariadb, mssql, mysql, oracle, or db2.
The table name inside the schema. Format: .
(For example,public.employees).The URL to connect to the database. Must be accessible to the rapid platform.
The network port used for the connection.
The username for accessing the database.
The password corresponding to the user.
The name of the source database.
Indicates where the data originates.
Specifies the data or output destination.
Additional job properties in JSON format.
The cron expression that specifies how often the job runs.
The database schema name to replicate. Leave empty if dbtype is mysql or mariadb.
Response
Data Mirror submitted successfully.
Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).
Specifies the name of the job.
The unique ID of the created job.
The current status of the job immediately after creation.
Job creation timestamp.
Indicates where the data originates.
Specifies the data or output destination.
Additional job properties in JSON format.
The cron expression that specifies how often the job runs.

