Creates a new data mirroring job and returns the job details.
The access token received from the authorization server in the OAuth 2.0 flow.
Defines the category of job. (Valid values: airflow.dataeng, airflow.nlp, airflow.ingest, mirror).
Specifies the name of the job.
The type of database to be mirrored. (Accepted Values: postgres, mariadb, mssql, mysql, oracle, db2).
The table name inside the schema. Format:
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 database being used.
Indicates where the data originates.
Specifies where the data or output is sent or stored.
Additional job properties in JSON format.
The cron expression that specifies how often the job must be executed.
The database schema name to be replicated. Leave empty if dbtype is mysql or mariadb.
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.
Timestamp when the job was created.
Indicates where the data originates.
Specifies where the data or output is sent or stored.
Additional job properties in JSON format.
The cron expression that specifies how often the job must be executed.