Skip to content

Commit 60166bd

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

File tree

6 files changed

+113
-23
lines changed

6 files changed

+113
-23
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:41.289280",
8-
"spec_repo_commit": "65dbf403"
7+
"regenerated": "2024-10-01 19:12:41.411794",
8+
"spec_repo_commit": "34a01c1d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-01 16:17:41.304766",
13-
"spec_repo_commit": "65dbf403"
12+
"regenerated": "2024-10-01 19:12:41.427472",
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.

lib/datadog_api_client/configuration.rb

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def auth_settings
346346
def server_settings
347347
[
348348
{
349-
url: +"https://{subdomain}.{site}",
349+
url: "https://{subdomain}.{site}",
350350
description: "No description provided",
351351
variables: {
352352
site: {
@@ -368,7 +368,7 @@ def server_settings
368368
}
369369
},
370370
{
371-
url: +"{protocol}://{name}",
371+
url: "{protocol}://{name}",
372372
description: "No description provided",
373373
variables: {
374374
name: {
@@ -382,7 +382,7 @@ def server_settings
382382
}
383383
},
384384
{
385-
url: +"https://{subdomain}.{site}",
385+
url: "https://{subdomain}.{site}",
386386
description: "No description provided",
387387
variables: {
388388
site: {
@@ -402,7 +402,7 @@ def operation_server_settings
402402
{
403403
"v1.get_ip_ranges": [
404404
{
405-
url: +"https://{subdomain}.{site}",
405+
url: "https://{subdomain}.{site}",
406406
description: "No description provided",
407407
variables: {
408408
site: {
@@ -424,7 +424,7 @@ def operation_server_settings
424424
}
425425
},
426426
{
427-
url: +"{protocol}://{name}",
427+
url: "{protocol}://{name}",
428428
description: "No description provided",
429429
variables: {
430430
name: {
@@ -438,19 +438,19 @@ def operation_server_settings
438438
}
439439
},
440440
{
441-
url: +"https://{subdomain}.datadoghq.com",
441+
url: "https://{subdomain}.datadoghq.com",
442442
description: "No description provided",
443443
variables: {
444444
subdomain: {
445445
description: "The subdomain where the API is deployed.",
446446
default_value: "ip-ranges",
447447
}
448448
}
449-
}
449+
}
450450
],
451451
"v1.submit_log": [
452452
{
453-
url: +"https://{subdomain}.{site}",
453+
url: "https://{subdomain}.{site}",
454454
description: "No description provided",
455455
variables: {
456456
site: {
@@ -472,7 +472,7 @@ def operation_server_settings
472472
}
473473
},
474474
{
475-
url: +"{protocol}://{name}",
475+
url: "{protocol}://{name}",
476476
description: "No description provided",
477477
variables: {
478478
name: {
@@ -486,7 +486,7 @@ def operation_server_settings
486486
}
487487
},
488488
{
489-
url: +"https://{subdomain}.{site}",
489+
url: "https://{subdomain}.{site}",
490490
description: "No description provided",
491491
variables: {
492492
site: {
@@ -498,11 +498,11 @@ def operation_server_settings
498498
default_value: "http-intake.logs",
499499
}
500500
}
501-
}
501+
}
502502
],
503503
"v2.submit_log": [
504504
{
505-
url: +"https://{subdomain}.{site}",
505+
url: "https://{subdomain}.{site}",
506506
description: "No description provided",
507507
variables: {
508508
site: {
@@ -524,7 +524,7 @@ def operation_server_settings
524524
}
525525
},
526526
{
527-
url: +"{protocol}://{name}",
527+
url: "{protocol}://{name}",
528528
description: "No description provided",
529529
variables: {
530530
name: {
@@ -538,7 +538,7 @@ def operation_server_settings
538538
}
539539
},
540540
{
541-
url: +"https://{subdomain}.{site}",
541+
url: "https://{subdomain}.{site}",
542542
description: "No description provided",
543543
variables: {
544544
site: {
@@ -550,7 +550,7 @@ def operation_server_settings
550550
default_value: "http-intake.logs",
551551
}
552552
}
553-
}
553+
}
554554
],
555555
}
556556
end
@@ -603,4 +603,4 @@ def to_hash
603603
end
604604
end
605605

606-
end
606+
end

lib/datadog_api_client/v1/models/usage_summary_date.rb

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,12 @@ class UsageSummaryDate
282282
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
283283
attr_accessor :observability_pipelines_bytes_processed_sum
284284

285+
# Shows the sum of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
286+
attr_accessor :oci_host_sum
287+
288+
# Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
289+
attr_accessor :oci_host_top99p
290+
285291
# Sum of all online archived events over all hours in the current date for all organizations.
286292
attr_accessor :online_archive_events_count_sum
287293

@@ -513,6 +519,8 @@ def self.attribute_map
513519
:'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
514520
:'npm_host_top99p' => :'npm_host_top99p',
515521
:'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
522+
:'oci_host_sum' => :'oci_host_sum',
523+
:'oci_host_top99p' => :'oci_host_top99p',
516524
:'online_archive_events_count_sum' => :'online_archive_events_count_sum',
517525
:'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
518526
:'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
@@ -653,6 +661,8 @@ def self.openapi_types
653661
:'netflow_indexed_events_count_sum' => :'Integer',
654662
:'npm_host_top99p' => :'Integer',
655663
:'observability_pipelines_bytes_processed_sum' => :'Integer',
664+
:'oci_host_sum' => :'Integer',
665+
:'oci_host_top99p' => :'Integer',
656666
:'online_archive_events_count_sum' => :'Integer',
657667
:'opentelemetry_apm_host_top99p' => :'Integer',
658668
:'opentelemetry_host_top99p' => :'Integer',
@@ -1068,6 +1078,14 @@ def initialize(attributes = {})
10681078
self.observability_pipelines_bytes_processed_sum = attributes[:'observability_pipelines_bytes_processed_sum']
10691079
end
10701080

1081+
if attributes.key?(:'oci_host_sum')
1082+
self.oci_host_sum = attributes[:'oci_host_sum']
1083+
end
1084+
1085+
if attributes.key?(:'oci_host_top99p')
1086+
self.oci_host_top99p = attributes[:'oci_host_top99p']
1087+
end
1088+
10711089
if attributes.key?(:'online_archive_events_count_sum')
10721090
self.online_archive_events_count_sum = attributes[:'online_archive_events_count_sum']
10731091
end
@@ -1368,6 +1386,8 @@ def ==(o)
13681386
netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
13691387
npm_host_top99p == o.npm_host_top99p &&
13701388
observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
1389+
oci_host_sum == o.oci_host_sum &&
1390+
oci_host_top99p == o.oci_host_top99p &&
13711391
online_archive_events_count_sum == o.online_archive_events_count_sum &&
13721392
opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
13731393
opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
@@ -1421,7 +1441,7 @@ def ==(o)
14211441
# @return [Integer] Hash code
14221442
# @!visibility private
14231443
def hash
1424-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
1444+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, data_jobs_monitoring_host_hr_sum, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, oci_host_sum, oci_host_top99p, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
14251445
end
14261446
end
14271447
end

0 commit comments

Comments
 (0)