Skip to content

Commit 2d4442a

Browse files
[Cloud Network Monitoring API] Update limit to 7500 (#2672)
Co-authored-by: ci.datadog-api-spec <[email protected]> 32b643e
1 parent 82d0200 commit 2d4442a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

datadog_api_client.v2.api.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4136,7 +4136,7 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
41364136
<li><p><strong>to</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp (number of seconds since epoch) of the end of the query window. If not provided, the end of the query window is the current time. If neither <code class="docutils literal notranslate"><span class="pre">from</span></code> nor <code class="docutils literal notranslate"><span class="pre">to</span></code> are provided, the query window is <code class="docutils literal notranslate"><span class="pre">[now</span> <span class="pre">-</span> <span class="pre">15m,</span> <span class="pre">now]</span></code>.</p></li>
41374137
<li><p><strong>group_by</strong> (<em>str</em><em>, </em><em>optional</em>) – Comma-separated list of fields to group connections by.</p></li>
41384138
<li><p><strong>tags</strong> (<em>str</em><em>, </em><em>optional</em>) – Comma-separated list of tags to filter connections by.</p></li>
4139-
<li><p><strong>limit</strong> (<em>int</em><em>, </em><em>optional</em>) – The number of connections to be returned. The maximum value is 5000.</p></li>
4139+
<li><p><strong>limit</strong> (<em>int</em><em>, </em><em>optional</em>) – The number of connections to be returned. The maximum value is 7500.</p></li>
41404140
</ul>
41414141
</dd>
41424142
<dt class="field-even">Return type<span class="colon">:</span></dt>

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)