requestIndex

post

/ccadmin/v1/search/index

Request Index. Request a partial, baseline or baseline-full-export index. May be started immediately (if no index is in progress), or queued. **baseline-full-export** This job will export the whole catalog / price data from Repositories and run the full indexing to index all the data in Record Stores. **baseline** (also known as baseline partial export) This job will only export the changed catalog / price data from Repositories and run the full indexing to index all the data (not just changed items) in Record Stores. **partial** This job will only export the changed catalog / price data from Repositories and run the partial indexing to index only changed data in Record Stores.

Request

Supported Media Types
Body ()
Root Schema : requestIndex_request
Type: object
Show Source
  • If true, will never queue a background index.
  • Set to 'partial' for a partial/incremental index, 'baseline' for a baseline index or 'baseline-full-export' for a baseline with full catalog export.
Example:
{
    "onlyIfIdle":true
}
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : requestIndex_response
Type: object
Show Source
Example Response (application/json)
{
    "queued":false,
    "executionStarted":true
}

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |34082|Execute Index Internal error|
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top