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
<dd><p>Get billable usage across your account.</p>
6048
6048
<p>Get billable usage across your account.</p>
6049
6049
<p>This endpoint is only accessible for <a class="reference external" href="https://docs.datadoghq.com/account_management/multi_organization/">parent-level organizations</a>.</p>
<dd class="field-odd"><p><strong>month</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Datetime in ISO-8601 format, UTC, precise to month: <code class="docutils literal notranslate"><span class="pre">[YYYY-MM]</span></code> for usage starting this month.</p>
6052
+
<dd class="field-odd"><ul class="simple">
6053
+
<li><p><strong>month</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Datetime in ISO-8601 format, UTC, precise to month: <code class="docutils literal notranslate"><span class="pre">[YYYY-MM]</span></code> for usage starting this month.</p></li>
6054
+
<li><p><strong>include_connected_accounts</strong> (<em>bool</em><em>, </em><em>optional</em>) – Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to <code class="docutils literal notranslate"><span class="pre">false</span></code>.</p></li>
<li><p><strong>end_month</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Datetime in ISO-8601 format, UTC, precise to month: <code class="docutils literal notranslate"><span class="pre">[YYYY-MM]</span></code> for cost ending this month.</p></li>
9366
9366
<li><p><strong>start_date</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Datetime in ISO-8601 format, UTC, precise to day: <code class="docutils literal notranslate"><span class="pre">[YYYY-MM-DD]</span></code> for cost beginning this day. Either start_month or start_date should be specified, but not both. (start_date cannot go beyond two months in the past). Provide an <code class="docutils literal notranslate"><span class="pre">end_date</span></code> to view day-over-day cumulative cost.</p></li>
9367
9367
<li><p><strong>end_date</strong> (<em>datetime</em><em>, </em><em>optional</em>) – Datetime in ISO-8601 format, UTC, precise to day: <code class="docutils literal notranslate"><span class="pre">[YYYY-MM-DD]</span></code> for cost ending this day.</p></li>
9368
+
<li><p><strong>include_connected_accounts</strong> (<em>bool</em><em>, </em><em>optional</em>) – Boolean to specify whether to include accounts connected to the current account as partner customers in the Datadog partner network program. Defaults to <code class="docutils literal notranslate"><span class="pre">false</span></code>.</p></li>
<li><p><strong>account_name</strong> (<em>str</em><em>, </em><em>optional</em>) – The account name.</p></li>
24734
+
<li><p><strong>account_public_id</strong> (<em>str</em><em>, </em><em>optional</em>) – The account public ID.</p></li>
24733
24735
<li><p><strong>charges</strong> (<em>[</em><a class="reference internal" href="#datadog_api_client.v2.model.chargeback_breakdown.ChargebackBreakdown" title="datadog_api_client.v2.model.chargeback_breakdown.ChargebackBreakdown"><em>ChargebackBreakdown</em></a><em>]</em><em>, </em><em>optional</em>) – List of charges data reported for the requested month.</p></li>
24734
24736
<li><p><strong>date</strong> (<em>datetime</em><em>, </em><em>optional</em>) – The month requested.</p></li>
24735
24737
<li><p><strong>org_name</strong> (<em>str</em><em>, </em><em>optional</em>) – The organization name.</p></li>
0 commit comments