Update the connector job state
Update the connector job state
Change the state of the specified connector job.
POST
Update the connector job state
Documentation Index
Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
The datasource ID.
Query Parameters
Set this to true to abort the job.
The amount of time (in milliseconds) to wait for the update.
Body
application/json
The job's new state.
Available options:
START, STOP Example:
"START"
Response
200 - application/json
OK
Additional details about the job run.
Example:
{
"extra": {
"counter.other.pipeline.in": 900,
"counter.new": 898,
"counter.output": 898,
"counter.other.pipeline.complete": 900,
"datasourceId": "pokemon_zip-api-test-app",
"counter.input": 898,
"startTime": 1722554920412,
"counter.stage.field-mapping::3b262367-a1ad-4872-986b-f7c01ac18580.processed": 898,
"endTime": 1722554921383,
"counter.stage.solr-dynamic-field-name-mapping::eac75719-84c4-4101-b605-bf386ce90790.processed": 898,
"counter.other.pipeline.out": 900,
"counter.stage.solr-index::f2b6427a-0560-478d-a722-1037831f83fe.processed": 898
}
}Example:
"datasource:pokemon_zip-api-test-app"
Example:
"KtqiNJnAXN"
Example:
1722554920412
Available options:
READY, RUNNING, PAUSED, ABORTED, FAILED, SUCCESS Example:
"SUCCESS"
Example:
1722560849072
Example:
null