cURL
curl --request POST \ --url https://cloud.cdata.com/api/job/create
{ "jobs": [ { "id": "string", "name": "string", "enabled": true, "created": "2024-01-01T00:00:00Z", "lastModified": "2024-01-01T00:00:00Z", "nextRunTime": "2024-01-01T00:00:00Z", "intervalUnit": "Hour", "intervalValue": 1, "logVerbosity": 1, "lastRun": { "dateTime": "0001-01-01T00:00:00Z", "duration": 63894847975, "status": "JOB_QUEUED", "rowsAffected": 0, "nextRunTime": "0001-01-01T00:00:00Z" }, "params": { "timeCheckColumn": "", "autoTruncateStrings": "false", "sourceConnection": "f6f3cfe6-72e2-4edb-914f-4409c01c1418", "sourceConnectionName": "MailChimp1", "sourceName": "MailChimp", "sourceSchema": "MailChimp", "sourceTable": "Conversations" } } ] }
Administrators, impersonating a service user, can use this call to create a new job.
HTTP 200 OK
Show Response body
Was this page helpful?