Skip to content

Commit

Permalink
Add documention for OCI Integration (#2033)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Oct 1, 2024
1 parent f3b30c6 commit 60166bd
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 23 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-01 16:17:41.289280",
"spec_repo_commit": "65dbf403"
"regenerated": "2024-10-01 19:12:41.411794",
"spec_repo_commit": "34a01c1d"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-10-01 16:17:41.304766",
"spec_repo_commit": "65dbf403"
"regenerated": "2024-10-01 19:12:41.427472",
"spec_repo_commit": "34a01c1d"
}
}
}
30 changes: 30 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19490,6 +19490,16 @@ components:
hours in the current date for the given org.
format: int64
type: integer
oci_host_sum:
description: Shows the sum of all Oracle Cloud Infrastructure hosts over
all hours in the current date for the given org.
format: int64
type: integer
oci_host_top99p:
description: Shows the 99th percentile of all Oracle Cloud Infrastructure
hosts over all hours in the current date for the given org.
format: int64
type: integer
online_archive_events_count_sum:
description: Sum of all online archived events over all hours in the current
date for all organizations.
Expand Down Expand Up @@ -20229,6 +20239,16 @@ components:
hours in the current date for the given org.
format: int64
type: integer
oci_host_sum:
description: Shows the sum of all Oracle Cloud Infrastructure hosts over
all hours in the current date for the given org.
format: int64
type: integer
oci_host_top99p:
description: Shows the 99th percentile of all Oracle Cloud Infrastructure
hosts over all hours in the current date for the given org.
format: int64
type: integer
online_archive_events_count_sum:
description: Sum of all online archived events over all hours in the current
date for the given org.
Expand Down Expand Up @@ -20991,6 +21011,16 @@ components:
hours in the current month for all organizations.
format: int64
type: integer
oci_host_agg_sum:
description: Shows the sum of Oracle Cloud Infrastructure hosts over all
hours in the current months for all organizations
format: int64
type: integer
oci_host_top99p_sum:
description: Shows the 99th percentile of Oracle Cloud Infrastructure hosts
over all hours in the current months for all organizations
format: int64
type: integer
online_archive_events_count_agg_sum:
description: Sum of all online archived events over all hours in the current
month for all organizations.
Expand Down
32 changes: 16 additions & 16 deletions lib/datadog_api_client/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ def auth_settings
def server_settings
[
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -368,7 +368,7 @@ def server_settings
}
},
{
url: +"{protocol}://{name}",
url: "{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -382,7 +382,7 @@ def server_settings
}
},
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -402,7 +402,7 @@ def operation_server_settings
{
"v1.get_ip_ranges": [
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -424,7 +424,7 @@ def operation_server_settings
}
},
{
url: +"{protocol}://{name}",
url: "{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -438,19 +438,19 @@ def operation_server_settings
}
},
{
url: +"https://{subdomain}.datadoghq.com",
url: "https://{subdomain}.datadoghq.com",
description: "No description provided",
variables: {
subdomain: {
description: "The subdomain where the API is deployed.",
default_value: "ip-ranges",
}
}
}
}
],
"v1.submit_log": [
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -472,7 +472,7 @@ def operation_server_settings
}
},
{
url: +"{protocol}://{name}",
url: "{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -486,7 +486,7 @@ def operation_server_settings
}
},
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -498,11 +498,11 @@ def operation_server_settings
default_value: "http-intake.logs",
}
}
}
}
],
"v2.submit_log": [
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -524,7 +524,7 @@ def operation_server_settings
}
},
{
url: +"{protocol}://{name}",
url: "{protocol}://{name}",
description: "No description provided",
variables: {
name: {
Expand All @@ -538,7 +538,7 @@ def operation_server_settings
}
},
{
url: +"https://{subdomain}.{site}",
url: "https://{subdomain}.{site}",
description: "No description provided",
variables: {
site: {
Expand All @@ -550,7 +550,7 @@ def operation_server_settings
default_value: "http-intake.logs",
}
}
}
}
],
}
end
Expand Down Expand Up @@ -603,4 +603,4 @@ def to_hash
end
end

end
end
22 changes: 21 additions & 1 deletion lib/datadog_api_client/v1/models/usage_summary_date.rb
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,12 @@ class UsageSummaryDate
# Sum of all observability pipelines bytes processed over all hours in the current date for the given org.
attr_accessor :observability_pipelines_bytes_processed_sum

# Shows the sum of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
attr_accessor :oci_host_sum

# Shows the 99th percentile of all Oracle Cloud Infrastructure hosts over all hours in the current date for the given org.
attr_accessor :oci_host_top99p

# Sum of all online archived events over all hours in the current date for all organizations.
attr_accessor :online_archive_events_count_sum

Expand Down Expand Up @@ -513,6 +519,8 @@ def self.attribute_map
:'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
:'npm_host_top99p' => :'npm_host_top99p',
:'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
:'oci_host_sum' => :'oci_host_sum',
:'oci_host_top99p' => :'oci_host_top99p',
:'online_archive_events_count_sum' => :'online_archive_events_count_sum',
:'opentelemetry_apm_host_top99p' => :'opentelemetry_apm_host_top99p',
:'opentelemetry_host_top99p' => :'opentelemetry_host_top99p',
Expand Down Expand Up @@ -653,6 +661,8 @@ def self.openapi_types
:'netflow_indexed_events_count_sum' => :'Integer',
:'npm_host_top99p' => :'Integer',
:'observability_pipelines_bytes_processed_sum' => :'Integer',
:'oci_host_sum' => :'Integer',
:'oci_host_top99p' => :'Integer',
:'online_archive_events_count_sum' => :'Integer',
:'opentelemetry_apm_host_top99p' => :'Integer',
:'opentelemetry_host_top99p' => :'Integer',
Expand Down Expand Up @@ -1068,6 +1078,14 @@ def initialize(attributes = {})
self.observability_pipelines_bytes_processed_sum = attributes[:'observability_pipelines_bytes_processed_sum']
end

if attributes.key?(:'oci_host_sum')
self.oci_host_sum = attributes[:'oci_host_sum']
end

if attributes.key?(:'oci_host_top99p')
self.oci_host_top99p = attributes[:'oci_host_top99p']
end

if attributes.key?(:'online_archive_events_count_sum')
self.online_archive_events_count_sum = attributes[:'online_archive_events_count_sum']
end
Expand Down Expand Up @@ -1368,6 +1386,8 @@ def ==(o)
netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
npm_host_top99p == o.npm_host_top99p &&
observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
oci_host_sum == o.oci_host_sum &&
oci_host_top99p == o.oci_host_top99p &&
online_archive_events_count_sum == o.online_archive_events_count_sum &&
opentelemetry_apm_host_top99p == o.opentelemetry_apm_host_top99p &&
opentelemetry_host_top99p == o.opentelemetry_host_top99p &&
Expand Down Expand Up @@ -1421,7 +1441,7 @@ def ==(o)
# @return [Integer] Hash code
# @!visibility private
def hash
[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
[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
end
end
end
Loading

0 comments on commit 60166bd

Please sign in to comment.