Skip to content

Commit 8c34129

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Rename NPM into Cloud Network Monitoring (#1933)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 82853ca commit 8c34129

File tree

5 files changed

+16
-13
lines changed

5 files changed

+16
-13
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-11-27 13:08:52.696709",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-12-02 14:34:50.803567",
8+
"spec_repo_commit": "48a734bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:08:52.716017",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-12-02 14:34:50.822476",
13+
"spec_repo_commit": "48a734bf"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20118,8 +20118,9 @@ components:
2011820118
format: int64
2011920119
type: integer
2012020120
npm_host_top99p:
20121-
description: Shows the 99th percentile of all distinct Networks hosts over
20122-
all hours in the current date for all organizations.
20121+
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
20122+
hosts (formerly known as Network hosts) over all hours in the current
20123+
date for all organizations.
2012320124
format: int64
2012420125
type: integer
2012520126
observability_pipelines_bytes_processed_sum:
@@ -20892,8 +20893,9 @@ components:
2089220893
format: int64
2089320894
type: integer
2089420895
npm_host_top99p:
20895-
description: Shows the 99th percentile of all distinct Networks hosts over
20896-
all hours in the current date for the given org.
20896+
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
20897+
hosts (formerly known as Network hosts) over all hours in the current
20898+
date for the given org.
2089720899
format: int64
2089820900
type: integer
2089920901
observability_pipelines_bytes_processed_sum:
@@ -21689,8 +21691,9 @@ components:
2168921691
format: int64
2169021692
type: integer
2169121693
npm_host_top99p_sum:
21692-
description: Shows the 99th percentile of all distinct Networks hosts over
21693-
all hours in the current month for all organizations.
21694+
description: Shows the 99th percentile of all distinct Cloud Network Monitoring
21695+
hosts (formerly known as Network hosts) over all hours in the current
21696+
month for all organizations.
2169421697
format: int64
2169521698
type: integer
2169621699
observability_pipelines_bytes_processed_agg_sum:

packages/datadog-api-client-v1/models/UsageSummaryDate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ export class UsageSummaryDate {
372372
*/
373373
"netflowIndexedEventsCountSum"?: number;
374374
/**
375-
* Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
375+
* 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.
376376
*/
377377
"npmHostTop99p"?: number;
378378
/**

packages/datadog-api-client-v1/models/UsageSummaryDateOrg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ export class UsageSummaryDateOrg {
391391
*/
392392
"netflowIndexedEventsCountSum"?: number;
393393
/**
394-
* Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
394+
* 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.
395395
*/
396396
"npmHostTop99p"?: number;
397397
/**

packages/datadog-api-client-v1/models/UsageSummaryResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export class UsageSummaryResponse {
401401
*/
402402
"netflowIndexedEventsCountAggSum"?: number;
403403
/**
404-
* Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
404+
* 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.
405405
*/
406406
"npmHostTop99pSum"?: number;
407407
/**

0 commit comments

Comments
 (0)