Class ExplainLifecycleResponse

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

public class ExplainLifecycleResponse extends ActionResponse implements org.elasticsearch.xcontent.ToXContentObject
The response object returned by the Explain Lifecycle API.

Since the API can be run over multiple indices the response provides a map of index to the explanation of the lifecycle status for that index.

  • Field Details

    • INDICES_FIELD

      public static final org.elasticsearch.xcontent.ParseField INDICES_FIELD
  • Constructor Details

  • Method Details