Skip to content

Commit 8788659

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add documention for OCI Integration (#2188)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 2b605bc commit 8788659

File tree

5 files changed

+82
-4
lines changed

5 files changed

+82
-4
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-10-01 16:17:43.524096",
8-
"spec_repo_commit": "65dbf403"
7+
"regenerated": "2024-10-01 19:12:31.304131",
8+
"spec_repo_commit": "34a01c1d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-01 16:17:43.537947",
13-
"spec_repo_commit": "65dbf403"
12+
"regenerated": "2024-10-01 19:12:31.318120",
13+
"spec_repo_commit": "34a01c1d"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19490,6 +19490,16 @@ components:
1949019490
hours in the current date for the given org.
1949119491
format: int64
1949219492
type: integer
19493+
oci_host_sum:
19494+
description: Shows the sum of all Oracle Cloud Infrastructure hosts over
19495+
all hours in the current date for the given org.
19496+
format: int64
19497+
type: integer
19498+
oci_host_top99p:
19499+
description: Shows the 99th percentile of all Oracle Cloud Infrastructure
19500+
hosts over all hours in the current date for the given org.
19501+
format: int64
19502+
type: integer
1949319503
online_archive_events_count_sum:
1949419504
description: Sum of all online archived events over all hours in the current
1949519505
date for all organizations.
@@ -20229,6 +20239,16 @@ components:
2022920239
hours in the current date for the given org.
2023020240
format: int64
2023120241
type: integer
20242+
oci_host_sum:
20243+
description: Shows the sum of all Oracle Cloud Infrastructure hosts over
20244+
all hours in the current date for the given org.
20245+
format: int64
20246+
type: integer
20247+
oci_host_top99p:
20248+
description: Shows the 99th percentile of all Oracle Cloud Infrastructure
20249+
hosts over all hours in the current date for the given org.
20250+
format: int64
20251+
type: integer
2023220252
online_archive_events_count_sum:
2023320253
description: Sum of all online archived events over all hours in the current
2023420254
date for the given org.
@@ -20991,6 +21011,16 @@ components:
2099121011
hours in the current month for all organizations.
2099221012
format: int64
2099321013
type: integer
21014+
oci_host_agg_sum:
21015+
description: Shows the sum of Oracle Cloud Infrastructure hosts over all
21016+
hours in the current months for all organizations
21017+
format: int64
21018+
type: integer
21019+
oci_host_top99p_sum:
21020+
description: Shows the 99th percentile of Oracle Cloud Infrastructure hosts
21021+
over all hours in the current months for all organizations
21022+
format: int64
21023+
type: integer
2099421024
online_archive_events_count_agg_sum:
2099521025
description: Sum of all online archived events over all hours in the current
2099621026
month for all organizations.

src/datadog_api_client/v1/model/usage_summary_date.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ def openapi_types(_):
111111
"netflow_indexed_events_count_sum": (int,),
112112
"npm_host_top99p": (int,),
113113
"observability_pipelines_bytes_processed_sum": (int,),
114+
"oci_host_sum": (int,),
115+
"oci_host_top99p": (int,),
114116
"online_archive_events_count_sum": (int,),
115117
"opentelemetry_apm_host_top99p": (int,),
116118
"opentelemetry_host_top99p": (int,),
@@ -247,6 +249,8 @@ def openapi_types(_):
247249
"netflow_indexed_events_count_sum": "netflow_indexed_events_count_sum",
248250
"npm_host_top99p": "npm_host_top99p",
249251
"observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum",
252+
"oci_host_sum": "oci_host_sum",
253+
"oci_host_top99p": "oci_host_top99p",
250254
"online_archive_events_count_sum": "online_archive_events_count_sum",
251255
"opentelemetry_apm_host_top99p": "opentelemetry_apm_host_top99p",
252256
"opentelemetry_host_top99p": "opentelemetry_host_top99p",
@@ -384,6 +388,8 @@ def __init__(
384388
netflow_indexed_events_count_sum: Union[int, UnsetType] = unset,
385389
npm_host_top99p: Union[int, UnsetType] = unset,
386390
observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset,
391+
oci_host_sum: Union[int, UnsetType] = unset,
392+
oci_host_top99p: Union[int, UnsetType] = unset,
387393
online_archive_events_count_sum: Union[int, UnsetType] = unset,
388394
opentelemetry_apm_host_top99p: Union[int, UnsetType] = unset,
389395
opentelemetry_host_top99p: Union[int, UnsetType] = unset,
@@ -696,6 +702,12 @@ def __init__(
696702
:param observability_pipelines_bytes_processed_sum: Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
697703
:type observability_pipelines_bytes_processed_sum: int, optional
698704
705+
:param oci_host_sum: Shows the sum of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
706+
:type oci_host_sum: int, optional
707+
708+
:param oci_host_top99p: Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
709+
:type oci_host_top99p: int, optional
710+
699711
:param online_archive_events_count_sum: Sum of all online archived events over all hours in the current date for all organizations.
700712
:type online_archive_events_count_sum: int, optional
701713
@@ -1012,6 +1024,10 @@ def __init__(
10121024
kwargs["npm_host_top99p"] = npm_host_top99p
10131025
if observability_pipelines_bytes_processed_sum is not unset:
10141026
kwargs["observability_pipelines_bytes_processed_sum"] = observability_pipelines_bytes_processed_sum
1027+
if oci_host_sum is not unset:
1028+
kwargs["oci_host_sum"] = oci_host_sum
1029+
if oci_host_top99p is not unset:
1030+
kwargs["oci_host_top99p"] = oci_host_top99p
10151031
if online_archive_events_count_sum is not unset:
10161032
kwargs["online_archive_events_count_sum"] = online_archive_events_count_sum
10171033
if opentelemetry_apm_host_top99p is not unset:

src/datadog_api_client/v1/model/usage_summary_date_org.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ def openapi_types(_):
109109
"netflow_indexed_events_count_sum": (int,),
110110
"npm_host_top99p": (int,),
111111
"observability_pipelines_bytes_processed_sum": (int,),
112+
"oci_host_sum": (int,),
113+
"oci_host_top99p": (int,),
112114
"online_archive_events_count_sum": (int,),
113115
"opentelemetry_apm_host_top99p": (int,),
114116
"opentelemetry_host_top99p": (int,),
@@ -251,6 +253,8 @@ def openapi_types(_):
251253
"netflow_indexed_events_count_sum": "netflow_indexed_events_count_sum",
252254
"npm_host_top99p": "npm_host_top99p",
253255
"observability_pipelines_bytes_processed_sum": "observability_pipelines_bytes_processed_sum",
256+
"oci_host_sum": "oci_host_sum",
257+
"oci_host_top99p": "oci_host_top99p",
254258
"online_archive_events_count_sum": "online_archive_events_count_sum",
255259
"opentelemetry_apm_host_top99p": "opentelemetry_apm_host_top99p",
256260
"opentelemetry_host_top99p": "opentelemetry_host_top99p",
@@ -394,6 +398,8 @@ def __init__(
394398
netflow_indexed_events_count_sum: Union[int, UnsetType] = unset,
395399
npm_host_top99p: Union[int, UnsetType] = unset,
396400
observability_pipelines_bytes_processed_sum: Union[int, UnsetType] = unset,
401+
oci_host_sum: Union[int, UnsetType] = unset,
402+
oci_host_top99p: Union[int, UnsetType] = unset,
397403
online_archive_events_count_sum: Union[int, UnsetType] = unset,
398404
opentelemetry_apm_host_top99p: Union[int, UnsetType] = unset,
399405
opentelemetry_host_top99p: Union[int, UnsetType] = unset,
@@ -722,6 +728,12 @@ def __init__(
722728
:param observability_pipelines_bytes_processed_sum: Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
723729
:type observability_pipelines_bytes_processed_sum: int, optional
724730
731+
:param oci_host_sum: Shows the sum of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
732+
:type oci_host_sum: int, optional
733+
734+
:param oci_host_top99p: Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
735+
:type oci_host_top99p: int, optional
736+
725737
:param online_archive_events_count_sum: Sum of all online archived events over all hours in the current date for the given org.
726738
:type online_archive_events_count_sum: int, optional
727739
@@ -1051,6 +1063,10 @@ def __init__(
10511063
kwargs["npm_host_top99p"] = npm_host_top99p
10521064
if observability_pipelines_bytes_processed_sum is not unset:
10531065
kwargs["observability_pipelines_bytes_processed_sum"] = observability_pipelines_bytes_processed_sum
1066+
if oci_host_sum is not unset:
1067+
kwargs["oci_host_sum"] = oci_host_sum
1068+
if oci_host_top99p is not unset:
1069+
kwargs["oci_host_top99p"] = oci_host_top99p
10541070
if online_archive_events_count_sum is not unset:
10551071
kwargs["online_archive_events_count_sum"] = online_archive_events_count_sum
10561072
if opentelemetry_apm_host_top99p is not unset:

src/datadog_api_client/v1/model/usage_summary_response.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ def openapi_types(_):
120120
"netflow_indexed_events_count_agg_sum": (int,),
121121
"npm_host_top99p_sum": (int,),
122122
"observability_pipelines_bytes_processed_agg_sum": (int,),
123+
"oci_host_agg_sum": (int,),
124+
"oci_host_top99p_sum": (int,),
123125
"online_archive_events_count_agg_sum": (int,),
124126
"opentelemetry_apm_host_top99p_sum": (int,),
125127
"opentelemetry_host_top99p_sum": (int,),
@@ -267,6 +269,8 @@ def openapi_types(_):
267269
"netflow_indexed_events_count_agg_sum": "netflow_indexed_events_count_agg_sum",
268270
"npm_host_top99p_sum": "npm_host_top99p_sum",
269271
"observability_pipelines_bytes_processed_agg_sum": "observability_pipelines_bytes_processed_agg_sum",
272+
"oci_host_agg_sum": "oci_host_agg_sum",
273+
"oci_host_top99p_sum": "oci_host_top99p_sum",
270274
"online_archive_events_count_agg_sum": "online_archive_events_count_agg_sum",
271275
"opentelemetry_apm_host_top99p_sum": "opentelemetry_apm_host_top99p_sum",
272276
"opentelemetry_host_top99p_sum": "opentelemetry_host_top99p_sum",
@@ -415,6 +419,8 @@ def __init__(
415419
netflow_indexed_events_count_agg_sum: Union[int, UnsetType] = unset,
416420
npm_host_top99p_sum: Union[int, UnsetType] = unset,
417421
observability_pipelines_bytes_processed_agg_sum: Union[int, UnsetType] = unset,
422+
oci_host_agg_sum: Union[int, UnsetType] = unset,
423+
oci_host_top99p_sum: Union[int, UnsetType] = unset,
418424
online_archive_events_count_agg_sum: Union[int, UnsetType] = unset,
419425
opentelemetry_apm_host_top99p_sum: Union[int, UnsetType] = unset,
420426
opentelemetry_host_top99p_sum: Union[int, UnsetType] = unset,
@@ -752,6 +758,12 @@ def __init__(
752758
:param observability_pipelines_bytes_processed_agg_sum: Sum of all observability pipelines bytes processed over all hours in the current month for all organizations.
753759
:type observability_pipelines_bytes_processed_agg_sum: int, optional
754760
761+
:param oci_host_agg_sum: Shows the sum of Oracle Cloud Infrastructure hosts over all hours in the current months for all organizations
762+
:type oci_host_agg_sum: int, optional
763+
764+
:param oci_host_top99p_sum: Shows the 99th percentile of Oracle Cloud Infrastructure hosts over all hours in the current months for all organizations
765+
:type oci_host_top99p_sum: int, optional
766+
755767
:param online_archive_events_count_agg_sum: Sum of all online archived events over all hours in the current month for all organizations.
756768
:type online_archive_events_count_agg_sum: int, optional
757769
@@ -1098,6 +1110,10 @@ def __init__(
10981110
kwargs["npm_host_top99p_sum"] = npm_host_top99p_sum
10991111
if observability_pipelines_bytes_processed_agg_sum is not unset:
11001112
kwargs["observability_pipelines_bytes_processed_agg_sum"] = observability_pipelines_bytes_processed_agg_sum
1113+
if oci_host_agg_sum is not unset:
1114+
kwargs["oci_host_agg_sum"] = oci_host_agg_sum
1115+
if oci_host_top99p_sum is not unset:
1116+
kwargs["oci_host_top99p_sum"] = oci_host_top99p_sum
11011117
if online_archive_events_count_agg_sum is not unset:
11021118
kwargs["online_archive_events_count_agg_sum"] = online_archive_events_count_agg_sum
11031119
if opentelemetry_apm_host_top99p_sum is not unset:

0 commit comments

Comments
 (0)