datadog_api_client 1.9.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +1486 -273
- data/.generator/schemas/v2/openapi.yaml +2348 -146
- data/.generator/src/generator/cli.py +57 -40
- data/.generator/src/generator/formatter.py +20 -1
- data/.generator/src/generator/openapi.py +15 -9
- data/.generator/src/generator/templates/api.j2 +14 -13
- data/.generator/src/generator/templates/api_client.j2 +64 -15
- data/.generator/src/generator/templates/configuration.j2 +12 -8
- data/.generator/src/generator/templates/example.j2 +1 -1
- data/.generator/src/generator/templates/inflector.j2 +28 -0
- data/.generator/src/generator/templates/model_base.j2 +2 -2
- data/.generator/src/generator/templates/model_generic.j2 +42 -3
- data/.generator/src/generator/templates/model_oneof.j2 +1 -1
- data/.generator/src/generator/templates/package.j2 +7 -12
- data/.github/workflows/approved_status.yml +0 -2
- data/.github/workflows/codeql-analysis.yml +49 -0
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/prepare_release.yml +16 -4
- data/.github/workflows/publish.yml +1 -1
- data/.github/workflows/release.yml +1 -1
- data/.github/workflows/test.yml +4 -6
- data/.github/workflows/test_integration.yml +1 -8
- data/.pre-commit-config.yaml +3 -12
- data/CHANGELOG.md +91 -0
- data/Gemfile +1 -0
- data/Makefile +2 -3
- data/README.md +16 -0
- data/check-examples.sh +0 -2
- data/datadog_api_client.gemspec +2 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +8 -4
- data/examples/v1/dashboards/CreateDashboard_1442588603.rb +61 -0
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +52 -0
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +60 -0
- data/examples/v1/downtimes/CreateDowntime_1393233946.rb +3 -0
- data/examples/v1/downtimes/CreateDowntime_2908359488.rb +4 -0
- data/examples/v1/downtimes/CreateDowntime_3059354445.rb +4 -0
- data/examples/v1/downtimes/UpdateDowntime.rb +1 -0
- data/examples/v1/events/ListEvents.rb +1 -1
- data/examples/v1/metrics/SubmitDistributionPoints.rb +22 -0
- data/examples/v1/metrics/SubmitDistributionPoints_3109558960.rb +25 -0
- data/examples/v1/monitors/CreateMonitor_1969035628.rb +52 -0
- data/examples/v1/monitors/CreateMonitor_2520912138.rb +22 -0
- data/examples/v1/organizations/DowngradeOrg.rb +5 -0
- data/examples/v1/organizations/UpdateOrg.rb +1 -0
- data/examples/v1/security-monitoring/AddSecurityMonitoringSignalToIncident.rb +9 -0
- data/examples/v1/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +9 -0
- data/examples/v1/security-monitoring/EditSecurityMonitoringSignalState.rb +10 -0
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection.rb +0 -3
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection_1326388368.rb +0 -3
- data/examples/v1/service-level-objective-corrections/DeleteSLOCorrection.rb +0 -3
- data/examples/v1/service-level-objective-corrections/GetSLOCorrection.rb +0 -3
- data/examples/v1/service-level-objective-corrections/ListSLOCorrection.rb +0 -3
- data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection.rb +0 -3
- data/examples/v1/service-level-objectives/GetSLOCorrections.rb +0 -3
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
- data/examples/v1/service-level-objectives/SearchSLO.rb +16 -0
- data/examples/v1/snapshots/GetGraphSnapshot.rb +2 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +8 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +44 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +67 -0
- data/examples/v1/synthetics/GetAPITestLatestResults.rb +1 -1
- data/examples/v1/synthetics/GetAPITestResult.rb +1 -1
- data/examples/v1/synthetics/GetBrowserTestLatestResults.rb +1 -1
- data/examples/v1/synthetics/GetBrowserTestResult.rb +1 -1
- data/examples/v1/synthetics/UpdateBrowserTest.rb +8 -0
- data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +1 -4
- data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +1 -4
- data/examples/v1/usage-metering/{GetMonthlyUsageAttribution_3738504447.rb → GetMonthlyUsageAttribution_3849653599.rb} +1 -1
- data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetUsageAttribution.rb +2 -2
- data/examples/v1/usage-metering/GetUsageCIApp.rb +2 -5
- data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +8 -0
- data/examples/v1/usage-metering/GetUsageCWS.rb +2 -5
- data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +8 -0
- data/examples/v1/usage-metering/GetUsageDBM.rb +2 -5
- data/examples/v1/usage-metering/GetUsageDBM_3446806203.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLambda.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLogs.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLogsByIndex.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLogsByIndex_1025184776.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLogs_2562396405.rb +8 -0
- data/examples/v1/usage-metering/GetUsageNetworkFlows.rb +2 -5
- data/examples/v1/usage-metering/GetUsageNetworkFlows_1239422069.rb +8 -0
- data/examples/v1/usage-metering/GetUsageNetworkHosts.rb +2 -5
- data/examples/v1/usage-metering/GetUsageNetworkHosts_1249907835.rb +8 -0
- data/examples/v1/usage-metering/GetUsageOnlineArchive.rb +2 -5
- data/examples/v1/usage-metering/GetUsageOnlineArchive_1501172903.rb +8 -0
- data/examples/v1/usage-metering/GetUsageRumSessions.rb +2 -5
- data/examples/v1/usage-metering/GetUsageRumSessions_3271366243.rb +9 -0
- data/examples/v1/usage-metering/GetUsageRumSessions_714937291.rb +8 -0
- data/examples/v1/usage-metering/GetUsageRumUnits.rb +2 -5
- data/examples/v1/usage-metering/GetUsageRumUnits_3959755399.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSDS.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSDS_271128478.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSynthetics.rb +1 -1
- data/examples/v1/usage-metering/GetUsageSyntheticsAPI.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSyntheticsAPI_4048033529.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSyntheticsBrowser.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSyntheticsBrowser_1704663299.rb +8 -0
- data/examples/v2/events/ListEvents.rb +8 -0
- data/examples/v2/events/ListEvents_2663715109.rb +14 -0
- data/examples/v2/events/SearchEvents.rb +23 -0
- data/examples/v2/incident-services/CreateIncidentService.rb +1 -1
- data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
- data/examples/v2/incident-services/GetIncidentService.rb +1 -1
- data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
- data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
- data/examples/v2/incident-teams/CreateIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
- data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
- data/examples/v2/incidents/CreateIncident.rb +1 -1
- data/examples/v2/incidents/DeleteIncident.rb +1 -1
- data/examples/v2/incidents/GetIncident.rb +1 -1
- data/examples/v2/incidents/ListIncidents.rb +1 -1
- data/examples/v2/incidents/UpdateIncident.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
- data/examples/v2/logs/SubmitLog.rb +1 -0
- data/examples/v2/logs-archives/CreateLogsArchive.rb +1 -0
- data/examples/v2/logs-archives/UpdateLogsArchive.rb +1 -0
- data/examples/v2/metrics/CreateTagConfiguration.rb +0 -3
- data/examples/v2/metrics/DeleteTagConfiguration.rb +0 -3
- data/examples/v2/metrics/EstimateMetricsOutputSeries.rb +9 -0
- data/examples/v2/metrics/ListTagConfigurationByName.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations_103226315.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations_1799362914.rb +0 -3
- data/examples/v2/metrics/SubmitMetrics.rb +26 -0
- data/examples/v2/metrics/UpdateTagConfiguration.rb +0 -3
- data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +16 -0
- data/examples/v2/opsgenie-integration/DeleteOpsgenieService.rb +8 -0
- data/examples/v2/opsgenie-integration/GetOpsgenieService.rb +8 -0
- data/examples/v2/opsgenie-integration/ListOpsgenieServices.rb +5 -0
- data/examples/v2/opsgenie-integration/UpdateOpsgenieService.rb +21 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +15 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalIncidents.rb +15 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalState.rb +14 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringSignals.rb +0 -3
- data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals.rb +0 -3
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +5 -0
- data/examples/v2/usage-metering/GetCostByOrg.rb +5 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +8 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +11 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +11 -0
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +5 -0
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +5 -0
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +8 -0
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +2 -5
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +8 -0
- data/lib/datadog_api_client/{v2/api_client.rb → api_client.rb} +64 -15
- data/lib/datadog_api_client/api_key_configuration.rb +1 -18
- data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +133 -35
- data/lib/datadog_api_client/inflector.rb +1293 -0
- data/lib/datadog_api_client/models.rb +66 -0
- data/lib/datadog_api_client/v1/api/authentication_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +19 -91
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/azure_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/downtimes_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/events_api.rb +9 -33
- data/lib/datadog_api_client/v1/api/gcp_integration_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/hosts_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/ip_ranges_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/key_management_api.rb +21 -101
- data/lib/datadog_api_client/v1/api/logs_api.rb +5 -21
- data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +13 -61
- data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/metrics_api.rb +87 -62
- data/lib/datadog_api_client/v1/api/monitors_api.rb +90 -157
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/organizations_api.rb +77 -52
- data/lib/datadog_api_client/v1/api/pager_duty_integration_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/security_monitoring_api.rb +242 -0
- data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +12 -52
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +100 -94
- data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +7 -11
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +55 -271
- data/lib/datadog_api_client/v1/api/tags_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +184 -427
- data/lib/datadog_api_client/v1/api/users_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +17 -81
- data/lib/datadog_api_client/v1/model_base.rb +2 -2
- data/lib/datadog_api_client/v1/models/add_signal_to_incident_request.rb +142 -0
- data/lib/datadog_api_client/v1/models/distribution_point_item.rb +63 -0
- data/lib/datadog_api_client/v1/models/distribution_points_content_encoding.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +124 -0
- data/lib/datadog_api_client/v1/models/distribution_points_series.rb +179 -0
- data/lib/datadog_api_client/v1/models/distribution_points_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +64 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +21 -1
- data/lib/datadog_api_client/v1/models/downtime.rb +11 -1
- data/lib/datadog_api_client/v1/models/downtime_child.rb +11 -1
- data/lib/datadog_api_client/v1/models/event.rb +1 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +1 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +5 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -0
- data/lib/datadog_api_client/v1/models/http_log_item.rb +29 -4
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +125 -0
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_category_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/logs_list_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/logs_sort.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_group_search_response_counts.rb +2 -2
- data/lib/datadog_api_client/v1/models/{monitor_search_response_counts_tag_item.rb → monitor_search_count_item.rb} +3 -3
- data/lib/datadog_api_client/v1/models/monitor_search_response_counts.rb +4 -4
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +18 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request.rb +146 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +68 -0
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
- data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +111 -0
- data/lib/datadog_api_client/v1/models/organization.rb +14 -4
- data/lib/datadog_api_client/v1/models/search_slo_response.rb +131 -0
- data/lib/datadog_api_client/v1/models/{monitor_group_search_response_counts_status_item.rb → search_slo_response_data.rb} +19 -19
- data/lib/datadog_api_client/v1/models/{monitor_group_search_response_counts_type_item.rb → search_slo_response_data_attributes.rb} +21 -19
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +197 -0
- data/lib/datadog_api_client/v1/models/{monitor_search_response_counts_type_item.rb → search_slo_response_data_attributes_facets_object_int.rb} +7 -7
- data/lib/datadog_api_client/v1/models/{monitor_search_response_counts_muted_item.rb → search_slo_response_data_attributes_facets_object_string.rb} +7 -7
- data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +151 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +111 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +181 -0
- data/lib/datadog_api_client/v1/models/series.rb +2 -2
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +3 -3
- data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +1 -1
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +3 -3
- data/lib/datadog_api_client/v1/models/signal_archive_reason.rb +29 -0
- data/lib/datadog_api_client/v1/models/signal_assignee_update_request.rb +132 -0
- data/lib/datadog_api_client/v1/models/signal_state_update_request.rb +152 -0
- data/lib/datadog_api_client/v1/models/signal_triage_state.rb +28 -0
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +4 -4
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/successful_signal_update_response.rb +111 -0
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -0
- data/lib/datadog_api_client/v1/models/synthetics_browser_test_rum_settings.rb +152 -0
- data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +111 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_details.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_details_sub_type.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +31 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +21 -1
- data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +28 -6
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +6 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_response.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +6 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +474 -4
- data/lib/datadog_api_client/v1/models/usage_rum_sessions_hour.rb +18 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
- data/lib/datadog_api_client/v2/api/audit_api.rb +11 -25
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +11 -53
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +14 -62
- data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +9 -41
- data/lib/datadog_api_client/v2/api/events_api.rb +228 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +36 -46
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +36 -46
- data/lib/datadog_api_client/v2/api/incidents_api.rb +39 -48
- data/lib/datadog_api_client/v2/api/key_management_api.rb +29 -141
- data/lib/datadog_api_client/v2/api/logs_api.rb +15 -45
- data/lib/datadog_api_client/v2/api/logs_archives_api.rb +21 -101
- data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/metrics_api.rb +179 -94
- data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/organizations_api.rb +3 -11
- data/lib/datadog_api_client/v2/api/processes_api.rb +6 -13
- data/lib/datadog_api_client/v2/api/roles_api.rb +27 -131
- data/lib/datadog_api_client/v2/api/rum_api.rb +13 -35
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +247 -125
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +382 -14
- data/lib/datadog_api_client/v2/api/users_api.rb +21 -101
- data/lib/datadog_api_client/v2/model_base.rb +2 -2
- data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping.rb +1 -13
- data/lib/datadog_api_client/v2/models/authn_mapping_attributes.rb +1 -12
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_response.rb +16 -4
- data/lib/datadog_api_client/v2/models/authn_mappings_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/chargeback_breakdown.rb +131 -0
- data/lib/datadog_api_client/v2/models/cost_by_org.rb +133 -0
- data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +153 -0
- data/lib/datadog_api_client/v2/models/cost_by_org_response.rb +113 -0
- data/lib/datadog_api_client/v2/models/cost_by_org_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/event.rb +141 -0
- data/lib/datadog_api_client/v2/models/event_attributes.rb +305 -0
- data/lib/datadog_api_client/v2/models/event_priority.rb +27 -0
- data/lib/datadog_api_client/v2/models/event_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/event_response_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/event_status_type.rb +35 -0
- data/lib/datadog_api_client/v2/models/event_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/events_list_request.rb +142 -0
- data/lib/datadog_api_client/v2/models/events_list_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/events_list_response_links.rb +112 -0
- data/lib/datadog_api_client/v2/models/events_query_filter.rb +137 -0
- data/lib/datadog_api_client/v2/models/events_query_options.rb +124 -0
- data/lib/datadog_api_client/v2/models/events_request_page.rb +134 -0
- data/lib/datadog_api_client/v2/models/events_response_metadata.rb +144 -0
- data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +112 -0
- data/lib/datadog_api_client/v2/models/events_sort.rb +27 -0
- data/lib/datadog_api_client/v2/models/events_warning.rb +131 -0
- data/lib/datadog_api_client/v2/models/hourly_usage.rb +133 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +163 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +122 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +111 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +112 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_type.rb +2 -0
- data/lib/datadog_api_client/v2/models/http_log_item.rb +40 -4
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +113 -0
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_content_encoding.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_estimate.rb +133 -0
- data/lib/datadog_api_client/v2/models/metric_estimate_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/metric_estimate_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_estimate_response.rb +111 -0
- data/lib/datadog_api_client/v2/models/metric_estimate_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/metric_intake_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/metric_metadata.rb +111 -0
- data/lib/datadog_api_client/v2/models/metric_origin.rb +170 -0
- data/lib/datadog_api_client/v2/models/metric_payload.rb +124 -0
- data/lib/datadog_api_client/v2/models/metric_point.rb +122 -0
- data/lib/datadog_api_client/{v1/models/monitor_search_response_counts_status_item.rb → v2/models/metric_resource.rb} +21 -21
- data/lib/datadog_api_client/v2/models/metric_series.rb +220 -0
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +0 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -2
- data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_type.rb +215 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_region_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb +142 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +124 -0
- data/lib/datadog_api_client/v2/models/relationship_to_saml_assertion_attribute_data.rb +1 -5
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/saml_assertion_attribute.rb +1 -5
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_hardcoded_evaluator_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +30 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_method.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_threshold.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +23 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +29 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +134 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state.rb +28 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +248 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +111 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +152 -0
- data/lib/datadog_api_client/v2/models/usage_application_security_monitoring_response.rb +113 -0
- data/lib/datadog_api_client/v2/models/usage_lambda_traced_invocations_response.rb +113 -0
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2.rb +77 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/lib/datadog_api_client.rb +11 -5
- data/spec/{v1/api_client_spec.rb → api_client_spec.rb} +32 -32
- data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
- data/spec/spec_helper.rb +1 -3
- metadata +191 -28
- data/.dockerignore +0 -1
- data/.generator/src/generator/templates/api_error.j2 +0 -49
- data/extract-code-blocks.awk +0 -81
- data/extract-code-blocks.sh +0 -3
- data/lib/datadog_api_client/v1/api_client.rb +0 -456
- data/lib/datadog_api_client/v1/api_error.rb +0 -60
- data/lib/datadog_api_client/v1.rb +0 -789
- data/lib/datadog_api_client/v2/api_error.rb +0 -60
- data/lib/datadog_api_client/v2/configuration.rb +0 -427
- data/spec/v2/api_client_spec.rb +0 -210
- data/spec/v2/configuration_spec.rb +0 -45
|
@@ -46,6 +46,8 @@ module DatadogAPIClient::V1
|
|
|
46
46
|
# See [reserved attributes](https://docs.datadoghq.com/logs/log_collection/#reserved-attributes).
|
|
47
47
|
attr_accessor :service
|
|
48
48
|
|
|
49
|
+
attr_accessor :additional_properties
|
|
50
|
+
|
|
49
51
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
50
52
|
# @!visibility private
|
|
51
53
|
def self.attribute_map
|
|
@@ -91,12 +93,14 @@ module DatadogAPIClient::V1
|
|
|
91
93
|
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::HTTPLogItem` initialize method"
|
|
92
94
|
end
|
|
93
95
|
|
|
96
|
+
self.additional_properties = {}
|
|
94
97
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
95
98
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
96
99
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
97
|
-
|
|
100
|
+
self.additional_properties[k.to_sym] = v
|
|
101
|
+
else
|
|
102
|
+
h[k.to_sym] = v
|
|
98
103
|
end
|
|
99
|
-
h[k.to_sym] = v
|
|
100
104
|
}
|
|
101
105
|
|
|
102
106
|
if attributes.key?(:'ddsource')
|
|
@@ -138,6 +142,26 @@ module DatadogAPIClient::V1
|
|
|
138
142
|
@message = message
|
|
139
143
|
end
|
|
140
144
|
|
|
145
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
|
146
|
+
# @return [Hash] Returns the object in the form of hash
|
|
147
|
+
# @!visibility private
|
|
148
|
+
def to_hash
|
|
149
|
+
hash = {}
|
|
150
|
+
self.class.attribute_map.each_pair do |attr, param|
|
|
151
|
+
value = self.send(attr)
|
|
152
|
+
if value.nil?
|
|
153
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
|
154
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
hash[param] = _to_hash(value)
|
|
158
|
+
end
|
|
159
|
+
self.additional_properties.each_pair do |attr, value|
|
|
160
|
+
hash[attr] = value
|
|
161
|
+
end
|
|
162
|
+
hash
|
|
163
|
+
end
|
|
164
|
+
|
|
141
165
|
# Checks equality by comparing each attribute.
|
|
142
166
|
# @param o [Object] Object to be compared
|
|
143
167
|
# @!visibility private
|
|
@@ -148,7 +172,8 @@ module DatadogAPIClient::V1
|
|
|
148
172
|
ddtags == o.ddtags &&
|
|
149
173
|
hostname == o.hostname &&
|
|
150
174
|
message == o.message &&
|
|
151
|
-
service == o.service
|
|
175
|
+
service == o.service &&
|
|
176
|
+
additional_properties == o.additional_properties
|
|
152
177
|
end
|
|
153
178
|
|
|
154
179
|
# @see the `==` method
|
|
@@ -162,7 +187,7 @@ module DatadogAPIClient::V1
|
|
|
162
187
|
# @return [Integer] Hash code
|
|
163
188
|
# @!visibility private
|
|
164
189
|
def hash
|
|
165
|
-
[ddsource, ddtags, hostname, message, service].hash
|
|
190
|
+
[ddsource, ddtags, hostname, message, service, additional_properties].hash
|
|
166
191
|
end
|
|
167
192
|
end
|
|
168
193
|
end
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Available prefix information for the Synthetics Private Locations endpoints.
|
|
21
|
+
class IPPrefixesSyntheticsPrivateLocations
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Whether the object has unparsed attributes
|
|
25
|
+
# @!visibility private
|
|
26
|
+
attr_accessor :_unparsed
|
|
27
|
+
|
|
28
|
+
# List of IPv4 prefixes.
|
|
29
|
+
attr_accessor :prefixes_ipv4
|
|
30
|
+
|
|
31
|
+
# List of IPv6 prefixes.
|
|
32
|
+
attr_accessor :prefixes_ipv6
|
|
33
|
+
|
|
34
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
35
|
+
# @!visibility private
|
|
36
|
+
def self.attribute_map
|
|
37
|
+
{
|
|
38
|
+
:'prefixes_ipv4' => :'prefixes_ipv4',
|
|
39
|
+
:'prefixes_ipv6' => :'prefixes_ipv6'
|
|
40
|
+
}
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
# Returns all the JSON keys this model knows about
|
|
44
|
+
# @!visibility private
|
|
45
|
+
def self.acceptable_attributes
|
|
46
|
+
attribute_map.values
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
# Attribute type mapping.
|
|
50
|
+
# @!visibility private
|
|
51
|
+
def self.openapi_types
|
|
52
|
+
{
|
|
53
|
+
:'prefixes_ipv4' => :'Array<String>',
|
|
54
|
+
:'prefixes_ipv6' => :'Array<String>'
|
|
55
|
+
}
|
|
56
|
+
end
|
|
57
|
+
|
|
58
|
+
# List of attributes with nullable: true
|
|
59
|
+
# @!visibility private
|
|
60
|
+
def self.openapi_nullable
|
|
61
|
+
Set.new([
|
|
62
|
+
])
|
|
63
|
+
end
|
|
64
|
+
|
|
65
|
+
# Initializes the object
|
|
66
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
67
|
+
# @!visibility private
|
|
68
|
+
def initialize(attributes = {})
|
|
69
|
+
if (!attributes.is_a?(Hash))
|
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::IPPrefixesSyntheticsPrivateLocations` initialize method"
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
74
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
75
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
76
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::IPPrefixesSyntheticsPrivateLocations`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
77
|
+
end
|
|
78
|
+
h[k.to_sym] = v
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if attributes.key?(:'prefixes_ipv4')
|
|
82
|
+
if (value = attributes[:'prefixes_ipv4']).is_a?(Array)
|
|
83
|
+
self.prefixes_ipv4 = value
|
|
84
|
+
end
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
if attributes.key?(:'prefixes_ipv6')
|
|
88
|
+
if (value = attributes[:'prefixes_ipv6']).is_a?(Array)
|
|
89
|
+
self.prefixes_ipv6 = value
|
|
90
|
+
end
|
|
91
|
+
end
|
|
92
|
+
end
|
|
93
|
+
|
|
94
|
+
# Check to see if the all the properties in the model are valid
|
|
95
|
+
# @return true if the model is valid
|
|
96
|
+
# @!visibility private
|
|
97
|
+
def valid?
|
|
98
|
+
true
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Checks equality by comparing each attribute.
|
|
102
|
+
# @param o [Object] Object to be compared
|
|
103
|
+
# @!visibility private
|
|
104
|
+
def ==(o)
|
|
105
|
+
return true if self.equal?(o)
|
|
106
|
+
self.class == o.class &&
|
|
107
|
+
prefixes_ipv4 == o.prefixes_ipv4 &&
|
|
108
|
+
prefixes_ipv6 == o.prefixes_ipv6
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
# @see the `==` method
|
|
112
|
+
# @param o [Object] Object to be compared
|
|
113
|
+
# @!visibility private
|
|
114
|
+
def eql?(o)
|
|
115
|
+
self == o
|
|
116
|
+
end
|
|
117
|
+
|
|
118
|
+
# Calculates hash code according to all attributes.
|
|
119
|
+
# @return [Integer] Hash code
|
|
120
|
+
# @!visibility private
|
|
121
|
+
def hash
|
|
122
|
+
[prefixes_ipv4, prefixes_ipv6].hash
|
|
123
|
+
end
|
|
124
|
+
end
|
|
125
|
+
end
|
|
@@ -46,6 +46,9 @@ module DatadogAPIClient::V1
|
|
|
46
46
|
# Available prefix information for the Synthetics endpoints.
|
|
47
47
|
attr_accessor :synthetics
|
|
48
48
|
|
|
49
|
+
# Available prefix information for the Synthetics Private Locations endpoints.
|
|
50
|
+
attr_accessor :synthetics_private_locations
|
|
51
|
+
|
|
49
52
|
# Version of the IP list.
|
|
50
53
|
attr_accessor :version
|
|
51
54
|
|
|
@@ -63,6 +66,7 @@ module DatadogAPIClient::V1
|
|
|
63
66
|
:'modified' => :'modified',
|
|
64
67
|
:'process' => :'process',
|
|
65
68
|
:'synthetics' => :'synthetics',
|
|
69
|
+
:'synthetics_private_locations' => :'synthetics-private-locations',
|
|
66
70
|
:'version' => :'version',
|
|
67
71
|
:'webhooks' => :'webhooks'
|
|
68
72
|
}
|
|
@@ -85,6 +89,7 @@ module DatadogAPIClient::V1
|
|
|
85
89
|
:'modified' => :'String',
|
|
86
90
|
:'process' => :'IPPrefixesProcess',
|
|
87
91
|
:'synthetics' => :'IPPrefixesSynthetics',
|
|
92
|
+
:'synthetics_private_locations' => :'IPPrefixesSyntheticsPrivateLocations',
|
|
88
93
|
:'version' => :'Integer',
|
|
89
94
|
:'webhooks' => :'IPPrefixesWebhooks'
|
|
90
95
|
}
|
|
@@ -141,6 +146,10 @@ module DatadogAPIClient::V1
|
|
|
141
146
|
self.synthetics = attributes[:'synthetics']
|
|
142
147
|
end
|
|
143
148
|
|
|
149
|
+
if attributes.key?(:'synthetics_private_locations')
|
|
150
|
+
self.synthetics_private_locations = attributes[:'synthetics_private_locations']
|
|
151
|
+
end
|
|
152
|
+
|
|
144
153
|
if attributes.key?(:'version')
|
|
145
154
|
self.version = attributes[:'version']
|
|
146
155
|
end
|
|
@@ -170,6 +179,7 @@ module DatadogAPIClient::V1
|
|
|
170
179
|
modified == o.modified &&
|
|
171
180
|
process == o.process &&
|
|
172
181
|
synthetics == o.synthetics &&
|
|
182
|
+
synthetics_private_locations == o.synthetics_private_locations &&
|
|
173
183
|
version == o.version &&
|
|
174
184
|
webhooks == o.webhooks
|
|
175
185
|
end
|
|
@@ -185,7 +195,7 @@ module DatadogAPIClient::V1
|
|
|
185
195
|
# @return [Integer] Hash code
|
|
186
196
|
# @!visibility private
|
|
187
197
|
def hash
|
|
188
|
-
[agents, api, apm, logs, modified, process, synthetics, version, webhooks].hash
|
|
198
|
+
[agents, api, apm, logs, modified, process, synthetics, synthetics_private_locations, version, webhooks].hash
|
|
189
199
|
end
|
|
190
200
|
end
|
|
191
201
|
end
|
|
@@ -38,7 +38,7 @@ module DatadogAPIClient::V1
|
|
|
38
38
|
attr_accessor :_unparsed
|
|
39
39
|
|
|
40
40
|
# Array of filters to match or not a log and their
|
|
41
|
-
# corresponding `name`to assign a custom value to the log.
|
|
41
|
+
# corresponding `name` to assign a custom value to the log.
|
|
42
42
|
attr_accessor :categories
|
|
43
43
|
|
|
44
44
|
# Whether or not the processor is enabled.
|
|
@@ -35,7 +35,7 @@ module DatadogAPIClient::V1
|
|
|
35
35
|
# The search query - following the log search syntax.
|
|
36
36
|
attr_accessor :query
|
|
37
37
|
|
|
38
|
-
# Time-ascending `asc` or time-descending `desc`results.
|
|
38
|
+
# Time-ascending `asc` or time-descending `desc` results.
|
|
39
39
|
attr_accessor :sort
|
|
40
40
|
|
|
41
41
|
# Hash identifier of the first log to return in the list, available in a log `id` attribute.
|
|
@@ -50,8 +50,8 @@ module DatadogAPIClient::V1
|
|
|
50
50
|
# @!visibility private
|
|
51
51
|
def self.openapi_types
|
|
52
52
|
{
|
|
53
|
-
:'status' => :'Array<
|
|
54
|
-
:'type' => :'Array<
|
|
53
|
+
:'status' => :'Array<MonitorSearchCountItem>',
|
|
54
|
+
:'type' => :'Array<MonitorSearchCountItem>'
|
|
55
55
|
}
|
|
56
56
|
end
|
|
57
57
|
|
|
@@ -18,7 +18,7 @@ require 'time'
|
|
|
18
18
|
|
|
19
19
|
module DatadogAPIClient::V1
|
|
20
20
|
# A facet item.
|
|
21
|
-
class
|
|
21
|
+
class MonitorSearchCountItem
|
|
22
22
|
include BaseGenericModel
|
|
23
23
|
|
|
24
24
|
# Whether the object has unparsed attributes
|
|
@@ -67,13 +67,13 @@ module DatadogAPIClient::V1
|
|
|
67
67
|
# @!visibility private
|
|
68
68
|
def initialize(attributes = {})
|
|
69
69
|
if (!attributes.is_a?(Hash))
|
|
70
|
-
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::
|
|
70
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::MonitorSearchCountItem` initialize method"
|
|
71
71
|
end
|
|
72
72
|
|
|
73
73
|
# check to see if the attribute exists and convert string to symbol for hash key
|
|
74
74
|
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
75
75
|
if (!self.class.attribute_map.key?(k.to_sym))
|
|
76
|
-
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::
|
|
76
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::MonitorSearchCountItem`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
77
77
|
end
|
|
78
78
|
h[k.to_sym] = v
|
|
79
79
|
}
|
|
@@ -58,10 +58,10 @@ module DatadogAPIClient::V1
|
|
|
58
58
|
# @!visibility private
|
|
59
59
|
def self.openapi_types
|
|
60
60
|
{
|
|
61
|
-
:'muted' => :'Array<
|
|
62
|
-
:'status' => :'Array<
|
|
63
|
-
:'tag' => :'Array<
|
|
64
|
-
:'type' => :'Array<
|
|
61
|
+
:'muted' => :'Array<MonitorSearchCountItem>',
|
|
62
|
+
:'status' => :'Array<MonitorSearchCountItem>',
|
|
63
|
+
:'tag' => :'Array<MonitorSearchCountItem>',
|
|
64
|
+
:'type' => :'Array<MonitorSearchCountItem>'
|
|
65
65
|
}
|
|
66
66
|
end
|
|
67
67
|
|
|
@@ -35,6 +35,7 @@ module DatadogAPIClient::V1
|
|
|
35
35
|
EVENT_V2_ALERT = "event-v2 alert".freeze
|
|
36
36
|
AUDIT_ALERT = "audit alert".freeze
|
|
37
37
|
CI_PIPELINES_ALERT = "ci-pipelines alert".freeze
|
|
38
|
+
CI_TESTS_ALERT = "ci-tests alert".freeze
|
|
38
39
|
ERROR_TRACKING_ALERT = "error-tracking alert".freeze
|
|
39
40
|
end
|
|
40
41
|
end
|
|
@@ -34,10 +34,14 @@ module DatadogAPIClient::V1
|
|
|
34
34
|
# The organization public ID.
|
|
35
35
|
attr_accessor :public_id
|
|
36
36
|
|
|
37
|
-
# The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name
|
|
37
|
+
# The source of the usage attribution tag configuration and the selected tags in the format `<source_org_name>:::<selected tag 1>///<selected tag 2>///<selected tag 3>`.
|
|
38
38
|
attr_accessor :tag_config_source
|
|
39
39
|
|
|
40
|
-
#
|
|
40
|
+
# Tag keys and values.
|
|
41
|
+
#
|
|
42
|
+
# A `null` value here means that the requested tag breakdown cannot be applied because it does not match the [tags
|
|
43
|
+
# configured for usage attribution](https://docs.datadoghq.com/account_management/billing/usage_attribution/#getting-started).
|
|
44
|
+
# In this scenario the API returns the total usage, not broken down by tags.
|
|
41
45
|
attr_accessor :tags
|
|
42
46
|
|
|
43
47
|
# Datetime of the most recent update to the usage values.
|
|
@@ -28,7 +28,7 @@ module DatadogAPIClient::V1
|
|
|
28
28
|
# The object containing document metadata.
|
|
29
29
|
attr_accessor :metadata
|
|
30
30
|
|
|
31
|
-
# Get
|
|
31
|
+
# Get usage summary by tag(s).
|
|
32
32
|
attr_accessor :usage
|
|
33
33
|
|
|
34
34
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
@@ -25,14 +25,32 @@ module DatadogAPIClient::V1
|
|
|
25
25
|
API_PERCENTAGE = "api_percentage".freeze
|
|
26
26
|
APM_HOST_USAGE = "apm_host_usage".freeze
|
|
27
27
|
APM_HOST_PERCENTAGE = "apm_host_percentage".freeze
|
|
28
|
+
APPSEC_USAGE = "appsec_usage".freeze
|
|
29
|
+
APPSEC_PERCENTAGE = "appsec_percentage".freeze
|
|
28
30
|
BROWSER_USAGE = "browser_usage".freeze
|
|
29
31
|
BROWSER_PERCENTAGE = "browser_percentage".freeze
|
|
30
32
|
CONTAINER_USAGE = "container_usage".freeze
|
|
31
33
|
CONTAINER_PERCENTAGE = "container_percentage".freeze
|
|
34
|
+
CSPM_CONTAINERS_PERCENTAGE = "cspm_containers_percentage".freeze
|
|
35
|
+
CSPM_CONTAINERS_USAGE = "cspm_containers_usage".freeze
|
|
36
|
+
CSPM_HOSTS_PERCENTAGE = "cspm_hosts_percentage".freeze
|
|
37
|
+
CSPM_HOSTS_USAGE = "cspm_hosts_usage".freeze
|
|
32
38
|
CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage".freeze
|
|
33
39
|
CUSTOM_TIMESERIES_PERCENTAGE = "custom_timeseries_percentage".freeze
|
|
40
|
+
CWS_CONTAINERS_PERCENTAGE = "cws_containers_percentage".freeze
|
|
41
|
+
CWS_CONTAINERS_USAGE = "cws_containers_usage".freeze
|
|
42
|
+
CWS_HOSTS_PERCENTAGE = "cws_hosts_percentage".freeze
|
|
43
|
+
CWS_HOSTS_USAGE = "cws_hosts_usage".freeze
|
|
44
|
+
DBM_HOSTS_PERCENTAGE = "dbm_hosts_percentage".freeze
|
|
45
|
+
DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
|
|
46
|
+
DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage".freeze
|
|
47
|
+
DBM_QUERIES_USAGE = "dbm_queries_usage".freeze
|
|
34
48
|
ESTIMATED_INDEXED_LOGS_USAGE = "estimated_indexed_logs_usage".freeze
|
|
35
49
|
ESTIMATED_INDEXED_LOGS_PERCENTAGE = "estimated_indexed_logs_percentage".freeze
|
|
50
|
+
ESTIMATED_INDEXED_SPANS_USAGE = "estimated_indexed_spans_usage".freeze
|
|
51
|
+
ESTIMATED_INDEXED_SPANS_PERCENTAGE = "estimated_indexed_spans_percentage".freeze
|
|
52
|
+
ESTIMATED_INGESTED_SPANS_USAGE = "estimated_ingested_spans_usage".freeze
|
|
53
|
+
ESTIMATED_INGESTED_SPANS_PERCENTAGE = "estimated_ingested_spans_percentage".freeze
|
|
36
54
|
FARGATE_USAGE = "fargate_usage".freeze
|
|
37
55
|
FARGATE_PERCENTAGE = "fargate_percentage".freeze
|
|
38
56
|
FUNCTIONS_USAGE = "functions_usage".freeze
|
|
@@ -37,6 +37,12 @@ module DatadogAPIClient::V1
|
|
|
37
37
|
# The APM host usage by tag(s).
|
|
38
38
|
attr_accessor :apm_host_usage
|
|
39
39
|
|
|
40
|
+
# The percentage of Application Security Monitoring host usage by tag(s).
|
|
41
|
+
attr_accessor :appsec_percentage
|
|
42
|
+
|
|
43
|
+
# The Application Security Monitoring host usage by tag(s).
|
|
44
|
+
attr_accessor :appsec_usage
|
|
45
|
+
|
|
40
46
|
# The percentage of synthetic browser test usage by tag(s).
|
|
41
47
|
attr_accessor :browser_percentage
|
|
42
48
|
|
|
@@ -61,6 +67,18 @@ module DatadogAPIClient::V1
|
|
|
61
67
|
# The estimated live indexed logs usage by tag(s). This field is in private beta.
|
|
62
68
|
attr_accessor :estimated_indexed_logs_usage
|
|
63
69
|
|
|
70
|
+
# The percentage of estimated indexed spans usage by tag(s). This field is in private beta.
|
|
71
|
+
attr_accessor :estimated_indexed_spans_percentage
|
|
72
|
+
|
|
73
|
+
# The estimated indexed spans usage by tag(s). This field is in private beta.
|
|
74
|
+
attr_accessor :estimated_indexed_spans_usage
|
|
75
|
+
|
|
76
|
+
# The percentage of estimated ingested spans usage by tag(s). This field is in private beta.
|
|
77
|
+
attr_accessor :estimated_ingested_spans_percentage
|
|
78
|
+
|
|
79
|
+
# The estimated ingested spans usage by tag(s). This field is in private beta.
|
|
80
|
+
attr_accessor :estimated_ingested_spans_usage
|
|
81
|
+
|
|
64
82
|
# The percentage of Fargate usage by tags.
|
|
65
83
|
attr_accessor :fargate_percentage
|
|
66
84
|
|
|
@@ -123,6 +141,8 @@ module DatadogAPIClient::V1
|
|
|
123
141
|
:'api_usage' => :'api_usage',
|
|
124
142
|
:'apm_host_percentage' => :'apm_host_percentage',
|
|
125
143
|
:'apm_host_usage' => :'apm_host_usage',
|
|
144
|
+
:'appsec_percentage' => :'appsec_percentage',
|
|
145
|
+
:'appsec_usage' => :'appsec_usage',
|
|
126
146
|
:'browser_percentage' => :'browser_percentage',
|
|
127
147
|
:'browser_usage' => :'browser_usage',
|
|
128
148
|
:'container_percentage' => :'container_percentage',
|
|
@@ -131,6 +151,10 @@ module DatadogAPIClient::V1
|
|
|
131
151
|
:'custom_timeseries_usage' => :'custom_timeseries_usage',
|
|
132
152
|
:'estimated_indexed_logs_percentage' => :'estimated_indexed_logs_percentage',
|
|
133
153
|
:'estimated_indexed_logs_usage' => :'estimated_indexed_logs_usage',
|
|
154
|
+
:'estimated_indexed_spans_percentage' => :'estimated_indexed_spans_percentage',
|
|
155
|
+
:'estimated_indexed_spans_usage' => :'estimated_indexed_spans_usage',
|
|
156
|
+
:'estimated_ingested_spans_percentage' => :'estimated_ingested_spans_percentage',
|
|
157
|
+
:'estimated_ingested_spans_usage' => :'estimated_ingested_spans_usage',
|
|
134
158
|
:'fargate_percentage' => :'fargate_percentage',
|
|
135
159
|
:'fargate_usage' => :'fargate_usage',
|
|
136
160
|
:'functions_percentage' => :'functions_percentage',
|
|
@@ -166,6 +190,8 @@ module DatadogAPIClient::V1
|
|
|
166
190
|
:'api_usage' => :'Float',
|
|
167
191
|
:'apm_host_percentage' => :'Float',
|
|
168
192
|
:'apm_host_usage' => :'Float',
|
|
193
|
+
:'appsec_percentage' => :'Float',
|
|
194
|
+
:'appsec_usage' => :'Float',
|
|
169
195
|
:'browser_percentage' => :'Float',
|
|
170
196
|
:'browser_usage' => :'Float',
|
|
171
197
|
:'container_percentage' => :'Float',
|
|
@@ -174,6 +200,10 @@ module DatadogAPIClient::V1
|
|
|
174
200
|
:'custom_timeseries_usage' => :'Float',
|
|
175
201
|
:'estimated_indexed_logs_percentage' => :'Float',
|
|
176
202
|
:'estimated_indexed_logs_usage' => :'Float',
|
|
203
|
+
:'estimated_indexed_spans_percentage' => :'Float',
|
|
204
|
+
:'estimated_indexed_spans_usage' => :'Float',
|
|
205
|
+
:'estimated_ingested_spans_percentage' => :'Float',
|
|
206
|
+
:'estimated_ingested_spans_usage' => :'Float',
|
|
177
207
|
:'fargate_percentage' => :'Float',
|
|
178
208
|
:'fargate_usage' => :'Float',
|
|
179
209
|
:'functions_percentage' => :'Float',
|
|
@@ -234,6 +264,14 @@ module DatadogAPIClient::V1
|
|
|
234
264
|
self.apm_host_usage = attributes[:'apm_host_usage']
|
|
235
265
|
end
|
|
236
266
|
|
|
267
|
+
if attributes.key?(:'appsec_percentage')
|
|
268
|
+
self.appsec_percentage = attributes[:'appsec_percentage']
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
if attributes.key?(:'appsec_usage')
|
|
272
|
+
self.appsec_usage = attributes[:'appsec_usage']
|
|
273
|
+
end
|
|
274
|
+
|
|
237
275
|
if attributes.key?(:'browser_percentage')
|
|
238
276
|
self.browser_percentage = attributes[:'browser_percentage']
|
|
239
277
|
end
|
|
@@ -266,6 +304,22 @@ module DatadogAPIClient::V1
|
|
|
266
304
|
self.estimated_indexed_logs_usage = attributes[:'estimated_indexed_logs_usage']
|
|
267
305
|
end
|
|
268
306
|
|
|
307
|
+
if attributes.key?(:'estimated_indexed_spans_percentage')
|
|
308
|
+
self.estimated_indexed_spans_percentage = attributes[:'estimated_indexed_spans_percentage']
|
|
309
|
+
end
|
|
310
|
+
|
|
311
|
+
if attributes.key?(:'estimated_indexed_spans_usage')
|
|
312
|
+
self.estimated_indexed_spans_usage = attributes[:'estimated_indexed_spans_usage']
|
|
313
|
+
end
|
|
314
|
+
|
|
315
|
+
if attributes.key?(:'estimated_ingested_spans_percentage')
|
|
316
|
+
self.estimated_ingested_spans_percentage = attributes[:'estimated_ingested_spans_percentage']
|
|
317
|
+
end
|
|
318
|
+
|
|
319
|
+
if attributes.key?(:'estimated_ingested_spans_usage')
|
|
320
|
+
self.estimated_ingested_spans_usage = attributes[:'estimated_ingested_spans_usage']
|
|
321
|
+
end
|
|
322
|
+
|
|
269
323
|
if attributes.key?(:'fargate_percentage')
|
|
270
324
|
self.fargate_percentage = attributes[:'fargate_percentage']
|
|
271
325
|
end
|
|
@@ -356,6 +410,8 @@ module DatadogAPIClient::V1
|
|
|
356
410
|
api_usage == o.api_usage &&
|
|
357
411
|
apm_host_percentage == o.apm_host_percentage &&
|
|
358
412
|
apm_host_usage == o.apm_host_usage &&
|
|
413
|
+
appsec_percentage == o.appsec_percentage &&
|
|
414
|
+
appsec_usage == o.appsec_usage &&
|
|
359
415
|
browser_percentage == o.browser_percentage &&
|
|
360
416
|
browser_usage == o.browser_usage &&
|
|
361
417
|
container_percentage == o.container_percentage &&
|
|
@@ -364,6 +420,10 @@ module DatadogAPIClient::V1
|
|
|
364
420
|
custom_timeseries_usage == o.custom_timeseries_usage &&
|
|
365
421
|
estimated_indexed_logs_percentage == o.estimated_indexed_logs_percentage &&
|
|
366
422
|
estimated_indexed_logs_usage == o.estimated_indexed_logs_usage &&
|
|
423
|
+
estimated_indexed_spans_percentage == o.estimated_indexed_spans_percentage &&
|
|
424
|
+
estimated_indexed_spans_usage == o.estimated_indexed_spans_usage &&
|
|
425
|
+
estimated_ingested_spans_percentage == o.estimated_ingested_spans_percentage &&
|
|
426
|
+
estimated_ingested_spans_usage == o.estimated_ingested_spans_usage &&
|
|
367
427
|
fargate_percentage == o.fargate_percentage &&
|
|
368
428
|
fargate_usage == o.fargate_usage &&
|
|
369
429
|
functions_percentage == o.functions_percentage &&
|
|
@@ -395,7 +455,7 @@ module DatadogAPIClient::V1
|
|
|
395
455
|
# @return [Integer] Hash code
|
|
396
456
|
# @!visibility private
|
|
397
457
|
def hash
|
|
398
|
-
[api_percentage, api_usage, apm_host_percentage, apm_host_usage, browser_percentage, browser_usage, container_percentage, container_usage, custom_timeseries_percentage, custom_timeseries_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, indexed_logs_percentage, indexed_logs_usage, infra_host_percentage, infra_host_usage, invocations_percentage, invocations_usage, npm_host_percentage, npm_host_usage, profiled_container_percentage, profiled_container_usage, profiled_host_percentage, profiled_host_usage, snmp_percentage, snmp_usage].hash
|
|
458
|
+
[api_percentage, api_usage, apm_host_percentage, apm_host_usage, appsec_percentage, appsec_usage, browser_percentage, browser_usage, container_percentage, container_usage, custom_timeseries_percentage, custom_timeseries_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, indexed_logs_percentage, indexed_logs_usage, infra_host_percentage, infra_host_usage, invocations_percentage, invocations_usage, npm_host_percentage, npm_host_usage, profiled_container_percentage, profiled_container_usage, profiled_host_percentage, profiled_host_usage, snmp_percentage, snmp_usage].hash
|
|
399
459
|
end
|
|
400
460
|
end
|
|
401
461
|
end
|