Skip to content

Commit 76f8f25

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Rename NPM into Cloud Network Monitoring (#2125)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 0ba7183 commit 76f8f25

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:57.577519",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-12-02 14:34:49.046316",
8+
"spec_repo_commit": "48a734bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:08:57.596644",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-12-02 14:34:49.065976",
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:

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ class UsageSummaryDate
291291
# Shows the sum of all Network flows indexed over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
292292
attr_accessor :netflow_indexed_events_count_sum
293293

294-
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
294+
# 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.
295295
attr_accessor :npm_host_top99p
296296

297297
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.

lib/datadog_api_client/v1/models/usage_summary_date_org.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class UsageSummaryDateOrg
306306
# Shows the sum of all Network flows indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
307307
attr_accessor :netflow_indexed_events_count_sum
308308

309-
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
309+
# 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.
310310
attr_accessor :npm_host_top99p
311311

312312
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.

lib/datadog_api_client/v1/models/usage_summary_response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ class UsageSummaryResponse
312312
# Shows the sum of all Network flows indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
313313
attr_accessor :netflow_indexed_events_count_agg_sum
314314

315-
# Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
315+
# 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.
316316
attr_accessor :npm_host_top99p_sum
317317

318318
# Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.

0 commit comments

Comments
 (0)