datadog_api_client 1.10.0 → 2.0.1
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 +1014 -166
- data/.generator/schemas/v2/openapi.yaml +1615 -86
- data/.generator/src/generator/cli.py +57 -40
- data/.generator/src/generator/formatter.py +14 -0
- data/.generator/src/generator/openapi.py +12 -6
- data/.generator/src/generator/templates/api.j2 +14 -13
- data/.generator/src/generator/templates/api_client.j2 +63 -11
- 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_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 +1 -1
- 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 +69 -0
- data/Gemfile +1 -0
- data/Makefile +1 -2
- data/README.md +13 -13
- data/datadog_api_client.gemspec +2 -0
- 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 +3 -0
- data/examples/v1/downtimes/CreateDowntime_3059354445.rb +3 -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/organizations/DowngradeOrg.rb +5 -0
- data/examples/v1/organizations/UpdateOrg.rb +1 -0
- 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 +3 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +4 -1
- 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 +3 -0
- data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +0 -3
- data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +0 -3
- 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 +1 -1
- 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_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/metrics/CreateTagConfiguration.rb +0 -3
- data/examples/v2/metrics/DeleteTagConfiguration.rb +0 -3
- 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 +6 -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 +4 -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 +2 -5
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +2 -5
- 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} +63 -11
- data/lib/datadog_api_client/api_key_configuration.rb +1 -18
- data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +133 -29
- 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 +86 -61
- data/lib/datadog_api_client/v1/api/monitors_api.rb +21 -101
- 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 +10 -34
- 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 +11 -51
- 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 +175 -418
- 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/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/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/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_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
- 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_attributes.rb +1 -1
- 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/search_slo_response_data.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +197 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +121 -0
- 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/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/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/sunburst_widget_legend.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
- 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_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_options.rb +11 -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_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/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 -51
- 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 +26 -114
- 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 +190 -50
- 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_included.rb +1 -1
- 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/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 +10 -8
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -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_intake_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_resource.rb +2 -2
- data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
- 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/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/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 +13 -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/user_response_included_item.rb +1 -1
- 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} +29 -29
- data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
- data/spec/spec_helper.rb +1 -3
- metadata +144 -20
- data/.dockerignore +0 -1
- data/.generator/src/generator/templates/api_error.j2 +0 -49
- data/lib/datadog_api_client/v1/api_client.rb +0 -453
- data/lib/datadog_api_client/v1/api_error.rb +0 -60
- data/lib/datadog_api_client/v1.rb +0 -794
- data/lib/datadog_api_client/v2/api_error.rb +0 -60
- data/lib/datadog_api_client/v2/configuration.rb +0 -427
- data/lib/datadog_api_client/v2.rb +0 -540
- data/spec/v2/api_client_spec.rb +0 -210
- data/spec/v2/configuration_spec.rb +0 -45
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
|
|
|
19
19
|
class MetricsAPI
|
|
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
|
|
|
@@ -45,15 +45,6 @@ module DatadogAPIClient::V2
|
|
|
45
45
|
# @return [Array<(MetricBulkTagConfigResponse, Integer, Hash)>] MetricBulkTagConfigResponse data, response status code and response headers
|
|
46
46
|
def create_bulk_tags_metrics_configuration_with_http_info(body, opts = {})
|
|
47
47
|
|
|
48
|
-
if @api_client.config.unstable_operations.has_key?(:create_bulk_tags_metrics_configuration)
|
|
49
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_bulk_tags_metrics_configuration]
|
|
50
|
-
if unstable_enabled
|
|
51
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_bulk_tags_metrics_configuration")
|
|
52
|
-
else
|
|
53
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_bulk_tags_metrics_configuration"))
|
|
54
|
-
end
|
|
55
|
-
end
|
|
56
|
-
|
|
57
48
|
if @api_client.config.debugging
|
|
58
49
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.create_bulk_tags_metrics_configuration ...'
|
|
59
50
|
end
|
|
@@ -93,7 +84,8 @@ module DatadogAPIClient::V2
|
|
|
93
84
|
:form_params => form_params,
|
|
94
85
|
:body => post_body,
|
|
95
86
|
:auth_names => auth_names,
|
|
96
|
-
:return_type => return_type
|
|
87
|
+
:return_type => return_type,
|
|
88
|
+
:api_version => "V2"
|
|
97
89
|
)
|
|
98
90
|
|
|
99
91
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -124,15 +116,6 @@ module DatadogAPIClient::V2
|
|
|
124
116
|
# @return [Array<(MetricTagConfigurationResponse, Integer, Hash)>] MetricTagConfigurationResponse data, response status code and response headers
|
|
125
117
|
def create_tag_configuration_with_http_info(metric_name, body, opts = {})
|
|
126
118
|
|
|
127
|
-
if @api_client.config.unstable_operations.has_key?(:create_tag_configuration)
|
|
128
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_tag_configuration]
|
|
129
|
-
if unstable_enabled
|
|
130
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_tag_configuration")
|
|
131
|
-
else
|
|
132
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_tag_configuration"))
|
|
133
|
-
end
|
|
134
|
-
end
|
|
135
|
-
|
|
136
119
|
if @api_client.config.debugging
|
|
137
120
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.create_tag_configuration ...'
|
|
138
121
|
end
|
|
@@ -176,7 +159,8 @@ module DatadogAPIClient::V2
|
|
|
176
159
|
:form_params => form_params,
|
|
177
160
|
:body => post_body,
|
|
178
161
|
:auth_names => auth_names,
|
|
179
|
-
:return_type => return_type
|
|
162
|
+
:return_type => return_type,
|
|
163
|
+
:api_version => "V2"
|
|
180
164
|
)
|
|
181
165
|
|
|
182
166
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -206,15 +190,6 @@ module DatadogAPIClient::V2
|
|
|
206
190
|
# @return [Array<(MetricBulkTagConfigResponse, Integer, Hash)>] MetricBulkTagConfigResponse data, response status code and response headers
|
|
207
191
|
def delete_bulk_tags_metrics_configuration_with_http_info(body, opts = {})
|
|
208
192
|
|
|
209
|
-
if @api_client.config.unstable_operations.has_key?(:delete_bulk_tags_metrics_configuration)
|
|
210
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_bulk_tags_metrics_configuration]
|
|
211
|
-
if unstable_enabled
|
|
212
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_bulk_tags_metrics_configuration")
|
|
213
|
-
else
|
|
214
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_bulk_tags_metrics_configuration"))
|
|
215
|
-
end
|
|
216
|
-
end
|
|
217
|
-
|
|
218
193
|
if @api_client.config.debugging
|
|
219
194
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.delete_bulk_tags_metrics_configuration ...'
|
|
220
195
|
end
|
|
@@ -254,7 +229,8 @@ module DatadogAPIClient::V2
|
|
|
254
229
|
:form_params => form_params,
|
|
255
230
|
:body => post_body,
|
|
256
231
|
:auth_names => auth_names,
|
|
257
|
-
:return_type => return_type
|
|
232
|
+
:return_type => return_type,
|
|
233
|
+
:api_version => "V2"
|
|
258
234
|
)
|
|
259
235
|
|
|
260
236
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
@@ -282,15 +258,6 @@ module DatadogAPIClient::V2
|
|
|
282
258
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
283
259
|
def delete_tag_configuration_with_http_info(metric_name, opts = {})
|
|
284
260
|
|
|
285
|
-
if @api_client.config.unstable_operations.has_key?(:delete_tag_configuration)
|
|
286
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_tag_configuration]
|
|
287
|
-
if unstable_enabled
|
|
288
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_tag_configuration")
|
|
289
|
-
else
|
|
290
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_tag_configuration"))
|
|
291
|
-
end
|
|
292
|
-
end
|
|
293
|
-
|
|
294
261
|
if @api_client.config.debugging
|
|
295
262
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.delete_tag_configuration ...'
|
|
296
263
|
end
|
|
@@ -328,7 +295,8 @@ module DatadogAPIClient::V2
|
|
|
328
295
|
:form_params => form_params,
|
|
329
296
|
:body => post_body,
|
|
330
297
|
:auth_names => auth_names,
|
|
331
|
-
:return_type => return_type
|
|
298
|
+
:return_type => return_type,
|
|
299
|
+
:api_version => "V2"
|
|
332
300
|
)
|
|
333
301
|
|
|
334
302
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
@@ -360,15 +328,6 @@ module DatadogAPIClient::V2
|
|
|
360
328
|
# @return [Array<(MetricEstimateResponse, Integer, Hash)>] MetricEstimateResponse data, response status code and response headers
|
|
361
329
|
def estimate_metrics_output_series_with_http_info(metric_name, opts = {})
|
|
362
330
|
|
|
363
|
-
if @api_client.config.unstable_operations.has_key?(:estimate_metrics_output_series)
|
|
364
|
-
unstable_enabled = @api_client.config.unstable_operations[:estimate_metrics_output_series]
|
|
365
|
-
if unstable_enabled
|
|
366
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "estimate_metrics_output_series")
|
|
367
|
-
else
|
|
368
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "estimate_metrics_output_series"))
|
|
369
|
-
end
|
|
370
|
-
end
|
|
371
|
-
|
|
372
331
|
if @api_client.config.debugging
|
|
373
332
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.estimate_metrics_output_series ...'
|
|
374
333
|
end
|
|
@@ -411,7 +370,8 @@ module DatadogAPIClient::V2
|
|
|
411
370
|
:form_params => form_params,
|
|
412
371
|
:body => post_body,
|
|
413
372
|
:auth_names => auth_names,
|
|
414
|
-
:return_type => return_type
|
|
373
|
+
:return_type => return_type,
|
|
374
|
+
:api_version => "V2"
|
|
415
375
|
)
|
|
416
376
|
|
|
417
377
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -438,15 +398,6 @@ module DatadogAPIClient::V2
|
|
|
438
398
|
# @return [Array<(MetricTagConfigurationResponse, Integer, Hash)>] MetricTagConfigurationResponse data, response status code and response headers
|
|
439
399
|
def list_tag_configuration_by_name_with_http_info(metric_name, opts = {})
|
|
440
400
|
|
|
441
|
-
if @api_client.config.unstable_operations.has_key?(:list_tag_configuration_by_name)
|
|
442
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_tag_configuration_by_name]
|
|
443
|
-
if unstable_enabled
|
|
444
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_tag_configuration_by_name")
|
|
445
|
-
else
|
|
446
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_tag_configuration_by_name"))
|
|
447
|
-
end
|
|
448
|
-
end
|
|
449
|
-
|
|
450
401
|
if @api_client.config.debugging
|
|
451
402
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.list_tag_configuration_by_name ...'
|
|
452
403
|
end
|
|
@@ -475,7 +426,7 @@ module DatadogAPIClient::V2
|
|
|
475
426
|
return_type = opts[:debug_return_type] || 'MetricTagConfigurationResponse'
|
|
476
427
|
|
|
477
428
|
# auth_names
|
|
478
|
-
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
429
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
479
430
|
|
|
480
431
|
new_options = opts.merge(
|
|
481
432
|
:operation => :list_tag_configuration_by_name,
|
|
@@ -484,7 +435,8 @@ module DatadogAPIClient::V2
|
|
|
484
435
|
:form_params => form_params,
|
|
485
436
|
:body => post_body,
|
|
486
437
|
:auth_names => auth_names,
|
|
487
|
-
:return_type => return_type
|
|
438
|
+
:return_type => return_type,
|
|
439
|
+
:api_version => "V2"
|
|
488
440
|
)
|
|
489
441
|
|
|
490
442
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -517,15 +469,6 @@ module DatadogAPIClient::V2
|
|
|
517
469
|
# @return [Array<(MetricsAndMetricTagConfigurationsResponse, Integer, Hash)>] MetricsAndMetricTagConfigurationsResponse data, response status code and response headers
|
|
518
470
|
def list_tag_configurations_with_http_info(opts = {})
|
|
519
471
|
|
|
520
|
-
if @api_client.config.unstable_operations.has_key?(:list_tag_configurations)
|
|
521
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_tag_configurations]
|
|
522
|
-
if unstable_enabled
|
|
523
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_tag_configurations")
|
|
524
|
-
else
|
|
525
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_tag_configurations"))
|
|
526
|
-
end
|
|
527
|
-
end
|
|
528
|
-
|
|
529
472
|
if @api_client.config.debugging
|
|
530
473
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.list_tag_configurations ...'
|
|
531
474
|
end
|
|
@@ -569,7 +512,8 @@ module DatadogAPIClient::V2
|
|
|
569
512
|
:form_params => form_params,
|
|
570
513
|
:body => post_body,
|
|
571
514
|
:auth_names => auth_names,
|
|
572
|
-
:return_type => return_type
|
|
515
|
+
:return_type => return_type,
|
|
516
|
+
:api_version => "V2"
|
|
573
517
|
)
|
|
574
518
|
|
|
575
519
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -596,15 +540,6 @@ module DatadogAPIClient::V2
|
|
|
596
540
|
# @return [Array<(MetricAllTagsResponse, Integer, Hash)>] MetricAllTagsResponse data, response status code and response headers
|
|
597
541
|
def list_tags_by_metric_name_with_http_info(metric_name, opts = {})
|
|
598
542
|
|
|
599
|
-
if @api_client.config.unstable_operations.has_key?(:list_tags_by_metric_name)
|
|
600
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_tags_by_metric_name]
|
|
601
|
-
if unstable_enabled
|
|
602
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_tags_by_metric_name")
|
|
603
|
-
else
|
|
604
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_tags_by_metric_name"))
|
|
605
|
-
end
|
|
606
|
-
end
|
|
607
|
-
|
|
608
543
|
if @api_client.config.debugging
|
|
609
544
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.list_tags_by_metric_name ...'
|
|
610
545
|
end
|
|
@@ -642,7 +577,8 @@ module DatadogAPIClient::V2
|
|
|
642
577
|
:form_params => form_params,
|
|
643
578
|
:body => post_body,
|
|
644
579
|
:auth_names => auth_names,
|
|
645
|
-
:return_type => return_type
|
|
580
|
+
:return_type => return_type,
|
|
581
|
+
:api_version => "V2"
|
|
646
582
|
)
|
|
647
583
|
|
|
648
584
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -664,8 +600,6 @@ module DatadogAPIClient::V2
|
|
|
664
600
|
#
|
|
665
601
|
# View distinct metrics volumes for the given metric name.
|
|
666
602
|
#
|
|
667
|
-
# Custom distribution metrics will return both ingested and indexed custom metric volumes.
|
|
668
|
-
# For Metrics without Limits™ beta customers, all metrics will return both ingested/indexed volumes.
|
|
669
603
|
# Custom metrics generated in-app from other products will return `null` for ingested volumes.
|
|
670
604
|
#
|
|
671
605
|
# @param metric_name [String] The name of the metric.
|
|
@@ -673,15 +607,6 @@ module DatadogAPIClient::V2
|
|
|
673
607
|
# @return [Array<(MetricVolumesResponse, Integer, Hash)>] MetricVolumesResponse data, response status code and response headers
|
|
674
608
|
def list_volumes_by_metric_name_with_http_info(metric_name, opts = {})
|
|
675
609
|
|
|
676
|
-
if @api_client.config.unstable_operations.has_key?(:list_volumes_by_metric_name)
|
|
677
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_volumes_by_metric_name]
|
|
678
|
-
if unstable_enabled
|
|
679
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_volumes_by_metric_name")
|
|
680
|
-
else
|
|
681
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_volumes_by_metric_name"))
|
|
682
|
-
end
|
|
683
|
-
end
|
|
684
|
-
|
|
685
610
|
if @api_client.config.debugging
|
|
686
611
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.list_volumes_by_metric_name ...'
|
|
687
612
|
end
|
|
@@ -719,7 +644,8 @@ module DatadogAPIClient::V2
|
|
|
719
644
|
:form_params => form_params,
|
|
720
645
|
:body => post_body,
|
|
721
646
|
:auth_names => auth_names,
|
|
722
|
-
:return_type => return_type
|
|
647
|
+
:return_type => return_type,
|
|
648
|
+
:api_version => "V2"
|
|
723
649
|
)
|
|
724
650
|
|
|
725
651
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -750,21 +676,14 @@ module DatadogAPIClient::V2
|
|
|
750
676
|
# - 50 bytes for the timeseries
|
|
751
677
|
# - The full payload is approximately 100 bytes.
|
|
752
678
|
#
|
|
679
|
+
# Host name is one of the resources in the Resources field.
|
|
680
|
+
#
|
|
753
681
|
# @param body [MetricPayload]
|
|
754
682
|
# @param opts [Hash] the optional parameters
|
|
755
683
|
# @option opts [MetricContentEncoding] :content_encoding HTTP header used to compress the media-type.
|
|
756
684
|
# @return [Array<(IntakePayloadAccepted, Integer, Hash)>] IntakePayloadAccepted data, response status code and response headers
|
|
757
685
|
def submit_metrics_with_http_info(body, opts = {})
|
|
758
686
|
|
|
759
|
-
if @api_client.config.unstable_operations.has_key?(:submit_metrics)
|
|
760
|
-
unstable_enabled = @api_client.config.unstable_operations[:submit_metrics]
|
|
761
|
-
if unstable_enabled
|
|
762
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "submit_metrics")
|
|
763
|
-
else
|
|
764
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "submit_metrics"))
|
|
765
|
-
end
|
|
766
|
-
end
|
|
767
|
-
|
|
768
687
|
if @api_client.config.debugging
|
|
769
688
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.submit_metrics ...'
|
|
770
689
|
end
|
|
@@ -809,7 +728,8 @@ module DatadogAPIClient::V2
|
|
|
809
728
|
:form_params => form_params,
|
|
810
729
|
:body => post_body,
|
|
811
730
|
:auth_names => auth_names,
|
|
812
|
-
:return_type => return_type
|
|
731
|
+
:return_type => return_type,
|
|
732
|
+
:api_version => "V2"
|
|
813
733
|
)
|
|
814
734
|
|
|
815
735
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -839,15 +759,6 @@ module DatadogAPIClient::V2
|
|
|
839
759
|
# @return [Array<(MetricTagConfigurationResponse, Integer, Hash)>] MetricTagConfigurationResponse data, response status code and response headers
|
|
840
760
|
def update_tag_configuration_with_http_info(metric_name, body, opts = {})
|
|
841
761
|
|
|
842
|
-
if @api_client.config.unstable_operations.has_key?(:update_tag_configuration)
|
|
843
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_tag_configuration]
|
|
844
|
-
if unstable_enabled
|
|
845
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_tag_configuration")
|
|
846
|
-
else
|
|
847
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_tag_configuration"))
|
|
848
|
-
end
|
|
849
|
-
end
|
|
850
|
-
|
|
851
762
|
if @api_client.config.debugging
|
|
852
763
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.update_tag_configuration ...'
|
|
853
764
|
end
|
|
@@ -891,7 +802,8 @@ module DatadogAPIClient::V2
|
|
|
891
802
|
:form_params => form_params,
|
|
892
803
|
:body => post_body,
|
|
893
804
|
:auth_names => auth_names,
|
|
894
|
-
:return_type => return_type
|
|
805
|
+
:return_type => return_type,
|
|
806
|
+
:api_version => "V2"
|
|
895
807
|
)
|
|
896
808
|
|
|
897
809
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
|
|
@@ -0,0 +1,355 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V2 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'cgi'
|
|
17
|
+
|
|
18
|
+
module DatadogAPIClient::V2
|
|
19
|
+
class OpsgenieIntegrationAPI
|
|
20
|
+
attr_accessor :api_client
|
|
21
|
+
|
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
|
23
|
+
@api_client = api_client
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# Create a new service object.
|
|
27
|
+
#
|
|
28
|
+
# @see #create_opsgenie_service_with_http_info
|
|
29
|
+
def create_opsgenie_service(body, opts = {})
|
|
30
|
+
data, _status_code, _headers = create_opsgenie_service_with_http_info(body, opts)
|
|
31
|
+
data
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# Create a new service object.
|
|
35
|
+
#
|
|
36
|
+
# Create a new service object in the Opsgenie integration.
|
|
37
|
+
#
|
|
38
|
+
# @param body [OpsgenieServiceCreateRequest] Opsgenie service payload
|
|
39
|
+
# @param opts [Hash] the optional parameters
|
|
40
|
+
# @return [Array<(OpsgenieServiceResponse, Integer, Hash)>] OpsgenieServiceResponse data, response status code and response headers
|
|
41
|
+
def create_opsgenie_service_with_http_info(body, opts = {})
|
|
42
|
+
|
|
43
|
+
if @api_client.config.debugging
|
|
44
|
+
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.create_opsgenie_service ...'
|
|
45
|
+
end
|
|
46
|
+
# verify the required parameter 'body' is set
|
|
47
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
48
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling OpsgenieIntegrationAPI.create_opsgenie_service"
|
|
49
|
+
end
|
|
50
|
+
# resource path
|
|
51
|
+
local_var_path = '/api/v2/integration/opsgenie/services'
|
|
52
|
+
|
|
53
|
+
# query parameters
|
|
54
|
+
query_params = opts[:query_params] || {}
|
|
55
|
+
|
|
56
|
+
# header parameters
|
|
57
|
+
header_params = opts[:header_params] || {}
|
|
58
|
+
# HTTP header 'Accept' (if needed)
|
|
59
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
60
|
+
# HTTP header 'Content-Type'
|
|
61
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
62
|
+
|
|
63
|
+
# form parameters
|
|
64
|
+
form_params = opts[:form_params] || {}
|
|
65
|
+
|
|
66
|
+
# http body (model)
|
|
67
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
|
68
|
+
|
|
69
|
+
# return_type
|
|
70
|
+
return_type = opts[:debug_return_type] || 'OpsgenieServiceResponse'
|
|
71
|
+
|
|
72
|
+
# auth_names
|
|
73
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
74
|
+
|
|
75
|
+
new_options = opts.merge(
|
|
76
|
+
:operation => :create_opsgenie_service,
|
|
77
|
+
:header_params => header_params,
|
|
78
|
+
:query_params => query_params,
|
|
79
|
+
:form_params => form_params,
|
|
80
|
+
:body => post_body,
|
|
81
|
+
:auth_names => auth_names,
|
|
82
|
+
:return_type => return_type,
|
|
83
|
+
:api_version => "V2"
|
|
84
|
+
)
|
|
85
|
+
|
|
86
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
87
|
+
if @api_client.config.debugging
|
|
88
|
+
@api_client.config.logger.debug "API called: OpsgenieIntegrationAPI#create_opsgenie_service\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
89
|
+
end
|
|
90
|
+
return data, status_code, headers
|
|
91
|
+
end
|
|
92
|
+
|
|
93
|
+
# Delete a single service object.
|
|
94
|
+
#
|
|
95
|
+
# @see #delete_opsgenie_service_with_http_info
|
|
96
|
+
def delete_opsgenie_service(integration_service_id, opts = {})
|
|
97
|
+
delete_opsgenie_service_with_http_info(integration_service_id, opts)
|
|
98
|
+
nil
|
|
99
|
+
end
|
|
100
|
+
|
|
101
|
+
# Delete a single service object.
|
|
102
|
+
#
|
|
103
|
+
# Delete a single service object in the Datadog Opsgenie integration.
|
|
104
|
+
#
|
|
105
|
+
# @param integration_service_id [String] The UUID of the service.
|
|
106
|
+
# @param opts [Hash] the optional parameters
|
|
107
|
+
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
108
|
+
def delete_opsgenie_service_with_http_info(integration_service_id, opts = {})
|
|
109
|
+
|
|
110
|
+
if @api_client.config.debugging
|
|
111
|
+
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.delete_opsgenie_service ...'
|
|
112
|
+
end
|
|
113
|
+
# verify the required parameter 'integration_service_id' is set
|
|
114
|
+
if @api_client.config.client_side_validation && integration_service_id.nil?
|
|
115
|
+
fail ArgumentError, "Missing the required parameter 'integration_service_id' when calling OpsgenieIntegrationAPI.delete_opsgenie_service"
|
|
116
|
+
end
|
|
117
|
+
# resource path
|
|
118
|
+
local_var_path = '/api/v2/integration/opsgenie/services/{integration_service_id}'.sub('{integration_service_id}', CGI.escape(integration_service_id.to_s).gsub('%2F', '/'))
|
|
119
|
+
|
|
120
|
+
# query parameters
|
|
121
|
+
query_params = opts[:query_params] || {}
|
|
122
|
+
|
|
123
|
+
# header parameters
|
|
124
|
+
header_params = opts[:header_params] || {}
|
|
125
|
+
# HTTP header 'Accept' (if needed)
|
|
126
|
+
header_params['Accept'] = @api_client.select_header_accept(['*/*'])
|
|
127
|
+
|
|
128
|
+
# form parameters
|
|
129
|
+
form_params = opts[:form_params] || {}
|
|
130
|
+
|
|
131
|
+
# http body (model)
|
|
132
|
+
post_body = opts[:debug_body]
|
|
133
|
+
|
|
134
|
+
# return_type
|
|
135
|
+
return_type = opts[:debug_return_type]
|
|
136
|
+
|
|
137
|
+
# auth_names
|
|
138
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
139
|
+
|
|
140
|
+
new_options = opts.merge(
|
|
141
|
+
:operation => :delete_opsgenie_service,
|
|
142
|
+
:header_params => header_params,
|
|
143
|
+
:query_params => query_params,
|
|
144
|
+
:form_params => form_params,
|
|
145
|
+
:body => post_body,
|
|
146
|
+
:auth_names => auth_names,
|
|
147
|
+
:return_type => return_type,
|
|
148
|
+
:api_version => "V2"
|
|
149
|
+
)
|
|
150
|
+
|
|
151
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
152
|
+
if @api_client.config.debugging
|
|
153
|
+
@api_client.config.logger.debug "API called: OpsgenieIntegrationAPI#delete_opsgenie_service\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
154
|
+
end
|
|
155
|
+
return data, status_code, headers
|
|
156
|
+
end
|
|
157
|
+
|
|
158
|
+
# Get a single service object.
|
|
159
|
+
#
|
|
160
|
+
# @see #get_opsgenie_service_with_http_info
|
|
161
|
+
def get_opsgenie_service(integration_service_id, opts = {})
|
|
162
|
+
data, _status_code, _headers = get_opsgenie_service_with_http_info(integration_service_id, opts)
|
|
163
|
+
data
|
|
164
|
+
end
|
|
165
|
+
|
|
166
|
+
# Get a single service object.
|
|
167
|
+
#
|
|
168
|
+
# Get a single service from the Datadog Opsgenie integration.
|
|
169
|
+
#
|
|
170
|
+
# @param integration_service_id [String] The UUID of the service.
|
|
171
|
+
# @param opts [Hash] the optional parameters
|
|
172
|
+
# @return [Array<(OpsgenieServiceResponse, Integer, Hash)>] OpsgenieServiceResponse data, response status code and response headers
|
|
173
|
+
def get_opsgenie_service_with_http_info(integration_service_id, opts = {})
|
|
174
|
+
|
|
175
|
+
if @api_client.config.debugging
|
|
176
|
+
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.get_opsgenie_service ...'
|
|
177
|
+
end
|
|
178
|
+
# verify the required parameter 'integration_service_id' is set
|
|
179
|
+
if @api_client.config.client_side_validation && integration_service_id.nil?
|
|
180
|
+
fail ArgumentError, "Missing the required parameter 'integration_service_id' when calling OpsgenieIntegrationAPI.get_opsgenie_service"
|
|
181
|
+
end
|
|
182
|
+
# resource path
|
|
183
|
+
local_var_path = '/api/v2/integration/opsgenie/services/{integration_service_id}'.sub('{integration_service_id}', CGI.escape(integration_service_id.to_s).gsub('%2F', '/'))
|
|
184
|
+
|
|
185
|
+
# query parameters
|
|
186
|
+
query_params = opts[:query_params] || {}
|
|
187
|
+
|
|
188
|
+
# header parameters
|
|
189
|
+
header_params = opts[:header_params] || {}
|
|
190
|
+
# HTTP header 'Accept' (if needed)
|
|
191
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
192
|
+
|
|
193
|
+
# form parameters
|
|
194
|
+
form_params = opts[:form_params] || {}
|
|
195
|
+
|
|
196
|
+
# http body (model)
|
|
197
|
+
post_body = opts[:debug_body]
|
|
198
|
+
|
|
199
|
+
# return_type
|
|
200
|
+
return_type = opts[:debug_return_type] || 'OpsgenieServiceResponse'
|
|
201
|
+
|
|
202
|
+
# auth_names
|
|
203
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
204
|
+
|
|
205
|
+
new_options = opts.merge(
|
|
206
|
+
:operation => :get_opsgenie_service,
|
|
207
|
+
:header_params => header_params,
|
|
208
|
+
:query_params => query_params,
|
|
209
|
+
:form_params => form_params,
|
|
210
|
+
:body => post_body,
|
|
211
|
+
:auth_names => auth_names,
|
|
212
|
+
:return_type => return_type,
|
|
213
|
+
:api_version => "V2"
|
|
214
|
+
)
|
|
215
|
+
|
|
216
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
217
|
+
if @api_client.config.debugging
|
|
218
|
+
@api_client.config.logger.debug "API called: OpsgenieIntegrationAPI#get_opsgenie_service\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
219
|
+
end
|
|
220
|
+
return data, status_code, headers
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
# Get all service objects.
|
|
224
|
+
#
|
|
225
|
+
# @see #list_opsgenie_services_with_http_info
|
|
226
|
+
def list_opsgenie_services(opts = {})
|
|
227
|
+
data, _status_code, _headers = list_opsgenie_services_with_http_info(opts)
|
|
228
|
+
data
|
|
229
|
+
end
|
|
230
|
+
|
|
231
|
+
# Get all service objects.
|
|
232
|
+
#
|
|
233
|
+
# Get a list of all services from the Datadog Opsgenie integration.
|
|
234
|
+
#
|
|
235
|
+
# @param opts [Hash] the optional parameters
|
|
236
|
+
# @return [Array<(OpsgenieServicesResponse, Integer, Hash)>] OpsgenieServicesResponse data, response status code and response headers
|
|
237
|
+
def list_opsgenie_services_with_http_info(opts = {})
|
|
238
|
+
|
|
239
|
+
if @api_client.config.debugging
|
|
240
|
+
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.list_opsgenie_services ...'
|
|
241
|
+
end
|
|
242
|
+
# resource path
|
|
243
|
+
local_var_path = '/api/v2/integration/opsgenie/services'
|
|
244
|
+
|
|
245
|
+
# query parameters
|
|
246
|
+
query_params = opts[:query_params] || {}
|
|
247
|
+
|
|
248
|
+
# header parameters
|
|
249
|
+
header_params = opts[:header_params] || {}
|
|
250
|
+
# HTTP header 'Accept' (if needed)
|
|
251
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
252
|
+
|
|
253
|
+
# form parameters
|
|
254
|
+
form_params = opts[:form_params] || {}
|
|
255
|
+
|
|
256
|
+
# http body (model)
|
|
257
|
+
post_body = opts[:debug_body]
|
|
258
|
+
|
|
259
|
+
# return_type
|
|
260
|
+
return_type = opts[:debug_return_type] || 'OpsgenieServicesResponse'
|
|
261
|
+
|
|
262
|
+
# auth_names
|
|
263
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
264
|
+
|
|
265
|
+
new_options = opts.merge(
|
|
266
|
+
:operation => :list_opsgenie_services,
|
|
267
|
+
:header_params => header_params,
|
|
268
|
+
:query_params => query_params,
|
|
269
|
+
:form_params => form_params,
|
|
270
|
+
:body => post_body,
|
|
271
|
+
:auth_names => auth_names,
|
|
272
|
+
:return_type => return_type,
|
|
273
|
+
:api_version => "V2"
|
|
274
|
+
)
|
|
275
|
+
|
|
276
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
277
|
+
if @api_client.config.debugging
|
|
278
|
+
@api_client.config.logger.debug "API called: OpsgenieIntegrationAPI#list_opsgenie_services\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
279
|
+
end
|
|
280
|
+
return data, status_code, headers
|
|
281
|
+
end
|
|
282
|
+
|
|
283
|
+
# Update a single service object.
|
|
284
|
+
#
|
|
285
|
+
# @see #update_opsgenie_service_with_http_info
|
|
286
|
+
def update_opsgenie_service(integration_service_id, body, opts = {})
|
|
287
|
+
data, _status_code, _headers = update_opsgenie_service_with_http_info(integration_service_id, body, opts)
|
|
288
|
+
data
|
|
289
|
+
end
|
|
290
|
+
|
|
291
|
+
# Update a single service object.
|
|
292
|
+
#
|
|
293
|
+
# Update a single service object in the Datadog Opsgenie integration.
|
|
294
|
+
#
|
|
295
|
+
# @param integration_service_id [String] The UUID of the service.
|
|
296
|
+
# @param body [OpsgenieServiceUpdateRequest] Opsgenie service payload.
|
|
297
|
+
# @param opts [Hash] the optional parameters
|
|
298
|
+
# @return [Array<(OpsgenieServiceResponse, Integer, Hash)>] OpsgenieServiceResponse data, response status code and response headers
|
|
299
|
+
def update_opsgenie_service_with_http_info(integration_service_id, body, opts = {})
|
|
300
|
+
|
|
301
|
+
if @api_client.config.debugging
|
|
302
|
+
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.update_opsgenie_service ...'
|
|
303
|
+
end
|
|
304
|
+
# verify the required parameter 'integration_service_id' is set
|
|
305
|
+
if @api_client.config.client_side_validation && integration_service_id.nil?
|
|
306
|
+
fail ArgumentError, "Missing the required parameter 'integration_service_id' when calling OpsgenieIntegrationAPI.update_opsgenie_service"
|
|
307
|
+
end
|
|
308
|
+
# verify the required parameter 'body' is set
|
|
309
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
310
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling OpsgenieIntegrationAPI.update_opsgenie_service"
|
|
311
|
+
end
|
|
312
|
+
# resource path
|
|
313
|
+
local_var_path = '/api/v2/integration/opsgenie/services/{integration_service_id}'.sub('{integration_service_id}', CGI.escape(integration_service_id.to_s).gsub('%2F', '/'))
|
|
314
|
+
|
|
315
|
+
# query parameters
|
|
316
|
+
query_params = opts[:query_params] || {}
|
|
317
|
+
|
|
318
|
+
# header parameters
|
|
319
|
+
header_params = opts[:header_params] || {}
|
|
320
|
+
# HTTP header 'Accept' (if needed)
|
|
321
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
322
|
+
# HTTP header 'Content-Type'
|
|
323
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
324
|
+
|
|
325
|
+
# form parameters
|
|
326
|
+
form_params = opts[:form_params] || {}
|
|
327
|
+
|
|
328
|
+
# http body (model)
|
|
329
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
|
330
|
+
|
|
331
|
+
# return_type
|
|
332
|
+
return_type = opts[:debug_return_type] || 'OpsgenieServiceResponse'
|
|
333
|
+
|
|
334
|
+
# auth_names
|
|
335
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
336
|
+
|
|
337
|
+
new_options = opts.merge(
|
|
338
|
+
:operation => :update_opsgenie_service,
|
|
339
|
+
:header_params => header_params,
|
|
340
|
+
:query_params => query_params,
|
|
341
|
+
:form_params => form_params,
|
|
342
|
+
:body => post_body,
|
|
343
|
+
:auth_names => auth_names,
|
|
344
|
+
:return_type => return_type,
|
|
345
|
+
:api_version => "V2"
|
|
346
|
+
)
|
|
347
|
+
|
|
348
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
|
|
349
|
+
if @api_client.config.debugging
|
|
350
|
+
@api_client.config.logger.debug "API called: OpsgenieIntegrationAPI#update_opsgenie_service\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
351
|
+
end
|
|
352
|
+
return data, status_code, headers
|
|
353
|
+
end
|
|
354
|
+
end
|
|
355
|
+
end
|