Create up to 100 jobs.
Jobs to create.
required | Array of objects (Items) [ 1 .. 10 ] items |
Successful Response
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "destinationId": "string",
- "sourceId": "string",
- "format": {
- "type": "rockwell",
- "encoding": "utf16",
- "compression": "gzip",
- "prefix": {
- "fromTopic": true,
- "prefix": "string"
}, - "dataModels": {
- "space": "string"
}
}, - "config": {
- "topicFilter": "string"
}
}
]
}
{- "items": [
- {
- "externalId": "my.known.id",
- "destinationId": "string",
- "sourceId": "string",
- "format": {
- "type": "rockwell",
- "encoding": "utf16",
- "compression": "gzip",
- "prefix": {
- "fromTopic": true,
- "prefix": "string"
}, - "dataModels": {
- "space": "string"
}
}, - "targetStatus": "running",
- "status": "startup_error",
- "config": {
- "topicFilter": "string"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}