Class QueryWatchesRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.watcher.QueryWatchesRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class QueryWatchesRequest extends RequestBase implements JsonpSerializable
Query watches. Get all registered watches in a paginated manner and optionally filter watches by a query.

Note that only the _id and metadata.* fields are queryable or sortable.

See Also: