datadog_api_client 1.9.0 → 2.0.0
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
19
19
|
class SyntheticsAPI
|
20
20
|
attr_accessor :api_client
|
21
21
|
|
22
|
-
def initialize(api_client = APIClient.default)
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
23
23
|
@api_client = api_client
|
24
24
|
end
|
25
25
|
|
@@ -40,15 +40,6 @@ module DatadogAPIClient::V1
|
|
40
40
|
# @return [Array<(SyntheticsGlobalVariable, Integer, Hash)>] SyntheticsGlobalVariable data, response status code and response headers
|
41
41
|
def create_global_variable_with_http_info(body, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_global_variable)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_global_variable]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_global_variable")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_global_variable"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_global_variable ...'
|
54
45
|
end
|
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
|
|
88
79
|
:form_params => form_params,
|
89
80
|
:body => post_body,
|
90
81
|
:auth_names => auth_names,
|
91
|
-
:return_type => return_type
|
82
|
+
:return_type => return_type,
|
83
|
+
:api_version => "V1"
|
92
84
|
)
|
93
85
|
|
94
86
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
|
|
115
107
|
# @return [Array<(SyntheticsPrivateLocationCreationResponse, Integer, Hash)>] SyntheticsPrivateLocationCreationResponse data, response status code and response headers
|
116
108
|
def create_private_location_with_http_info(body, opts = {})
|
117
109
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:create_private_location)
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_private_location]
|
120
|
-
if unstable_enabled
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_private_location")
|
122
|
-
else
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_private_location"))
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
110
|
if @api_client.config.debugging
|
128
111
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_private_location ...'
|
129
112
|
end
|
@@ -163,7 +146,8 @@ module DatadogAPIClient::V1
|
|
163
146
|
:form_params => form_params,
|
164
147
|
:body => post_body,
|
165
148
|
:auth_names => auth_names,
|
166
|
-
:return_type => return_type
|
149
|
+
:return_type => return_type,
|
150
|
+
:api_version => "V1"
|
167
151
|
)
|
168
152
|
|
169
153
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -190,15 +174,6 @@ module DatadogAPIClient::V1
|
|
190
174
|
# @return [Array<(SyntheticsAPITest, Integer, Hash)>] SyntheticsAPITest data, response status code and response headers
|
191
175
|
def create_synthetics_api_test_with_http_info(body, opts = {})
|
192
176
|
|
193
|
-
if @api_client.config.unstable_operations.has_key?(:create_synthetics_api_test)
|
194
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_synthetics_api_test]
|
195
|
-
if unstable_enabled
|
196
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_synthetics_api_test")
|
197
|
-
else
|
198
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_synthetics_api_test"))
|
199
|
-
end
|
200
|
-
end
|
201
|
-
|
202
177
|
if @api_client.config.debugging
|
203
178
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_synthetics_api_test ...'
|
204
179
|
end
|
@@ -238,7 +213,8 @@ module DatadogAPIClient::V1
|
|
238
213
|
:form_params => form_params,
|
239
214
|
:body => post_body,
|
240
215
|
:auth_names => auth_names,
|
241
|
-
:return_type => return_type
|
216
|
+
:return_type => return_type,
|
217
|
+
:api_version => "V1"
|
242
218
|
)
|
243
219
|
|
244
220
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -265,15 +241,6 @@ module DatadogAPIClient::V1
|
|
265
241
|
# @return [Array<(SyntheticsBrowserTest, Integer, Hash)>] SyntheticsBrowserTest data, response status code and response headers
|
266
242
|
def create_synthetics_browser_test_with_http_info(body, opts = {})
|
267
243
|
|
268
|
-
if @api_client.config.unstable_operations.has_key?(:create_synthetics_browser_test)
|
269
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_synthetics_browser_test]
|
270
|
-
if unstable_enabled
|
271
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_synthetics_browser_test")
|
272
|
-
else
|
273
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_synthetics_browser_test"))
|
274
|
-
end
|
275
|
-
end
|
276
|
-
|
277
244
|
if @api_client.config.debugging
|
278
245
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_synthetics_browser_test ...'
|
279
246
|
end
|
@@ -313,7 +280,8 @@ module DatadogAPIClient::V1
|
|
313
280
|
:form_params => form_params,
|
314
281
|
:body => post_body,
|
315
282
|
:auth_names => auth_names,
|
316
|
-
:return_type => return_type
|
283
|
+
:return_type => return_type,
|
284
|
+
:api_version => "V1"
|
317
285
|
)
|
318
286
|
|
319
287
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -340,15 +308,6 @@ module DatadogAPIClient::V1
|
|
340
308
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
341
309
|
def delete_global_variable_with_http_info(variable_id, opts = {})
|
342
310
|
|
343
|
-
if @api_client.config.unstable_operations.has_key?(:delete_global_variable)
|
344
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_global_variable]
|
345
|
-
if unstable_enabled
|
346
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_global_variable")
|
347
|
-
else
|
348
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_global_variable"))
|
349
|
-
end
|
350
|
-
end
|
351
|
-
|
352
311
|
if @api_client.config.debugging
|
353
312
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.delete_global_variable ...'
|
354
313
|
end
|
@@ -386,7 +345,8 @@ module DatadogAPIClient::V1
|
|
386
345
|
:form_params => form_params,
|
387
346
|
:body => post_body,
|
388
347
|
:auth_names => auth_names,
|
389
|
-
:return_type => return_type
|
348
|
+
:return_type => return_type,
|
349
|
+
:api_version => "V1"
|
390
350
|
)
|
391
351
|
|
392
352
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -413,15 +373,6 @@ module DatadogAPIClient::V1
|
|
413
373
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
414
374
|
def delete_private_location_with_http_info(location_id, opts = {})
|
415
375
|
|
416
|
-
if @api_client.config.unstable_operations.has_key?(:delete_private_location)
|
417
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_private_location]
|
418
|
-
if unstable_enabled
|
419
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_private_location")
|
420
|
-
else
|
421
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_private_location"))
|
422
|
-
end
|
423
|
-
end
|
424
|
-
|
425
376
|
if @api_client.config.debugging
|
426
377
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.delete_private_location ...'
|
427
378
|
end
|
@@ -459,7 +410,8 @@ module DatadogAPIClient::V1
|
|
459
410
|
:form_params => form_params,
|
460
411
|
:body => post_body,
|
461
412
|
:auth_names => auth_names,
|
462
|
-
:return_type => return_type
|
413
|
+
:return_type => return_type,
|
414
|
+
:api_version => "V1"
|
463
415
|
)
|
464
416
|
|
465
417
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -486,15 +438,6 @@ module DatadogAPIClient::V1
|
|
486
438
|
# @return [Array<(SyntheticsDeleteTestsResponse, Integer, Hash)>] SyntheticsDeleteTestsResponse data, response status code and response headers
|
487
439
|
def delete_tests_with_http_info(body, opts = {})
|
488
440
|
|
489
|
-
if @api_client.config.unstable_operations.has_key?(:delete_tests)
|
490
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_tests]
|
491
|
-
if unstable_enabled
|
492
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_tests")
|
493
|
-
else
|
494
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_tests"))
|
495
|
-
end
|
496
|
-
end
|
497
|
-
|
498
441
|
if @api_client.config.debugging
|
499
442
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.delete_tests ...'
|
500
443
|
end
|
@@ -534,7 +477,8 @@ module DatadogAPIClient::V1
|
|
534
477
|
:form_params => form_params,
|
535
478
|
:body => post_body,
|
536
479
|
:auth_names => auth_names,
|
537
|
-
:return_type => return_type
|
480
|
+
:return_type => return_type,
|
481
|
+
:api_version => "V1"
|
538
482
|
)
|
539
483
|
|
540
484
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -562,15 +506,6 @@ module DatadogAPIClient::V1
|
|
562
506
|
# @return [Array<(SyntheticsGlobalVariable, Integer, Hash)>] SyntheticsGlobalVariable data, response status code and response headers
|
563
507
|
def edit_global_variable_with_http_info(variable_id, body, opts = {})
|
564
508
|
|
565
|
-
if @api_client.config.unstable_operations.has_key?(:edit_global_variable)
|
566
|
-
unstable_enabled = @api_client.config.unstable_operations[:edit_global_variable]
|
567
|
-
if unstable_enabled
|
568
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "edit_global_variable")
|
569
|
-
else
|
570
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "edit_global_variable"))
|
571
|
-
end
|
572
|
-
end
|
573
|
-
|
574
509
|
if @api_client.config.debugging
|
575
510
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.edit_global_variable ...'
|
576
511
|
end
|
@@ -614,7 +549,8 @@ module DatadogAPIClient::V1
|
|
614
549
|
:form_params => form_params,
|
615
550
|
:body => post_body,
|
616
551
|
:auth_names => auth_names,
|
617
|
-
:return_type => return_type
|
552
|
+
:return_type => return_type,
|
553
|
+
:api_version => "V1"
|
618
554
|
)
|
619
555
|
|
620
556
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -642,15 +578,6 @@ module DatadogAPIClient::V1
|
|
642
578
|
# @return [Array<(SyntheticsAPITest, Integer, Hash)>] SyntheticsAPITest data, response status code and response headers
|
643
579
|
def get_api_test_with_http_info(public_id, opts = {})
|
644
580
|
|
645
|
-
if @api_client.config.unstable_operations.has_key?(:get_api_test)
|
646
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_api_test]
|
647
|
-
if unstable_enabled
|
648
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_test")
|
649
|
-
else
|
650
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_test"))
|
651
|
-
end
|
652
|
-
end
|
653
|
-
|
654
581
|
if @api_client.config.debugging
|
655
582
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_api_test ...'
|
656
583
|
end
|
@@ -688,7 +615,8 @@ module DatadogAPIClient::V1
|
|
688
615
|
:form_params => form_params,
|
689
616
|
:body => post_body,
|
690
617
|
:auth_names => auth_names,
|
691
|
-
:return_type => return_type
|
618
|
+
:return_type => return_type,
|
619
|
+
:api_version => "V1"
|
692
620
|
)
|
693
621
|
|
694
622
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -718,15 +646,6 @@ module DatadogAPIClient::V1
|
|
718
646
|
# @return [Array<(SyntheticsGetAPITestLatestResultsResponse, Integer, Hash)>] SyntheticsGetAPITestLatestResultsResponse data, response status code and response headers
|
719
647
|
def get_api_test_latest_results_with_http_info(public_id, opts = {})
|
720
648
|
|
721
|
-
if @api_client.config.unstable_operations.has_key?(:get_api_test_latest_results)
|
722
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_api_test_latest_results]
|
723
|
-
if unstable_enabled
|
724
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_test_latest_results")
|
725
|
-
else
|
726
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_test_latest_results"))
|
727
|
-
end
|
728
|
-
end
|
729
|
-
|
730
649
|
if @api_client.config.debugging
|
731
650
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_api_test_latest_results ...'
|
732
651
|
end
|
@@ -767,7 +686,8 @@ module DatadogAPIClient::V1
|
|
767
686
|
:form_params => form_params,
|
768
687
|
:body => post_body,
|
769
688
|
:auth_names => auth_names,
|
770
|
-
:return_type => return_type
|
689
|
+
:return_type => return_type,
|
690
|
+
:api_version => "V1"
|
771
691
|
)
|
772
692
|
|
773
693
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -795,15 +715,6 @@ module DatadogAPIClient::V1
|
|
795
715
|
# @return [Array<(SyntheticsAPITestResultFull, Integer, Hash)>] SyntheticsAPITestResultFull data, response status code and response headers
|
796
716
|
def get_api_test_result_with_http_info(public_id, result_id, opts = {})
|
797
717
|
|
798
|
-
if @api_client.config.unstable_operations.has_key?(:get_api_test_result)
|
799
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_api_test_result]
|
800
|
-
if unstable_enabled
|
801
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_test_result")
|
802
|
-
else
|
803
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_test_result"))
|
804
|
-
end
|
805
|
-
end
|
806
|
-
|
807
718
|
if @api_client.config.debugging
|
808
719
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_api_test_result ...'
|
809
720
|
end
|
@@ -845,7 +756,8 @@ module DatadogAPIClient::V1
|
|
845
756
|
:form_params => form_params,
|
846
757
|
:body => post_body,
|
847
758
|
:auth_names => auth_names,
|
848
|
-
:return_type => return_type
|
759
|
+
:return_type => return_type,
|
760
|
+
:api_version => "V1"
|
849
761
|
)
|
850
762
|
|
851
763
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -873,15 +785,6 @@ module DatadogAPIClient::V1
|
|
873
785
|
# @return [Array<(SyntheticsBrowserTest, Integer, Hash)>] SyntheticsBrowserTest data, response status code and response headers
|
874
786
|
def get_browser_test_with_http_info(public_id, opts = {})
|
875
787
|
|
876
|
-
if @api_client.config.unstable_operations.has_key?(:get_browser_test)
|
877
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_browser_test]
|
878
|
-
if unstable_enabled
|
879
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_browser_test")
|
880
|
-
else
|
881
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_browser_test"))
|
882
|
-
end
|
883
|
-
end
|
884
|
-
|
885
788
|
if @api_client.config.debugging
|
886
789
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_browser_test ...'
|
887
790
|
end
|
@@ -919,7 +822,8 @@ module DatadogAPIClient::V1
|
|
919
822
|
:form_params => form_params,
|
920
823
|
:body => post_body,
|
921
824
|
:auth_names => auth_names,
|
922
|
-
:return_type => return_type
|
825
|
+
:return_type => return_type,
|
826
|
+
:api_version => "V1"
|
923
827
|
)
|
924
828
|
|
925
829
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -949,15 +853,6 @@ module DatadogAPIClient::V1
|
|
949
853
|
# @return [Array<(SyntheticsGetBrowserTestLatestResultsResponse, Integer, Hash)>] SyntheticsGetBrowserTestLatestResultsResponse data, response status code and response headers
|
950
854
|
def get_browser_test_latest_results_with_http_info(public_id, opts = {})
|
951
855
|
|
952
|
-
if @api_client.config.unstable_operations.has_key?(:get_browser_test_latest_results)
|
953
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_browser_test_latest_results]
|
954
|
-
if unstable_enabled
|
955
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_browser_test_latest_results")
|
956
|
-
else
|
957
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_browser_test_latest_results"))
|
958
|
-
end
|
959
|
-
end
|
960
|
-
|
961
856
|
if @api_client.config.debugging
|
962
857
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_browser_test_latest_results ...'
|
963
858
|
end
|
@@ -998,7 +893,8 @@ module DatadogAPIClient::V1
|
|
998
893
|
:form_params => form_params,
|
999
894
|
:body => post_body,
|
1000
895
|
:auth_names => auth_names,
|
1001
|
-
:return_type => return_type
|
896
|
+
:return_type => return_type,
|
897
|
+
:api_version => "V1"
|
1002
898
|
)
|
1003
899
|
|
1004
900
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1026,15 +922,6 @@ module DatadogAPIClient::V1
|
|
1026
922
|
# @return [Array<(SyntheticsBrowserTestResultFull, Integer, Hash)>] SyntheticsBrowserTestResultFull data, response status code and response headers
|
1027
923
|
def get_browser_test_result_with_http_info(public_id, result_id, opts = {})
|
1028
924
|
|
1029
|
-
if @api_client.config.unstable_operations.has_key?(:get_browser_test_result)
|
1030
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_browser_test_result]
|
1031
|
-
if unstable_enabled
|
1032
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_browser_test_result")
|
1033
|
-
else
|
1034
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_browser_test_result"))
|
1035
|
-
end
|
1036
|
-
end
|
1037
|
-
|
1038
925
|
if @api_client.config.debugging
|
1039
926
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_browser_test_result ...'
|
1040
927
|
end
|
@@ -1076,7 +963,8 @@ module DatadogAPIClient::V1
|
|
1076
963
|
:form_params => form_params,
|
1077
964
|
:body => post_body,
|
1078
965
|
:auth_names => auth_names,
|
1079
|
-
:return_type => return_type
|
966
|
+
:return_type => return_type,
|
967
|
+
:api_version => "V1"
|
1080
968
|
)
|
1081
969
|
|
1082
970
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1103,15 +991,6 @@ module DatadogAPIClient::V1
|
|
1103
991
|
# @return [Array<(SyntheticsGlobalVariable, Integer, Hash)>] SyntheticsGlobalVariable data, response status code and response headers
|
1104
992
|
def get_global_variable_with_http_info(variable_id, opts = {})
|
1105
993
|
|
1106
|
-
if @api_client.config.unstable_operations.has_key?(:get_global_variable)
|
1107
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_global_variable]
|
1108
|
-
if unstable_enabled
|
1109
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_global_variable")
|
1110
|
-
else
|
1111
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_global_variable"))
|
1112
|
-
end
|
1113
|
-
end
|
1114
|
-
|
1115
994
|
if @api_client.config.debugging
|
1116
995
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_global_variable ...'
|
1117
996
|
end
|
@@ -1149,7 +1028,8 @@ module DatadogAPIClient::V1
|
|
1149
1028
|
:form_params => form_params,
|
1150
1029
|
:body => post_body,
|
1151
1030
|
:auth_names => auth_names,
|
1152
|
-
:return_type => return_type
|
1031
|
+
:return_type => return_type,
|
1032
|
+
:api_version => "V1"
|
1153
1033
|
)
|
1154
1034
|
|
1155
1035
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1176,15 +1056,6 @@ module DatadogAPIClient::V1
|
|
1176
1056
|
# @return [Array<(SyntheticsPrivateLocation, Integer, Hash)>] SyntheticsPrivateLocation data, response status code and response headers
|
1177
1057
|
def get_private_location_with_http_info(location_id, opts = {})
|
1178
1058
|
|
1179
|
-
if @api_client.config.unstable_operations.has_key?(:get_private_location)
|
1180
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_private_location]
|
1181
|
-
if unstable_enabled
|
1182
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_private_location")
|
1183
|
-
else
|
1184
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_private_location"))
|
1185
|
-
end
|
1186
|
-
end
|
1187
|
-
|
1188
1059
|
if @api_client.config.debugging
|
1189
1060
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_private_location ...'
|
1190
1061
|
end
|
@@ -1222,7 +1093,8 @@ module DatadogAPIClient::V1
|
|
1222
1093
|
:form_params => form_params,
|
1223
1094
|
:body => post_body,
|
1224
1095
|
:auth_names => auth_names,
|
1225
|
-
:return_type => return_type
|
1096
|
+
:return_type => return_type,
|
1097
|
+
:api_version => "V1"
|
1226
1098
|
)
|
1227
1099
|
|
1228
1100
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1249,15 +1121,6 @@ module DatadogAPIClient::V1
|
|
1249
1121
|
# @return [Array<(SyntheticsBatchDetails, Integer, Hash)>] SyntheticsBatchDetails data, response status code and response headers
|
1250
1122
|
def get_synthetics_ci_batch_with_http_info(batch_id, opts = {})
|
1251
1123
|
|
1252
|
-
if @api_client.config.unstable_operations.has_key?(:get_synthetics_ci_batch)
|
1253
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_synthetics_ci_batch]
|
1254
|
-
if unstable_enabled
|
1255
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_synthetics_ci_batch")
|
1256
|
-
else
|
1257
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_synthetics_ci_batch"))
|
1258
|
-
end
|
1259
|
-
end
|
1260
|
-
|
1261
1124
|
if @api_client.config.debugging
|
1262
1125
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_synthetics_ci_batch ...'
|
1263
1126
|
end
|
@@ -1295,7 +1158,8 @@ module DatadogAPIClient::V1
|
|
1295
1158
|
:form_params => form_params,
|
1296
1159
|
:body => post_body,
|
1297
1160
|
:auth_names => auth_names,
|
1298
|
-
:return_type => return_type
|
1161
|
+
:return_type => return_type,
|
1162
|
+
:api_version => "V1"
|
1299
1163
|
)
|
1300
1164
|
|
1301
1165
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1322,15 +1186,6 @@ module DatadogAPIClient::V1
|
|
1322
1186
|
# @return [Array<(SyntheticsTestDetails, Integer, Hash)>] SyntheticsTestDetails data, response status code and response headers
|
1323
1187
|
def get_test_with_http_info(public_id, opts = {})
|
1324
1188
|
|
1325
|
-
if @api_client.config.unstable_operations.has_key?(:get_test)
|
1326
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_test]
|
1327
|
-
if unstable_enabled
|
1328
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_test")
|
1329
|
-
else
|
1330
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_test"))
|
1331
|
-
end
|
1332
|
-
end
|
1333
|
-
|
1334
1189
|
if @api_client.config.debugging
|
1335
1190
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_test ...'
|
1336
1191
|
end
|
@@ -1368,7 +1223,8 @@ module DatadogAPIClient::V1
|
|
1368
1223
|
:form_params => form_params,
|
1369
1224
|
:body => post_body,
|
1370
1225
|
:auth_names => auth_names,
|
1371
|
-
:return_type => return_type
|
1226
|
+
:return_type => return_type,
|
1227
|
+
:api_version => "V1"
|
1372
1228
|
)
|
1373
1229
|
|
1374
1230
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1394,15 +1250,6 @@ module DatadogAPIClient::V1
|
|
1394
1250
|
# @return [Array<(SyntheticsListGlobalVariablesResponse, Integer, Hash)>] SyntheticsListGlobalVariablesResponse data, response status code and response headers
|
1395
1251
|
def list_global_variables_with_http_info(opts = {})
|
1396
1252
|
|
1397
|
-
if @api_client.config.unstable_operations.has_key?(:list_global_variables)
|
1398
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_global_variables]
|
1399
|
-
if unstable_enabled
|
1400
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_global_variables")
|
1401
|
-
else
|
1402
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_global_variables"))
|
1403
|
-
end
|
1404
|
-
end
|
1405
|
-
|
1406
1253
|
if @api_client.config.debugging
|
1407
1254
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.list_global_variables ...'
|
1408
1255
|
end
|
@@ -1436,7 +1283,8 @@ module DatadogAPIClient::V1
|
|
1436
1283
|
:form_params => form_params,
|
1437
1284
|
:body => post_body,
|
1438
1285
|
:auth_names => auth_names,
|
1439
|
-
:return_type => return_type
|
1286
|
+
:return_type => return_type,
|
1287
|
+
:api_version => "V1"
|
1440
1288
|
)
|
1441
1289
|
|
1442
1290
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1463,15 +1311,6 @@ module DatadogAPIClient::V1
|
|
1463
1311
|
# @return [Array<(SyntheticsLocations, Integer, Hash)>] SyntheticsLocations data, response status code and response headers
|
1464
1312
|
def list_locations_with_http_info(opts = {})
|
1465
1313
|
|
1466
|
-
if @api_client.config.unstable_operations.has_key?(:list_locations)
|
1467
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_locations]
|
1468
|
-
if unstable_enabled
|
1469
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_locations")
|
1470
|
-
else
|
1471
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_locations"))
|
1472
|
-
end
|
1473
|
-
end
|
1474
|
-
|
1475
1314
|
if @api_client.config.debugging
|
1476
1315
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.list_locations ...'
|
1477
1316
|
end
|
@@ -1505,7 +1344,8 @@ module DatadogAPIClient::V1
|
|
1505
1344
|
:form_params => form_params,
|
1506
1345
|
:body => post_body,
|
1507
1346
|
:auth_names => auth_names,
|
1508
|
-
:return_type => return_type
|
1347
|
+
:return_type => return_type,
|
1348
|
+
:api_version => "V1"
|
1509
1349
|
)
|
1510
1350
|
|
1511
1351
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1531,15 +1371,6 @@ module DatadogAPIClient::V1
|
|
1531
1371
|
# @return [Array<(SyntheticsListTestsResponse, Integer, Hash)>] SyntheticsListTestsResponse data, response status code and response headers
|
1532
1372
|
def list_tests_with_http_info(opts = {})
|
1533
1373
|
|
1534
|
-
if @api_client.config.unstable_operations.has_key?(:list_tests)
|
1535
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_tests]
|
1536
|
-
if unstable_enabled
|
1537
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_tests")
|
1538
|
-
else
|
1539
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_tests"))
|
1540
|
-
end
|
1541
|
-
end
|
1542
|
-
|
1543
1374
|
if @api_client.config.debugging
|
1544
1375
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.list_tests ...'
|
1545
1376
|
end
|
@@ -1573,7 +1404,8 @@ module DatadogAPIClient::V1
|
|
1573
1404
|
:form_params => form_params,
|
1574
1405
|
:body => post_body,
|
1575
1406
|
:auth_names => auth_names,
|
1576
|
-
:return_type => return_type
|
1407
|
+
:return_type => return_type,
|
1408
|
+
:api_version => "V1"
|
1577
1409
|
)
|
1578
1410
|
|
1579
1411
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -1600,15 +1432,6 @@ module DatadogAPIClient::V1
|
|
1600
1432
|
# @return [Array<(SyntheticsTriggerCITestsResponse, Integer, Hash)>] SyntheticsTriggerCITestsResponse data, response status code and response headers
|
1601
1433
|
def trigger_ci_tests_with_http_info(body, opts = {})
|
1602
1434
|
|
1603
|
-
if @api_client.config.unstable_operations.has_key?(:trigger_ci_tests)
|
1604
|
-
unstable_enabled = @api_client.config.unstable_operations[:trigger_ci_tests]
|
1605
|
-
if unstable_enabled
|
1606
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "trigger_ci_tests")
|
1607
|
-
else
|
1608
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "trigger_ci_tests"))
|
1609
|
-
end
|
1610
|
-
end
|
1611
|
-
|
1612
1435
|
if @api_client.config.debugging
|
1613
1436
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.trigger_ci_tests ...'
|
1614
1437
|
end
|
@@ -1648,7 +1471,8 @@ module DatadogAPIClient::V1
|
|
1648
1471
|
:form_params => form_params,
|
1649
1472
|
:body => post_body,
|
1650
1473
|
:auth_names => auth_names,
|
1651
|
-
:return_type => return_type
|
1474
|
+
:return_type => return_type,
|
1475
|
+
:api_version => "V1"
|
1652
1476
|
)
|
1653
1477
|
|
1654
1478
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -1675,15 +1499,6 @@ module DatadogAPIClient::V1
|
|
1675
1499
|
# @return [Array<(SyntheticsTriggerCITestsResponse, Integer, Hash)>] SyntheticsTriggerCITestsResponse data, response status code and response headers
|
1676
1500
|
def trigger_tests_with_http_info(body, opts = {})
|
1677
1501
|
|
1678
|
-
if @api_client.config.unstable_operations.has_key?(:trigger_tests)
|
1679
|
-
unstable_enabled = @api_client.config.unstable_operations[:trigger_tests]
|
1680
|
-
if unstable_enabled
|
1681
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "trigger_tests")
|
1682
|
-
else
|
1683
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "trigger_tests"))
|
1684
|
-
end
|
1685
|
-
end
|
1686
|
-
|
1687
1502
|
if @api_client.config.debugging
|
1688
1503
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.trigger_tests ...'
|
1689
1504
|
end
|
@@ -1723,7 +1538,8 @@ module DatadogAPIClient::V1
|
|
1723
1538
|
:form_params => form_params,
|
1724
1539
|
:body => post_body,
|
1725
1540
|
:auth_names => auth_names,
|
1726
|
-
:return_type => return_type
|
1541
|
+
:return_type => return_type,
|
1542
|
+
:api_version => "V1"
|
1727
1543
|
)
|
1728
1544
|
|
1729
1545
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -1751,15 +1567,6 @@ module DatadogAPIClient::V1
|
|
1751
1567
|
# @return [Array<(SyntheticsAPITest, Integer, Hash)>] SyntheticsAPITest data, response status code and response headers
|
1752
1568
|
def update_api_test_with_http_info(public_id, body, opts = {})
|
1753
1569
|
|
1754
|
-
if @api_client.config.unstable_operations.has_key?(:update_api_test)
|
1755
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_api_test]
|
1756
|
-
if unstable_enabled
|
1757
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_api_test")
|
1758
|
-
else
|
1759
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_api_test"))
|
1760
|
-
end
|
1761
|
-
end
|
1762
|
-
|
1763
1570
|
if @api_client.config.debugging
|
1764
1571
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_api_test ...'
|
1765
1572
|
end
|
@@ -1803,7 +1610,8 @@ module DatadogAPIClient::V1
|
|
1803
1610
|
:form_params => form_params,
|
1804
1611
|
:body => post_body,
|
1805
1612
|
:auth_names => auth_names,
|
1806
|
-
:return_type => return_type
|
1613
|
+
:return_type => return_type,
|
1614
|
+
:api_version => "V1"
|
1807
1615
|
)
|
1808
1616
|
|
1809
1617
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -1831,15 +1639,6 @@ module DatadogAPIClient::V1
|
|
1831
1639
|
# @return [Array<(SyntheticsBrowserTest, Integer, Hash)>] SyntheticsBrowserTest data, response status code and response headers
|
1832
1640
|
def update_browser_test_with_http_info(public_id, body, opts = {})
|
1833
1641
|
|
1834
|
-
if @api_client.config.unstable_operations.has_key?(:update_browser_test)
|
1835
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_browser_test]
|
1836
|
-
if unstable_enabled
|
1837
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_browser_test")
|
1838
|
-
else
|
1839
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_browser_test"))
|
1840
|
-
end
|
1841
|
-
end
|
1842
|
-
|
1843
1642
|
if @api_client.config.debugging
|
1844
1643
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_browser_test ...'
|
1845
1644
|
end
|
@@ -1883,7 +1682,8 @@ module DatadogAPIClient::V1
|
|
1883
1682
|
:form_params => form_params,
|
1884
1683
|
:body => post_body,
|
1885
1684
|
:auth_names => auth_names,
|
1886
|
-
:return_type => return_type
|
1685
|
+
:return_type => return_type,
|
1686
|
+
:api_version => "V1"
|
1887
1687
|
)
|
1888
1688
|
|
1889
1689
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -1911,15 +1711,6 @@ module DatadogAPIClient::V1
|
|
1911
1711
|
# @return [Array<(SyntheticsPrivateLocation, Integer, Hash)>] SyntheticsPrivateLocation data, response status code and response headers
|
1912
1712
|
def update_private_location_with_http_info(location_id, body, opts = {})
|
1913
1713
|
|
1914
|
-
if @api_client.config.unstable_operations.has_key?(:update_private_location)
|
1915
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_private_location]
|
1916
|
-
if unstable_enabled
|
1917
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_private_location")
|
1918
|
-
else
|
1919
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_private_location"))
|
1920
|
-
end
|
1921
|
-
end
|
1922
|
-
|
1923
1714
|
if @api_client.config.debugging
|
1924
1715
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_private_location ...'
|
1925
1716
|
end
|
@@ -1963,7 +1754,8 @@ module DatadogAPIClient::V1
|
|
1963
1754
|
:form_params => form_params,
|
1964
1755
|
:body => post_body,
|
1965
1756
|
:auth_names => auth_names,
|
1966
|
-
:return_type => return_type
|
1757
|
+
:return_type => return_type,
|
1758
|
+
:api_version => "V1"
|
1967
1759
|
)
|
1968
1760
|
|
1969
1761
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -1991,15 +1783,6 @@ module DatadogAPIClient::V1
|
|
1991
1783
|
# @return [Array<(Boolean, Integer, Hash)>] Boolean data, response status code and response headers
|
1992
1784
|
def update_test_pause_status_with_http_info(public_id, body, opts = {})
|
1993
1785
|
|
1994
|
-
if @api_client.config.unstable_operations.has_key?(:update_test_pause_status)
|
1995
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_test_pause_status]
|
1996
|
-
if unstable_enabled
|
1997
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_test_pause_status")
|
1998
|
-
else
|
1999
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_test_pause_status"))
|
2000
|
-
end
|
2001
|
-
end
|
2002
|
-
|
2003
1786
|
if @api_client.config.debugging
|
2004
1787
|
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_test_pause_status ...'
|
2005
1788
|
end
|
@@ -2043,7 +1826,8 @@ module DatadogAPIClient::V1
|
|
2043
1826
|
:form_params => form_params,
|
2044
1827
|
:body => post_body,
|
2045
1828
|
:auth_names => auth_names,
|
2046
|
-
:return_type => return_type
|
1829
|
+
:return_type => return_type,
|
1830
|
+
:api_version => "V1"
|
2047
1831
|
)
|
2048
1832
|
|
2049
1833
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|