...
{
"seed": {
"scan": {
"fields": {
"id": "id",
"hash": [
"id",
"url",
"last_update_date"
]
},
"sleepTime": 2000
},
"url": "https://fuseuniversal.udemy.com/api-2.0/organizations/175528/courses/list/",
"prefix": "udemy",
"pageSize": 20,
"connectTimeout": 5000,
"readTimeout": 5000
},
"name": "Udemy Seed",
"credentialId": "fac719f6-82a5-45b5-910b-d691104d6b20",
"type": "udemy-connector",
"batchSize": 20,
"pipelineId": "4bd59108-c01c-4a3d-a96d-c4f4abd0c22b"
}
...
(Optional, Integer) Number of courses to retrieve from Udemy. Defaults to 20. Udemy recommends a value <= 20.
seed.connectTimeout
(Optional, Integer) Number of milliseconds to time out a connection. Defaults to 10000.
seed.readTimeout
(Optional, Integer) Number of milliseconds to time out a read. Defaults to 10000.
seed.scan.fields.id
(Optional, String) Field containing the course identifier within the JSON response.
...