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
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/models/UsageSummaryDate.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -511,6 +511,10 @@ export class UsageSummaryDate {
511
511
* Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for all organizations.
512
512
*/
513
513
"networkDeviceWirelessTop99p"?: number;
514
+
/**
515
+
* Shows the sum of all Network Path scheduled tests over all hours in the current date for all organizations.
516
+
*/
517
+
"networkPathSum"?: number;
514
518
/**
515
519
* Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for all organizations.
516
520
*/
@@ -1513,6 +1517,11 @@ export class UsageSummaryDate {
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -530,6 +530,10 @@ export class UsageSummaryDateOrg {
530
530
* Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current date for the given org.
531
531
*/
532
532
"networkDeviceWirelessTop99p"?: number;
533
+
/**
534
+
* Shows the sum of all Network Path scheduled tests over all hours in the current date for the given org.
535
+
*/
536
+
"networkPathSum"?: number;
533
537
/**
534
538
* Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current date for the given org.
535
539
*/
@@ -1557,6 +1561,11 @@ export class UsageSummaryDateOrg {
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v1/models/UsageSummaryResponse.ts
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -540,6 +540,10 @@ export class UsageSummaryResponse {
540
540
* Shows the 99th percentile of all Network Device Monitoring wireless devices over all hours in the current month for all organizations.
541
541
*/
542
542
"networkDeviceWirelessTop99pSum"?: number;
543
+
/**
544
+
* Shows the sum of all Network Path scheduled tests over all hours in the current month for all organizations.
545
+
*/
546
+
"networkPathAggSum"?: number;
543
547
/**
544
548
* Shows the 99th percentile of all distinct Cloud Network Monitoring hosts (formerly known as Network hosts) over all hours in the current month for all organizations.
545
549
*/
@@ -1593,6 +1597,11 @@ export class UsageSummaryResponse {
0 commit comments