SearchReconcileStatus
SearchReconcileStatus
The status of search data reconciliation.
JSON Example
{
"action": "string",
"status": "string"
}
string
action
Required
Indicates the reconciliation use case for which the status needs to be fetched.
Possible values are :
COMPLETE_REINDEXING,
OPENSEARCH_RESTORE,
PRODUCT_RESTORE,
PRODUCT_UPGRADE,
REBALANCE,
REGULAR_INDEXING,
string
status
Required
Indicates the reconciliation status.
Possible values are :
IN_PROGRESS,
DONE,