Skip to content

Commit dec41e9

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

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.895628",
8-
"spec_repo_commit": "fd3dd4d0"
7+
"regenerated": "2024-12-02 14:34:51.265300",
8+
"spec_repo_commit": "48a734bf"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-11-27 13:08:52.913610",
13-
"spec_repo_commit": "fd3dd4d0"
12+
"regenerated": "2024-12-02 14:34:51.283805",
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:

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ def __init__(
726726
:param netflow_indexed_events_count_sum: 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). **Deprecated**.
727727
:type netflow_indexed_events_count_sum: int, optional
728728
729-
:param npm_host_top99p: Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for all organizations.
729+
:param npm_host_top99p: 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.
730730
:type npm_host_top99p: int, optional
731731
732732
:param observability_pipelines_bytes_processed_sum: Sum of all observability pipelines bytes processed over all hours in the current date for the given org.

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def __init__(
752752
:param netflow_indexed_events_count_sum: 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). **Deprecated**.
753753
:type netflow_indexed_events_count_sum: int, optional
754754
755-
:param npm_host_top99p: Shows the 99th percentile of all distinct Networks hosts over all hours in the current date for the given org.
755+
:param npm_host_top99p: 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.
756756
:type npm_host_top99p: int, optional
757757
758758
:param observability_pipelines_bytes_processed_sum: Sum of all observability pipelines bytes processed over all hours in the current date for the given org.

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ def __init__(
782782
:param netflow_indexed_events_count_agg_sum: 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). **Deprecated**.
783783
:type netflow_indexed_events_count_agg_sum: int, optional
784784
785-
:param npm_host_top99p_sum: Shows the 99th percentile of all distinct Networks hosts over all hours in the current month for all organizations.
785+
:param npm_host_top99p_sum: 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.
786786
:type npm_host_top99p_sum: int, optional
787787
788788
:param observability_pipelines_bytes_processed_agg_sum: Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.

0 commit comments

Comments
 (0)