Skip to main content

push opcodes for a dealer into elasticsearch

This function is responsible for pushing operation data to Elasticsearch for a specific dealer.

Path Parameters
    dealerUUID string required

    The unique identifier of the dealer for which the operation data is being pushed.

Query Parameters
    includeInvalid boolean

    A boolean flag indicating whether to include invalid opcodes in the push operation.

    onlyNonIndexed boolean

    A boolean flag indicating whether to push only non-indexed opcodes.

Responses

A ResponseEntity containing an ApiResponse. The ApiResponse will contain information about the success or failure of the push operation.


Schema
    errors object[]
  • Array [
  • errorName string
    errorMessage string
    errorCode int32
  • ]
  • warnings object[]
  • Array [
  • warningCode string
    warningTitle string
    warningMessage string
  • ]
  • statusCode int32
    apiRequestId string
Loading...