Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non-standard field names in /_recovery API response
Updated field names in SnapshotRecoverySource to use snake_case for consistency across API responses: - isSearchableSnapshot -> is_searchable_snapshot - remoteStoreIndexShallowCopy -> remote_store_index_shallow_copy - sourceRemoteStoreRepository -> source_remote_store_repository - sourceRemoteTranslogRepository -> source_remote_translog_repository This change aligns with OpenSearch API naming conventions. Signed-off-by: Aradhya Mahajan <[email protected]>
- Loading branch information