Skip to end of banner
Go to start of banner

Asset Index Rest Services

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »




Re-index with "Index in the background" option

MethodPOST
URL/rest/jip-api/1.0/index/lucene/reindex.json


[
{
"jobName": "SnapBytes.Index.Checker",
"lastExecutionTime": null,
"lastExecutionTimeFormatted": null,
"interval": 604800000,
"jobState": {
"totalRecords": 0,
"processedRecords": 0,
"lastProcessMessage": "",
"abortPending": false,
"running": false,
"completedPercentage": 0
},
"running": false,
"scheduled": true
},
{
"jobName": "SnapBytes.Index.Builder",
"lastExecutionTime": null,
"lastExecutionTimeFormatted": null,
"interval": 0,
"jobState": {
"totalRecords": 0,
"processedRecords": 0,
"lastProcessMessage": "",
"abortPending": false,
"running": true,
"completedPercentage": 0
},
"running": false,
"scheduled": true
}
]



Example Response

 Example Response. Click here to expand...

[
  {
    "jobName": "SnapBytes.Index.Checker",
    "lastExecutionTime": null,
    "lastExecutionTimeFormatted": null,
    "interval": 604800000,
    "jobState": {
      "totalRecords": 0,
      "processedRecords": 0,
      "lastProcessMessage": "",
      "abortPending": false,
      "running": false,
      "completedPercentage": 0
    },
    "running": false,
    "scheduled": true
  },
  {
    "jobName": "SnapBytes.Index.Builder",
    "lastExecutionTime": null,
    "lastExecutionTimeFormatted": null,
    "interval": 0,
    "jobState": {
      "totalRecords": 0,
      "processedRecords": 0,
      "lastProcessMessage": "",
      "abortPending": false,
      "running": true,
      "completedPercentage": 0
    },
    "running": false,
    "scheduled": true
  }
]


  • No labels