Elasticsearch NEST client GetSnapshotRequest method is not returning index_details

I'm using NEST version 7.17 to communicate with Elasticsearch 7.17

I have a snapshot created without any issues. I'm able to restore the snapshot as well.
I can get the Elasticsearch index details in the snapshot via this endpoint

but these details are not returned by NEST client with GetSnapshotRequest even when IndexDetails is set to true.

has anyone faced this issue before?

the issue is resolved after I passed a customized response to low level client template inheriting from ResponseBase with "index_details" as attribute.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.