Skip to content

Commit

Permalink
deploy: 9ba694e
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Nov 29, 2024
1 parent 2e21b12 commit 476b539
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
9 changes: 0 additions & 9 deletions _modules/opensearchpy/client/indices.html
Original file line number Diff line number Diff line change
Expand Up @@ -2589,9 +2589,7 @@ <h1>Source code for opensearchpy.client.indices</h1><div class="highlight"><pre>
<span class="p">)</span></div>

<div class="viewcode-block" id="IndicesClient.simulate_index_template"><a class="viewcode-back" href="../../../api-ref/clients/indices_client.html#opensearchpy.client.indices.IndicesClient.simulate_index_template">[docs]</a> <span class="nd">@query_params</span><span class="p">(</span>
<span class="s2">&quot;cause&quot;</span><span class="p">,</span>
<span class="s2">&quot;cluster_manager_timeout&quot;</span><span class="p">,</span>
<span class="s2">&quot;create&quot;</span><span class="p">,</span>
<span class="s2">&quot;error_trace&quot;</span><span class="p">,</span>
<span class="s2">&quot;filter_path&quot;</span><span class="p">,</span>
<span class="s2">&quot;human&quot;</span><span class="p">,</span>
Expand All @@ -2614,15 +2612,8 @@ <h1>Source code for opensearchpy.client.indices</h1><div class="highlight"><pre>
<span class="sd"> :arg name: Index or template name to simulate</span>
<span class="sd"> :arg body: New index template definition, which will be included</span>
<span class="sd"> in the simulation, as if it already exists in the system</span>
<span class="sd"> :arg cause: User defined reason for dry-run creating the new</span>
<span class="sd"> template for simulation purposes. Default is false.</span>
<span class="sd"> :arg cluster_manager_timeout: Operation timeout for connection</span>
<span class="sd"> to cluster-manager node.</span>
<span class="sd"> :arg create: If `true`, the template passed in the body is only</span>
<span class="sd"> used if no existing templates match the same index patterns. If `false`,</span>
<span class="sd"> the simulation uses the template with the highest priority. Note that</span>
<span class="sd"> the template is not permanently added or updated in either case; it is</span>
<span class="sd"> only used for the simulation. Default is false.</span>
<span class="sd"> :arg error_trace: Whether to include the stack trace of returned</span>
<span class="sd"> errors. Default is false.</span>
<span class="sd"> :arg filter_path: Used to reduce the response. This parameter</span>
Expand Down
7 changes: 0 additions & 7 deletions api-ref/clients/indices_client.html
Original file line number Diff line number Diff line change
Expand Up @@ -2053,15 +2053,8 @@ <h1>Indices Client<a class="headerlink" href="#indices-client" title="Permalink
<li><p><strong>name</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Any" title="(in Python v3.13)"><em>Any</em></a>) – Index or template name to simulate</p></li>
<li><p><strong>body</strong> (<a class="reference external" href="https://docs.python.org/3/library/typing.html#typing.Any" title="(in Python v3.13)"><em>Any</em></a>) – New index template definition, which will be included
in the simulation, as if it already exists in the system</p></li>
<li><p><strong>cause</strong> – User defined reason for dry-run creating the new
template for simulation purposes. Default is false.</p></li>
<li><p><strong>cluster_manager_timeout</strong> – Operation timeout for connection
to cluster-manager node.</p></li>
<li><p><strong>create</strong> – If <cite>true</cite>, the template passed in the body is only
used if no existing templates match the same index patterns. If <cite>false</cite>,
the simulation uses the template with the highest priority. Note that
the template is not permanently added or updated in either case; it is
only used for the simulation. Default is false.</p></li>
<li><p><strong>error_trace</strong> – Whether to include the stack trace of returned
errors. Default is false.</p></li>
<li><p><strong>filter_path</strong> – Used to reduce the response. This parameter
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 476b539

Please sign in to comment.