Update a list of up to 100 jobs.
Jobs to update.
required | Array of objects (Items) [ 1 .. 10 ] characters |
List of updated jobs.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "update": {
- "destinationId": {
- "set": "string"
}, - "format": {
- "set": {
- "type": "rockwell",
- "encoding": "utf16",
- "compression": "gzip",
- "prefix": {
- "fromTopic": true,
- "prefix": "string"
}, - "dataModels": {
- "space": "string"
}
}
}, - "sourceId": {
- "set": "string"
}, - "targetStatus": {
- "set": "running"
}, - "config": {
- "set": {
- "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
}
]
}