You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
///<summary>Request options for CcrDeleteAutoFollowPattern<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-delete-auto-follow-pattern.html</pre></summary>
///<summary>Request options for CcrFollowStats<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-stats.html</pre></summary>
///<summary>Request options for CcrGetAutoFollowPattern<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html</pre></summary>
///<summary>Request options for CcrPauseFollow<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-pause-follow.html</pre></summary>
///<summary>Request options for CcrPutAutoFollowPattern<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-auto-follow-pattern.html</pre></summary>
///<summary>Request options for CcrResumeFollow<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-resume-follow.html</pre></summary>
///<summary>Request options for XpackGraphExplore<pre>https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html</pre></summary>
///<summary>DELETE on /_ccr/auto_follow/{name} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-delete-auto-follow-pattern.html</para></summary>
2916
+
///<param name="name">The name of the auto follow pattern.</param>
2917
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2918
+
public TResponse CcrDeleteAutoFollowPattern<TResponse>(string name, CcrDeleteAutoFollowPatternRequestParameters requestParameters = null)
///<summary>DELETE on /_ccr/auto_follow/{name} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-delete-auto-follow-pattern.html</para></summary>
2921
+
///<param name="name">The name of the auto follow pattern.</param>
2922
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>GET on /{index}/_ccr/stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-stats.html</para></summary>
2938
+
///<param name="index">A comma-separated list of index patterns; use `_all` to perform the operation on all indices</param>
2939
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2940
+
public TResponse CcrFollowStats<TResponse>(string index, CcrFollowStatsRequestParameters requestParameters = null)
///<summary>GET on /{index}/_ccr/stats <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-follow-stats.html</para></summary>
2943
+
///<param name="index">A comma-separated list of index patterns; use `_all` to perform the operation on all indices</param>
2944
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>GET on /_ccr/auto_follow <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html</para></summary>
2948
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2949
+
public TResponse CcrGetAutoFollowPattern<TResponse>(CcrGetAutoFollowPatternRequestParameters requestParameters = null)
///<summary>GET on /_ccr/auto_follow <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html</para></summary>
2952
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2953
+
public Task<TResponse> CcrGetAutoFollowPatternAsync<TResponse>(CcrGetAutoFollowPatternRequestParameters requestParameters = null, CancellationToken ctx = default(CancellationToken))
///<summary>GET on /_ccr/auto_follow/{name} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html</para></summary>
2956
+
///<param name="name">The name of the auto follow pattern.</param>
2957
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2958
+
public TResponse CcrGetAutoFollowPattern<TResponse>(string name, CcrGetAutoFollowPatternRequestParameters requestParameters = null)
///<summary>GET on /_ccr/auto_follow/{name} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-get-auto-follow-pattern.html</para></summary>
2961
+
///<param name="name">The name of the auto follow pattern.</param>
2962
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>POST on /{index}/_ccr/pause_follow <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-pause-follow.html</para></summary>
2966
+
///<param name="index">The name of the follower index that should pause following its leader index.</param>
2967
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2968
+
public TResponse CcrPauseFollow<TResponse>(string index, CcrPauseFollowRequestParameters requestParameters = null)
///<summary>POST on /{index}/_ccr/pause_follow <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-pause-follow.html</para></summary>
2971
+
///<param name="index">The name of the follower index that should pause following its leader index.</param>
2972
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>PUT on /_ccr/auto_follow/{name} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-auto-follow-pattern.html</para></summary>
2976
+
///<param name="name">The name of the auto follow pattern.</param>
2977
+
///<param name="body">The specification of the auto follow pattern</param>
2978
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2979
+
public TResponse CcrPutAutoFollowPattern<TResponse>(string name, PostData body, CcrPutAutoFollowPatternRequestParameters requestParameters = null)
///<summary>PUT on /_ccr/auto_follow/{name} <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-put-auto-follow-pattern.html</para></summary>
2982
+
///<param name="name">The name of the auto follow pattern.</param>
2983
+
///<param name="body">The specification of the auto follow pattern</param>
2984
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>POST on /{index}/_ccr/resume_follow <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-resume-follow.html</para></summary>
2988
+
///<param name="index">The name of the follow index to resume following.</param>
2989
+
///<param name="body">The name of the leader index and other optional ccr related parameters</param>
2990
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
2991
+
public TResponse CcrResumeFollow<TResponse>(string index, PostData body, CcrResumeFollowRequestParameters requestParameters = null)
///<summary>POST on /{index}/_ccr/resume_follow <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/ccr-post-resume-follow.html</para></summary>
2994
+
///<param name="index">The name of the follow index to resume following.</param>
2995
+
///<param name="body">The name of the leader index and other optional ccr related parameters</param>
2996
+
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
///<summary>GET on /{index}/_xpack/graph/_explore <para>https://www.elastic.co/guide/en/elasticsearch/reference/current/graph-explore-api.html</para></summary>
2916
3018
///<param name="index">A comma-separated list of index names to search; use the special string `_all` or Indices.All to perform the operation on all indices</param>
2917
3019
///<param name="requestParameters">A func that allows you to describe the querystring parameters & request specific connection settings.</param>
0 commit comments