Skip to content

Commit e5815c2

Browse files
Adding new API keys in summary endpoint for APM Standalone new billing dimensions (#2934)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com> af847ed
1 parent c22faad commit e5815c2

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

datadog_api_client.v1.model.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29670,8 +29670,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2967029670
<li><p><strong>agent_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.</p></li>
2967129671
<li><p><strong>apm_azure_app_service_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.</p></li>
2967229672
<li><p><strong>apm_devsecops_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.</p></li>
29673+
<li><p><strong>apm_enterprise_standalone_hosts_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for all organizations.</p></li>
2967329674
<li><p><strong>apm_fargate_count_avg</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the average of all APM ECS Fargate tasks over all hours in the current date for all organizations.</p></li>
2967429675
<li><p><strong>apm_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct APM hosts over all hours in the current date for all organizations.</p></li>
29676+
<li><p><strong>apm_pro_standalone_hosts_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for all organizations.</p></li>
2967529677
<li><p><strong>appsec_fargate_count_avg</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations.</p></li>
2967629678
<li><p><strong>asm_serverless_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current date for all organizations.</p></li>
2967729679
<li><p><strong>audit_logs_lines_indexed_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of audit logs lines indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024). <strong>Deprecated</strong>.</p></li>
@@ -29894,8 +29896,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
2989429896
<li><p><strong>agent_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all agent hosts over all hours in the current date for the given org.</p></li>
2989529897
<li><p><strong>apm_azure_app_service_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org.</p></li>
2989629898
<li><p><strong>apm_devsecops_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current date for the given org.</p></li>
29899+
<li><p><strong>apm_enterprise_standalone_hosts_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current date for the given org.</p></li>
2989729900
<li><p><strong>apm_fargate_count_avg</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the average of all APM ECS Fargate tasks over all hours in the current month for the given org.</p></li>
2989829901
<li><p><strong>apm_host_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct APM hosts over all hours in the current date for the given org.</p></li>
29902+
<li><p><strong>apm_pro_standalone_hosts_top99p</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct standalone Pro hosts over all hours in the current date for the given org.</p></li>
2989929903
<li><p><strong>appsec_fargate_count_avg</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for the given org.</p></li>
2990029904
<li><p><strong>asm_serverless_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current month for the given org.</p></li>
2990129905
<li><p><strong>audit_logs_lines_indexed_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of all audit logs lines indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024). <strong>Deprecated</strong>.</p></li>
@@ -30120,8 +30124,10 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
3012030124
<li><p><strong>agent_host_top99p_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.</p></li>
3012130125
<li><p><strong>apm_azure_app_service_host_top99p_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all Azure app services using APM over all hours in the current month all organizations.</p></li>
3012230126
<li><p><strong>apm_devsecops_host_top99p_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all APM DevSecOps hosts over all hours in the current month for all organizations.</p></li>
30127+
<li><p><strong>apm_enterprise_standalone_hosts_top99p_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of the 99th percentile of all distinct standalone Enterprise hosts over all hours in the current month for all organizations.</p></li>
3012330128
<li><p><strong>apm_fargate_count_avg_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the average of all APM ECS Fargate tasks over all hours in the current month for all organizations.</p></li>
3012430129
<li><p><strong>apm_host_top99p_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the 99th percentile of all distinct APM hosts over all hours in the current month for all organizations.</p></li>
30130+
<li><p><strong>apm_pro_standalone_hosts_top99p_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of the 99th percentile of all distinct standalone Pro hosts over all hours in the current month for all organizations.</p></li>
3012530131
<li><p><strong>appsec_fargate_count_avg_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current month for all organizations.</p></li>
3012630132
<li><p><strong>asm_serverless_agg_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current months for all organizations.</p></li>
3012730133
<li><p><strong>audit_logs_lines_indexed_agg_sum</strong> (<em>int</em><em>, </em><em>optional</em>) – Shows the sum of all audit logs lines indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024). <strong>Deprecated</strong>.</p></li>

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)