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
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
|
19
19
|
class MonitorsAPI
|
|
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<(CheckCanDeleteMonitorResponse, Integer, Hash)>] CheckCanDeleteMonitorResponse data, response status code and response headers
|
|
41
41
|
def check_can_delete_monitor_with_http_info(monitor_ids, opts = {})
|
|
42
42
|
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:check_can_delete_monitor)
|
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:check_can_delete_monitor]
|
|
45
|
-
if unstable_enabled
|
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "check_can_delete_monitor")
|
|
47
|
-
else
|
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "check_can_delete_monitor"))
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
|
|
52
43
|
if @api_client.config.debugging
|
|
53
44
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.check_can_delete_monitor ...'
|
|
54
45
|
end
|
|
@@ -87,7 +78,8 @@ module DatadogAPIClient::V1
|
|
|
87
78
|
:form_params => form_params,
|
|
88
79
|
:body => post_body,
|
|
89
80
|
:auth_names => auth_names,
|
|
90
|
-
:return_type => return_type
|
|
81
|
+
:return_type => return_type,
|
|
82
|
+
:api_version => "V1"
|
|
91
83
|
)
|
|
92
84
|
|
|
93
85
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -163,27 +155,27 @@ module DatadogAPIClient::V1
|
|
|
163
155
|
#
|
|
164
156
|
# Example: `"check".over(tags).last(count).by(group).count_by_status()`
|
|
165
157
|
#
|
|
166
|
-
# -
|
|
167
|
-
# -
|
|
168
|
-
# -
|
|
158
|
+
# - `check` name of the check, for example `datadog.agent.up`
|
|
159
|
+
# - `tags` one or more quoted tags (comma-separated), or "*". for example: `.over("env:prod", "role:db")`; `over` cannot be blank.
|
|
160
|
+
# - `count` must be at greater than or equal to your max threshold (defined in the `options`). It is limited to 100.
|
|
169
161
|
# For example, if you've specified to notify on 1 critical, 3 ok, and 2 warn statuses, `count` should be at least 3.
|
|
170
|
-
# -
|
|
162
|
+
# - `group` must be specified for check monitors. Per-check grouping is already explicitly known for some service checks.
|
|
171
163
|
# For example, Postgres integration monitors are tagged by `db`, `host`, and `port`, and Network monitors by `host`, `instance`, and `url`. See [Service Checks](https://docs.datadoghq.com/api/latest/service-checks/) documentation for more information.
|
|
172
164
|
#
|
|
173
165
|
# **Event Alert Query**
|
|
174
166
|
#
|
|
175
167
|
# Example: `events('sources:nagios status:error,warning priority:normal tags: "string query"').rollup("count").last("1h")"`
|
|
176
168
|
#
|
|
177
|
-
# -
|
|
178
|
-
# -
|
|
179
|
-
# -
|
|
180
|
-
# -
|
|
181
|
-
# -
|
|
182
|
-
# -
|
|
183
|
-
# -
|
|
184
|
-
# -
|
|
185
|
-
# -
|
|
186
|
-
# -
|
|
169
|
+
# - `event`, the event query string:
|
|
170
|
+
# - `string_query` free text query to match against event title and text.
|
|
171
|
+
# - `sources` event sources (comma-separated).
|
|
172
|
+
# - `status` event statuses (comma-separated). Valid options: error, warn, and info.
|
|
173
|
+
# - `priority` event priorities (comma-separated). Valid options: low, normal, all.
|
|
174
|
+
# - `host` event reporting host (comma-separated).
|
|
175
|
+
# - `tags` event tags (comma-separated).
|
|
176
|
+
# - `excluded_tags` excluded event tags (comma-separated).
|
|
177
|
+
# - `rollup` the stats roll-up method. `count` is the only supported method now.
|
|
178
|
+
# - `last` the timeframe to roll up the counts. Examples: 45m, 4h. Supported timeframes: m, h and d. This value should not exceed 48 hours.
|
|
187
179
|
#
|
|
188
180
|
# **NOTE** The Event Alert Query is being deprecated and replaced by the Event V2 Alert Query. For more information, see the [Event Migration guide](https://docs.datadoghq.com/events/guides/migrating_to_new_events_features/).
|
|
189
181
|
#
|
|
@@ -191,44 +183,44 @@ module DatadogAPIClient::V1
|
|
|
191
183
|
#
|
|
192
184
|
# Example: `events(query).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
193
185
|
#
|
|
194
|
-
# -
|
|
195
|
-
# -
|
|
196
|
-
# -
|
|
197
|
-
# -
|
|
198
|
-
# -
|
|
199
|
-
# -
|
|
186
|
+
# - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
187
|
+
# - `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
|
|
188
|
+
# - `measure` For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use.
|
|
189
|
+
# - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
190
|
+
# - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
191
|
+
# - `#` an integer or decimal number used to set the threshold.
|
|
200
192
|
#
|
|
201
193
|
# **Process Alert Query**
|
|
202
194
|
#
|
|
203
195
|
# Example: `processes(search).over(tags).rollup('count').last(timeframe) operator #`
|
|
204
196
|
#
|
|
205
|
-
# -
|
|
197
|
+
# - `search` free text search string for querying processes.
|
|
206
198
|
# Matching processes match results on the [Live Processes](https://docs.datadoghq.com/infrastructure/process/?tab=linuxwindows) page.
|
|
207
|
-
# -
|
|
208
|
-
# -
|
|
209
|
-
# -
|
|
210
|
-
# -
|
|
199
|
+
# - `tags` one or more tags (comma-separated)
|
|
200
|
+
# - `timeframe` the timeframe to roll up the counts. Examples: 10m, 4h. Supported timeframes: s, m, h and d
|
|
201
|
+
# - `operator` <, <=, >, >=, ==, or !=
|
|
202
|
+
# - `#` an integer or decimal number used to set the threshold
|
|
211
203
|
#
|
|
212
204
|
# **Logs Alert Query**
|
|
213
205
|
#
|
|
214
206
|
# Example: `logs(query).index(index_name).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
215
207
|
#
|
|
216
|
-
# -
|
|
217
|
-
# -
|
|
218
|
-
# -
|
|
219
|
-
# -
|
|
220
|
-
# -
|
|
221
|
-
# -
|
|
222
|
-
# -
|
|
208
|
+
# - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
209
|
+
# - `index_name` For multi-index organizations, the log index in which the request is performed.
|
|
210
|
+
# - `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
|
|
211
|
+
# - `measure` For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use.
|
|
212
|
+
# - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
213
|
+
# - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
214
|
+
# - `#` an integer or decimal number used to set the threshold.
|
|
223
215
|
#
|
|
224
216
|
# **Composite Query**
|
|
225
217
|
#
|
|
226
218
|
# Example: `12345 && 67890`, where `12345` and `67890` are the IDs of non-composite monitors
|
|
227
219
|
#
|
|
228
|
-
# *
|
|
229
|
-
# *
|
|
220
|
+
# * `name` [*required*, *default* = **dynamic, based on query**]: The name of the alert.
|
|
221
|
+
# * `message` [*required*, *default* = **dynamic, based on query**]: A message to include with notifications for this monitor.
|
|
230
222
|
# Email notifications can be sent to specific users by using the same '@username' notation as events.
|
|
231
|
-
# *
|
|
223
|
+
# * `tags` [*optional*, *default* = **empty list**]: A list of tags to associate with your monitor.
|
|
232
224
|
# When getting all monitor details via the API, use the `monitor_tags` argument to filter results by these tags.
|
|
233
225
|
# It is only available via the API and isn't visible or editable in the Datadog UI.
|
|
234
226
|
#
|
|
@@ -236,20 +228,20 @@ module DatadogAPIClient::V1
|
|
|
236
228
|
#
|
|
237
229
|
# Example: `error_budget("slo_id").over("time_window") operator #`
|
|
238
230
|
#
|
|
239
|
-
# -
|
|
240
|
-
# -
|
|
241
|
-
# -
|
|
231
|
+
# - `slo_id`: The alphanumeric SLO ID of the SLO you are configuring the alert for.
|
|
232
|
+
# - `time_window`: The time window of the SLO target you wish to alert on. Valid options: `7d`, `30d`, `90d`.
|
|
233
|
+
# - `operator`: `>=` or `>`
|
|
242
234
|
#
|
|
243
235
|
# **Audit Alert Query**
|
|
244
236
|
#
|
|
245
237
|
# Example: `audits(query).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
246
238
|
#
|
|
247
|
-
# -
|
|
248
|
-
# -
|
|
249
|
-
# -
|
|
250
|
-
# -
|
|
251
|
-
# -
|
|
252
|
-
# -
|
|
239
|
+
# - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
240
|
+
# - `rollup_method` The stats roll-up method - supports `count`, `avg` and `cardinality`.
|
|
241
|
+
# - `measure` For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use.
|
|
242
|
+
# - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
243
|
+
# - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
244
|
+
# - `#` an integer or decimal number used to set the threshold.
|
|
253
245
|
#
|
|
254
246
|
# **NOTE** Only available on US1-FED and in closed beta on US1, EU, US3, and US5.
|
|
255
247
|
#
|
|
@@ -257,41 +249,45 @@ module DatadogAPIClient::V1
|
|
|
257
249
|
#
|
|
258
250
|
# Example: `ci-pipelines(query).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
259
251
|
#
|
|
260
|
-
# -
|
|
261
|
-
# -
|
|
262
|
-
# -
|
|
263
|
-
# -
|
|
264
|
-
# -
|
|
265
|
-
# -
|
|
252
|
+
# - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
253
|
+
# - `rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.
|
|
254
|
+
# - `measure` For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use.
|
|
255
|
+
# - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
256
|
+
# - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
257
|
+
# - `#` an integer or decimal number used to set the threshold.
|
|
266
258
|
#
|
|
267
259
|
# **NOTE** CI Pipeline monitors are in alpha on US1, EU, US3 and US5.
|
|
268
260
|
#
|
|
261
|
+
# **CI Tests Alert Query**
|
|
262
|
+
#
|
|
263
|
+
# Example: `ci-tests(query).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
264
|
+
#
|
|
265
|
+
# - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
266
|
+
# - `rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.
|
|
267
|
+
# - `measure` For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use.
|
|
268
|
+
# - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
269
|
+
# - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
270
|
+
# - `#` an integer or decimal number used to set the threshold.
|
|
271
|
+
#
|
|
272
|
+
# **NOTE** CI Test monitors are available only in closed beta on US1, EU, US3 and US5.
|
|
273
|
+
#
|
|
269
274
|
# **Error Tracking Alert Query**
|
|
270
275
|
#
|
|
271
276
|
# Example(RUM): `error-tracking-rum(query).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
272
277
|
# Example(APM Traces): `error-tracking-traces(query).rollup(rollup_method[, measure]).last(time_window) operator #`
|
|
273
278
|
#
|
|
274
|
-
# -
|
|
275
|
-
# -
|
|
276
|
-
# -
|
|
277
|
-
# -
|
|
278
|
-
# -
|
|
279
|
-
# -
|
|
279
|
+
# - `query` The search query - following the [Log search syntax](https://docs.datadoghq.com/logs/search_syntax/).
|
|
280
|
+
# - `rollup_method` The stats roll-up method - supports `count`, `avg`, and `cardinality`.
|
|
281
|
+
# - `measure` For `avg` and cardinality `rollup_method` - specify the measure or the facet name you want to use.
|
|
282
|
+
# - `time_window` #m (between 1 and 2880), #h (between 1 and 48).
|
|
283
|
+
# - `operator` `<`, `<=`, `>`, `>=`, `==`, or `!=`.
|
|
284
|
+
# - `#` an integer or decimal number used to set the threshold.
|
|
280
285
|
#
|
|
281
286
|
# @param body [Monitor] Create a monitor request body.
|
|
282
287
|
# @param opts [Hash] the optional parameters
|
|
283
288
|
# @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
|
|
284
289
|
def create_monitor_with_http_info(body, opts = {})
|
|
285
290
|
|
|
286
|
-
if @api_client.config.unstable_operations.has_key?(:create_monitor)
|
|
287
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_monitor]
|
|
288
|
-
if unstable_enabled
|
|
289
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_monitor")
|
|
290
|
-
else
|
|
291
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_monitor"))
|
|
292
|
-
end
|
|
293
|
-
end
|
|
294
|
-
|
|
295
291
|
if @api_client.config.debugging
|
|
296
292
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.create_monitor ...'
|
|
297
293
|
end
|
|
@@ -331,7 +327,8 @@ module DatadogAPIClient::V1
|
|
|
331
327
|
:form_params => form_params,
|
|
332
328
|
:body => post_body,
|
|
333
329
|
:auth_names => auth_names,
|
|
334
|
-
:return_type => return_type
|
|
330
|
+
:return_type => return_type,
|
|
331
|
+
:api_version => "V1"
|
|
335
332
|
)
|
|
336
333
|
|
|
337
334
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -359,15 +356,6 @@ module DatadogAPIClient::V1
|
|
|
359
356
|
# @return [Array<(DeletedMonitor, Integer, Hash)>] DeletedMonitor data, response status code and response headers
|
|
360
357
|
def delete_monitor_with_http_info(monitor_id, opts = {})
|
|
361
358
|
|
|
362
|
-
if @api_client.config.unstable_operations.has_key?(:delete_monitor)
|
|
363
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_monitor]
|
|
364
|
-
if unstable_enabled
|
|
365
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_monitor")
|
|
366
|
-
else
|
|
367
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_monitor"))
|
|
368
|
-
end
|
|
369
|
-
end
|
|
370
|
-
|
|
371
359
|
if @api_client.config.debugging
|
|
372
360
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.delete_monitor ...'
|
|
373
361
|
end
|
|
@@ -406,7 +394,8 @@ module DatadogAPIClient::V1
|
|
|
406
394
|
:form_params => form_params,
|
|
407
395
|
:body => post_body,
|
|
408
396
|
:auth_names => auth_names,
|
|
409
|
-
:return_type => return_type
|
|
397
|
+
:return_type => return_type,
|
|
398
|
+
:api_version => "V1"
|
|
410
399
|
)
|
|
411
400
|
|
|
412
401
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
@@ -434,15 +423,6 @@ module DatadogAPIClient::V1
|
|
|
434
423
|
# @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
|
|
435
424
|
def get_monitor_with_http_info(monitor_id, opts = {})
|
|
436
425
|
|
|
437
|
-
if @api_client.config.unstable_operations.has_key?(:get_monitor)
|
|
438
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_monitor]
|
|
439
|
-
if unstable_enabled
|
|
440
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_monitor")
|
|
441
|
-
else
|
|
442
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_monitor"))
|
|
443
|
-
end
|
|
444
|
-
end
|
|
445
|
-
|
|
446
426
|
if @api_client.config.debugging
|
|
447
427
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.get_monitor ...'
|
|
448
428
|
end
|
|
@@ -481,7 +461,8 @@ module DatadogAPIClient::V1
|
|
|
481
461
|
:form_params => form_params,
|
|
482
462
|
:body => post_body,
|
|
483
463
|
:auth_names => auth_names,
|
|
484
|
-
:return_type => return_type
|
|
464
|
+
:return_type => return_type,
|
|
465
|
+
:api_version => "V1"
|
|
485
466
|
)
|
|
486
467
|
|
|
487
468
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -515,15 +496,6 @@ module DatadogAPIClient::V1
|
|
|
515
496
|
# @return [Array<(Array<Monitor>, Integer, Hash)>] Array<Monitor> data, response status code and response headers
|
|
516
497
|
def list_monitors_with_http_info(opts = {})
|
|
517
498
|
|
|
518
|
-
if @api_client.config.unstable_operations.has_key?(:list_monitors)
|
|
519
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_monitors]
|
|
520
|
-
if unstable_enabled
|
|
521
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_monitors")
|
|
522
|
-
else
|
|
523
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_monitors"))
|
|
524
|
-
end
|
|
525
|
-
end
|
|
526
|
-
|
|
527
499
|
if @api_client.config.debugging
|
|
528
500
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.list_monitors ...'
|
|
529
501
|
end
|
|
@@ -568,7 +540,8 @@ module DatadogAPIClient::V1
|
|
|
568
540
|
:form_params => form_params,
|
|
569
541
|
:body => post_body,
|
|
570
542
|
:auth_names => auth_names,
|
|
571
|
-
:return_type => return_type
|
|
543
|
+
:return_type => return_type,
|
|
544
|
+
:api_version => "V1"
|
|
572
545
|
)
|
|
573
546
|
|
|
574
547
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -598,15 +571,6 @@ module DatadogAPIClient::V1
|
|
|
598
571
|
# @return [Array<(MonitorGroupSearchResponse, Integer, Hash)>] MonitorGroupSearchResponse data, response status code and response headers
|
|
599
572
|
def search_monitor_groups_with_http_info(opts = {})
|
|
600
573
|
|
|
601
|
-
if @api_client.config.unstable_operations.has_key?(:search_monitor_groups)
|
|
602
|
-
unstable_enabled = @api_client.config.unstable_operations[:search_monitor_groups]
|
|
603
|
-
if unstable_enabled
|
|
604
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "search_monitor_groups")
|
|
605
|
-
else
|
|
606
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "search_monitor_groups"))
|
|
607
|
-
end
|
|
608
|
-
end
|
|
609
|
-
|
|
610
574
|
if @api_client.config.debugging
|
|
611
575
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.search_monitor_groups ...'
|
|
612
576
|
end
|
|
@@ -644,7 +608,8 @@ module DatadogAPIClient::V1
|
|
|
644
608
|
:form_params => form_params,
|
|
645
609
|
:body => post_body,
|
|
646
610
|
:auth_names => auth_names,
|
|
647
|
-
:return_type => return_type
|
|
611
|
+
:return_type => return_type,
|
|
612
|
+
:api_version => "V1"
|
|
648
613
|
)
|
|
649
614
|
|
|
650
615
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -674,15 +639,6 @@ module DatadogAPIClient::V1
|
|
|
674
639
|
# @return [Array<(MonitorSearchResponse, Integer, Hash)>] MonitorSearchResponse data, response status code and response headers
|
|
675
640
|
def search_monitors_with_http_info(opts = {})
|
|
676
641
|
|
|
677
|
-
if @api_client.config.unstable_operations.has_key?(:search_monitors)
|
|
678
|
-
unstable_enabled = @api_client.config.unstable_operations[:search_monitors]
|
|
679
|
-
if unstable_enabled
|
|
680
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "search_monitors")
|
|
681
|
-
else
|
|
682
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "search_monitors"))
|
|
683
|
-
end
|
|
684
|
-
end
|
|
685
|
-
|
|
686
642
|
if @api_client.config.debugging
|
|
687
643
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.search_monitors ...'
|
|
688
644
|
end
|
|
@@ -720,7 +676,8 @@ module DatadogAPIClient::V1
|
|
|
720
676
|
:form_params => form_params,
|
|
721
677
|
:body => post_body,
|
|
722
678
|
:auth_names => auth_names,
|
|
723
|
-
:return_type => return_type
|
|
679
|
+
:return_type => return_type,
|
|
680
|
+
:api_version => "V1"
|
|
724
681
|
)
|
|
725
682
|
|
|
726
683
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -748,15 +705,6 @@ module DatadogAPIClient::V1
|
|
|
748
705
|
# @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
|
|
749
706
|
def update_monitor_with_http_info(monitor_id, body, opts = {})
|
|
750
707
|
|
|
751
|
-
if @api_client.config.unstable_operations.has_key?(:update_monitor)
|
|
752
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_monitor]
|
|
753
|
-
if unstable_enabled
|
|
754
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_monitor")
|
|
755
|
-
else
|
|
756
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_monitor"))
|
|
757
|
-
end
|
|
758
|
-
end
|
|
759
|
-
|
|
760
708
|
if @api_client.config.debugging
|
|
761
709
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.update_monitor ...'
|
|
762
710
|
end
|
|
@@ -800,7 +748,8 @@ module DatadogAPIClient::V1
|
|
|
800
748
|
:form_params => form_params,
|
|
801
749
|
:body => post_body,
|
|
802
750
|
:auth_names => auth_names,
|
|
803
|
-
:return_type => return_type
|
|
751
|
+
:return_type => return_type,
|
|
752
|
+
:api_version => "V1"
|
|
804
753
|
)
|
|
805
754
|
|
|
806
755
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
|
@@ -828,15 +777,6 @@ module DatadogAPIClient::V1
|
|
|
828
777
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
829
778
|
def validate_existing_monitor_with_http_info(monitor_id, body, opts = {})
|
|
830
779
|
|
|
831
|
-
if @api_client.config.unstable_operations.has_key?(:validate_existing_monitor)
|
|
832
|
-
unstable_enabled = @api_client.config.unstable_operations[:validate_existing_monitor]
|
|
833
|
-
if unstable_enabled
|
|
834
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "validate_existing_monitor")
|
|
835
|
-
else
|
|
836
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "validate_existing_monitor"))
|
|
837
|
-
end
|
|
838
|
-
end
|
|
839
|
-
|
|
840
780
|
if @api_client.config.debugging
|
|
841
781
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.validate_existing_monitor ...'
|
|
842
782
|
end
|
|
@@ -880,7 +820,8 @@ module DatadogAPIClient::V1
|
|
|
880
820
|
:form_params => form_params,
|
|
881
821
|
:body => post_body,
|
|
882
822
|
:auth_names => auth_names,
|
|
883
|
-
:return_type => return_type
|
|
823
|
+
:return_type => return_type,
|
|
824
|
+
:api_version => "V1"
|
|
884
825
|
)
|
|
885
826
|
|
|
886
827
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -907,15 +848,6 @@ module DatadogAPIClient::V1
|
|
|
907
848
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
|
908
849
|
def validate_monitor_with_http_info(body, opts = {})
|
|
909
850
|
|
|
910
|
-
if @api_client.config.unstable_operations.has_key?(:validate_monitor)
|
|
911
|
-
unstable_enabled = @api_client.config.unstable_operations[:validate_monitor]
|
|
912
|
-
if unstable_enabled
|
|
913
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "validate_monitor")
|
|
914
|
-
else
|
|
915
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "validate_monitor"))
|
|
916
|
-
end
|
|
917
|
-
end
|
|
918
|
-
|
|
919
851
|
if @api_client.config.debugging
|
|
920
852
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.validate_monitor ...'
|
|
921
853
|
end
|
|
@@ -955,7 +887,8 @@ module DatadogAPIClient::V1
|
|
|
955
887
|
:form_params => form_params,
|
|
956
888
|
:body => post_body,
|
|
957
889
|
:auth_names => auth_names,
|
|
958
|
-
:return_type => return_type
|
|
890
|
+
:return_type => return_type,
|
|
891
|
+
:api_version => "V1"
|
|
959
892
|
)
|
|
960
893
|
|
|
961
894
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
|
19
19
|
class NotebooksAPI
|
|
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<(NotebookResponse, Integer, Hash)>] NotebookResponse data, response status code and response headers
|
|
41
41
|
def create_notebook_with_http_info(body, opts = {})
|
|
42
42
|
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_notebook)
|
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_notebook]
|
|
45
|
-
if unstable_enabled
|
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_notebook")
|
|
47
|
-
else
|
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_notebook"))
|
|
49
|
-
end
|
|
50
|
-
end
|
|
51
|
-
|
|
52
43
|
if @api_client.config.debugging
|
|
53
44
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.create_notebook ...'
|
|
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<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
116
108
|
def delete_notebook_with_http_info(notebook_id, opts = {})
|
|
117
109
|
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:delete_notebook)
|
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_notebook]
|
|
120
|
-
if unstable_enabled
|
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_notebook")
|
|
122
|
-
else
|
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_notebook"))
|
|
124
|
-
end
|
|
125
|
-
end
|
|
126
|
-
|
|
127
110
|
if @api_client.config.debugging
|
|
128
111
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.delete_notebook ...'
|
|
129
112
|
end
|
|
@@ -161,7 +144,8 @@ module DatadogAPIClient::V1
|
|
|
161
144
|
:form_params => form_params,
|
|
162
145
|
:body => post_body,
|
|
163
146
|
:auth_names => auth_names,
|
|
164
|
-
:return_type => return_type
|
|
147
|
+
:return_type => return_type,
|
|
148
|
+
:api_version => "V1"
|
|
165
149
|
)
|
|
166
150
|
|
|
167
151
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
@@ -188,15 +172,6 @@ module DatadogAPIClient::V1
|
|
|
188
172
|
# @return [Array<(NotebookResponse, Integer, Hash)>] NotebookResponse data, response status code and response headers
|
|
189
173
|
def get_notebook_with_http_info(notebook_id, opts = {})
|
|
190
174
|
|
|
191
|
-
if @api_client.config.unstable_operations.has_key?(:get_notebook)
|
|
192
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_notebook]
|
|
193
|
-
if unstable_enabled
|
|
194
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_notebook")
|
|
195
|
-
else
|
|
196
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_notebook"))
|
|
197
|
-
end
|
|
198
|
-
end
|
|
199
|
-
|
|
200
175
|
if @api_client.config.debugging
|
|
201
176
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.get_notebook ...'
|
|
202
177
|
end
|
|
@@ -234,7 +209,8 @@ module DatadogAPIClient::V1
|
|
|
234
209
|
:form_params => form_params,
|
|
235
210
|
:body => post_body,
|
|
236
211
|
:auth_names => auth_names,
|
|
237
|
-
:return_type => return_type
|
|
212
|
+
:return_type => return_type,
|
|
213
|
+
:api_version => "V1"
|
|
238
214
|
)
|
|
239
215
|
|
|
240
216
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -271,15 +247,6 @@ module DatadogAPIClient::V1
|
|
|
271
247
|
# @return [Array<(NotebooksResponse, Integer, Hash)>] NotebooksResponse data, response status code and response headers
|
|
272
248
|
def list_notebooks_with_http_info(opts = {})
|
|
273
249
|
|
|
274
|
-
if @api_client.config.unstable_operations.has_key?(:list_notebooks)
|
|
275
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_notebooks]
|
|
276
|
-
if unstable_enabled
|
|
277
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_notebooks")
|
|
278
|
-
else
|
|
279
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_notebooks"))
|
|
280
|
-
end
|
|
281
|
-
end
|
|
282
|
-
|
|
283
250
|
if @api_client.config.debugging
|
|
284
251
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.list_notebooks ...'
|
|
285
252
|
end
|
|
@@ -323,7 +290,8 @@ module DatadogAPIClient::V1
|
|
|
323
290
|
:form_params => form_params,
|
|
324
291
|
:body => post_body,
|
|
325
292
|
:auth_names => auth_names,
|
|
326
|
-
:return_type => return_type
|
|
293
|
+
:return_type => return_type,
|
|
294
|
+
:api_version => "V1"
|
|
327
295
|
)
|
|
328
296
|
|
|
329
297
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -351,15 +319,6 @@ module DatadogAPIClient::V1
|
|
|
351
319
|
# @return [Array<(NotebookResponse, Integer, Hash)>] NotebookResponse data, response status code and response headers
|
|
352
320
|
def update_notebook_with_http_info(notebook_id, body, opts = {})
|
|
353
321
|
|
|
354
|
-
if @api_client.config.unstable_operations.has_key?(:update_notebook)
|
|
355
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_notebook]
|
|
356
|
-
if unstable_enabled
|
|
357
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_notebook")
|
|
358
|
-
else
|
|
359
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_notebook"))
|
|
360
|
-
end
|
|
361
|
-
end
|
|
362
|
-
|
|
363
322
|
if @api_client.config.debugging
|
|
364
323
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.update_notebook ...'
|
|
365
324
|
end
|
|
@@ -403,7 +362,8 @@ module DatadogAPIClient::V1
|
|
|
403
362
|
:form_params => form_params,
|
|
404
363
|
:body => post_body,
|
|
405
364
|
:auth_names => auth_names,
|
|
406
|
-
:return_type => return_type
|
|
365
|
+
:return_type => return_type,
|
|
366
|
+
:api_version => "V1"
|
|
407
367
|
)
|
|
408
368
|
|
|
409
369
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|