Class ListDanglingIndicesResponse

All Implemented Interfaces:
Writeable, StatusToXContentObject, org.elasticsearch.core.RefCounted, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class ListDanglingIndicesResponse extends BaseNodesResponse<NodeListDanglingIndicesResponse> implements StatusToXContentObject
Models a response to a ListDanglingIndicesRequest. A list request queries every node in the cluster and aggregates their responses. When the aggregated response is converted to XContent, information for each dangling index is presented under the "dangling_indices" key. If any nodes in the cluster failed to answer, the details are presented under the "_nodes.failures" key.