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
<li><p><strong>_from</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window is 15 minutes before the “to” timestamp. If neither “from” nor “to” are provided, the query window is [now - 15m,now].</p></li>
3776
-
<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 “from” nor “to” are provided, the query window is [now - 15m,now].</p></li>
3775
+
<li><p><strong>_from</strong> (<em>int</em><em>, </em><em>optional</em>) – Unix timestamp (number of seconds since epoch) of the start of the query window. If not provided, the start of the query window is 15 minutes before the <code class="docutils literal notranslate"><span class="pre">to</span></code> timestamp. 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>
3776
+
<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>
3777
3777
<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>
3778
3778
<li><p><strong>tags</strong> (<em>str</em><em>, </em><em>optional</em>) – Comma-separated list of tags to filter connections by.</p></li>
3779
3779
<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>
<li><p><strong>attributes</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.single_aggregated_connection_response_data_attributes.SingleAggregatedConnectionResponseDataAttributes" title="datadog_api_client.v2.model.single_aggregated_connection_response_data_attributes.SingleAggregatedConnectionResponseDataAttributes"><em>SingleAggregatedConnectionResponseDataAttributes</em></a><em>, </em><em>optional</em>) – Attributes for an aggregated connection.</p></li>
57871
+
<li><p><strong>id</strong> (<em>str</em><em>, </em><em>optional</em>) – A unique identifier for the aggregated connection based on the group by values.</p></li>
<li><p><strong>bytes_sent_by_client</strong> (<em>int</em><em>, </em><em>optional</em>) – The total number of bytes sent by the client over the given period.</p></li>
57894
57893
<li><p><strong>bytes_sent_by_server</strong> (<em>int</em><em>, </em><em>optional</em>) – The total number of bytes sent by the server over the given period.</p></li>
<li><p><strong>group_bys</strong> (<em>{str:</em><em> (</em><em>[</em><em>str</em><em>]</em><em>,</em><em>)</em><em>}</em><em>, </em><em>optional</em>) – The key, value pairs for each group by.</p></li>
57896
57895
<li><p><strong>packets_sent_by_client</strong> (<em>int</em><em>, </em><em>optional</em>) – The total number of packets sent by the client over the given period.</p></li>
57897
57896
<li><p><strong>packets_sent_by_server</strong> (<em>int</em><em>, </em><em>optional</em>) – The total number of packets sent by the server over the given period.</p></li>
57898
57897
<li><p><strong>rtt_micro_seconds</strong> (<em>int</em><em>, </em><em>optional</em>) – Measured as TCP smoothed round trip time in microseconds (the time between a TCP frame being sent and acknowledged).</p></li>
0 commit comments