datadog_api_client 1.11.0 → 2.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +2 -1
- data/.generator/schemas/v1/openapi.yaml +293 -116
- data/.generator/schemas/v2/openapi.yaml +1156 -41
- data/.generator/src/generator/cli.py +57 -40
- 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 +6 -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 -1
- data/.pre-commit-config.yaml +3 -12
- data/CHANGELOG.md +44 -0
- data/Gemfile +1 -0
- data/Makefile +1 -2
- data/README.md +13 -13
- data/datadog_api_client.gemspec +2 -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/pagerduty-integration/DeletePagerDutyIntegrationService.rb +2 -2
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
- data/examples/v1/service-level-objectives/SearchSLO.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -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/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/audit/ListAuditLogs_1275402458.rb +8 -0
- data/examples/v2/audit/SearchAuditLogs_3215529662.rb +22 -0
- data/examples/v2/events/ListEvents.rb +8 -0
- data/examples/v2/events/ListEvents_1527584014.rb +13 -0
- data/examples/v2/events/ListEvents_2663715109.rb +14 -0
- data/examples/v2/events/SearchEvents.rb +23 -0
- data/examples/v2/events/SearchEvents_3856995058.rb +25 -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/ListIncidents_2665616954.rb +11 -0
- 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/ListLogsGet_738202670.rb +8 -0
- data/examples/v2/logs/ListLogs_3138392594.rb +25 -0
- data/examples/v2/metrics/SubmitMetrics.rb +6 -0
- data/examples/v2/processes/ListProcesses_797840471.rb +8 -0
- data/examples/v2/rum/ListRUMEvents_2680821282.rb +8 -0
- data/examples/v2/rum/SearchRUMEvents_574690310.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_3960412991.rb +8 -0
- data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals_1309350146.rb +20 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +1 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +5 -2
- 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} +84 -31
- 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 +15 -71
- 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 +13 -61
- 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 +8 -32
- 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 +31 -99
- data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +3 -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 +171 -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 +1 -1
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +1 -1
- 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 +7 -0
- 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 +14 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +21 -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/sunburst_widget_legend.rb +1 -1
- 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/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 +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +22 -2
- 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 +13 -61
- 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 -112
- data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +11 -51
- 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 +132 -68
- 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/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_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/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_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 +13 -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 +109 -22
- data/.dockerignore +0 -1
- data/.generator/src/generator/templates/api_error.j2 +0 -49
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_1171921972.rb +0 -9
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_627383212.rb +0 -9
- 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 -813
- data/lib/datadog_api_client/v2/api_error.rb +0 -60
- data/lib/datadog_api_client/v2/configuration.rb +0 -420
- data/lib/datadog_api_client/v2.rb +0 -555
- 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)
|
@@ -671,15 +607,6 @@ module DatadogAPIClient::V2
|
|
671
607
|
# @return [Array<(MetricVolumesResponse, Integer, Hash)>] MetricVolumesResponse data, response status code and response headers
|
672
608
|
def list_volumes_by_metric_name_with_http_info(metric_name, opts = {})
|
673
609
|
|
674
|
-
if @api_client.config.unstable_operations.has_key?(:list_volumes_by_metric_name)
|
675
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_volumes_by_metric_name]
|
676
|
-
if unstable_enabled
|
677
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_volumes_by_metric_name")
|
678
|
-
else
|
679
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_volumes_by_metric_name"))
|
680
|
-
end
|
681
|
-
end
|
682
|
-
|
683
610
|
if @api_client.config.debugging
|
684
611
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.list_volumes_by_metric_name ...'
|
685
612
|
end
|
@@ -717,7 +644,8 @@ module DatadogAPIClient::V2
|
|
717
644
|
:form_params => form_params,
|
718
645
|
:body => post_body,
|
719
646
|
:auth_names => auth_names,
|
720
|
-
:return_type => return_type
|
647
|
+
:return_type => return_type,
|
648
|
+
:api_version => "V2"
|
721
649
|
)
|
722
650
|
|
723
651
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -748,21 +676,14 @@ module DatadogAPIClient::V2
|
|
748
676
|
# - 50 bytes for the timeseries
|
749
677
|
# - The full payload is approximately 100 bytes.
|
750
678
|
#
|
679
|
+
# Host name is one of the resources in the Resources field.
|
680
|
+
#
|
751
681
|
# @param body [MetricPayload]
|
752
682
|
# @param opts [Hash] the optional parameters
|
753
683
|
# @option opts [MetricContentEncoding] :content_encoding HTTP header used to compress the media-type.
|
754
684
|
# @return [Array<(IntakePayloadAccepted, Integer, Hash)>] IntakePayloadAccepted data, response status code and response headers
|
755
685
|
def submit_metrics_with_http_info(body, opts = {})
|
756
686
|
|
757
|
-
if @api_client.config.unstable_operations.has_key?(:submit_metrics)
|
758
|
-
unstable_enabled = @api_client.config.unstable_operations[:submit_metrics]
|
759
|
-
if unstable_enabled
|
760
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "submit_metrics")
|
761
|
-
else
|
762
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "submit_metrics"))
|
763
|
-
end
|
764
|
-
end
|
765
|
-
|
766
687
|
if @api_client.config.debugging
|
767
688
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.submit_metrics ...'
|
768
689
|
end
|
@@ -807,7 +728,8 @@ module DatadogAPIClient::V2
|
|
807
728
|
:form_params => form_params,
|
808
729
|
:body => post_body,
|
809
730
|
:auth_names => auth_names,
|
810
|
-
:return_type => return_type
|
731
|
+
:return_type => return_type,
|
732
|
+
:api_version => "V2"
|
811
733
|
)
|
812
734
|
|
813
735
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -837,15 +759,6 @@ module DatadogAPIClient::V2
|
|
837
759
|
# @return [Array<(MetricTagConfigurationResponse, Integer, Hash)>] MetricTagConfigurationResponse data, response status code and response headers
|
838
760
|
def update_tag_configuration_with_http_info(metric_name, body, opts = {})
|
839
761
|
|
840
|
-
if @api_client.config.unstable_operations.has_key?(:update_tag_configuration)
|
841
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_tag_configuration]
|
842
|
-
if unstable_enabled
|
843
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_tag_configuration")
|
844
|
-
else
|
845
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_tag_configuration"))
|
846
|
-
end
|
847
|
-
end
|
848
|
-
|
849
762
|
if @api_client.config.debugging
|
850
763
|
@api_client.config.logger.debug 'Calling API: MetricsAPI.update_tag_configuration ...'
|
851
764
|
end
|
@@ -889,7 +802,8 @@ module DatadogAPIClient::V2
|
|
889
802
|
:form_params => form_params,
|
890
803
|
:body => post_body,
|
891
804
|
:auth_names => auth_names,
|
892
|
-
:return_type => return_type
|
805
|
+
:return_type => return_type,
|
806
|
+
:api_version => "V2"
|
893
807
|
)
|
894
808
|
|
895
809
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
|
|
19
19
|
class OpsgenieIntegrationAPI
|
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::V2
|
|
40
40
|
# @return [Array<(OpsgenieServiceResponse, Integer, Hash)>] OpsgenieServiceResponse data, response status code and response headers
|
41
41
|
def create_opsgenie_service_with_http_info(body, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_opsgenie_service)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_opsgenie_service]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_opsgenie_service")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_opsgenie_service"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.create_opsgenie_service ...'
|
54
45
|
end
|
@@ -88,7 +79,8 @@ module DatadogAPIClient::V2
|
|
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 => "V2"
|
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::V2
|
|
115
107
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
116
108
|
def delete_opsgenie_service_with_http_info(integration_service_id, opts = {})
|
117
109
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:delete_opsgenie_service)
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_opsgenie_service]
|
120
|
-
if unstable_enabled
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_opsgenie_service")
|
122
|
-
else
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_opsgenie_service"))
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
110
|
if @api_client.config.debugging
|
128
111
|
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.delete_opsgenie_service ...'
|
129
112
|
end
|
@@ -161,7 +144,8 @@ module DatadogAPIClient::V2
|
|
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 => "V2"
|
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::V2
|
|
188
172
|
# @return [Array<(OpsgenieServiceResponse, Integer, Hash)>] OpsgenieServiceResponse data, response status code and response headers
|
189
173
|
def get_opsgenie_service_with_http_info(integration_service_id, opts = {})
|
190
174
|
|
191
|
-
if @api_client.config.unstable_operations.has_key?(:get_opsgenie_service)
|
192
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_opsgenie_service]
|
193
|
-
if unstable_enabled
|
194
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_opsgenie_service")
|
195
|
-
else
|
196
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_opsgenie_service"))
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
175
|
if @api_client.config.debugging
|
201
176
|
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.get_opsgenie_service ...'
|
202
177
|
end
|
@@ -234,7 +209,8 @@ module DatadogAPIClient::V2
|
|
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 => "V2"
|
238
214
|
)
|
239
215
|
|
240
216
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -260,15 +236,6 @@ module DatadogAPIClient::V2
|
|
260
236
|
# @return [Array<(OpsgenieServicesResponse, Integer, Hash)>] OpsgenieServicesResponse data, response status code and response headers
|
261
237
|
def list_opsgenie_services_with_http_info(opts = {})
|
262
238
|
|
263
|
-
if @api_client.config.unstable_operations.has_key?(:list_opsgenie_services)
|
264
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_opsgenie_services]
|
265
|
-
if unstable_enabled
|
266
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_opsgenie_services")
|
267
|
-
else
|
268
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_opsgenie_services"))
|
269
|
-
end
|
270
|
-
end
|
271
|
-
|
272
239
|
if @api_client.config.debugging
|
273
240
|
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.list_opsgenie_services ...'
|
274
241
|
end
|
@@ -302,7 +269,8 @@ module DatadogAPIClient::V2
|
|
302
269
|
:form_params => form_params,
|
303
270
|
:body => post_body,
|
304
271
|
:auth_names => auth_names,
|
305
|
-
:return_type => return_type
|
272
|
+
:return_type => return_type,
|
273
|
+
:api_version => "V2"
|
306
274
|
)
|
307
275
|
|
308
276
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -330,15 +298,6 @@ module DatadogAPIClient::V2
|
|
330
298
|
# @return [Array<(OpsgenieServiceResponse, Integer, Hash)>] OpsgenieServiceResponse data, response status code and response headers
|
331
299
|
def update_opsgenie_service_with_http_info(integration_service_id, body, opts = {})
|
332
300
|
|
333
|
-
if @api_client.config.unstable_operations.has_key?(:update_opsgenie_service)
|
334
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_opsgenie_service]
|
335
|
-
if unstable_enabled
|
336
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_opsgenie_service")
|
337
|
-
else
|
338
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_opsgenie_service"))
|
339
|
-
end
|
340
|
-
end
|
341
|
-
|
342
301
|
if @api_client.config.debugging
|
343
302
|
@api_client.config.logger.debug 'Calling API: OpsgenieIntegrationAPI.update_opsgenie_service ...'
|
344
303
|
end
|
@@ -382,7 +341,8 @@ module DatadogAPIClient::V2
|
|
382
341
|
:form_params => form_params,
|
383
342
|
:body => post_body,
|
384
343
|
:auth_names => auth_names,
|
385
|
-
:return_type => return_type
|
344
|
+
:return_type => return_type,
|
345
|
+
:api_version => "V2"
|
386
346
|
)
|
387
347
|
|
388
348
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
|
|
19
19
|
class OrganizationsAPI
|
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
|
|
@@ -42,15 +42,6 @@ module DatadogAPIClient::V2
|
|
42
42
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
43
43
|
def upload_idp_metadata_with_http_info(opts = {})
|
44
44
|
|
45
|
-
if @api_client.config.unstable_operations.has_key?(:upload_idp_metadata)
|
46
|
-
unstable_enabled = @api_client.config.unstable_operations[:upload_idp_metadata]
|
47
|
-
if unstable_enabled
|
48
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "upload_idp_metadata")
|
49
|
-
else
|
50
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "upload_idp_metadata"))
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
45
|
if @api_client.config.debugging
|
55
46
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.upload_idp_metadata ...'
|
56
47
|
end
|
@@ -87,7 +78,8 @@ module DatadogAPIClient::V2
|
|
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 => "V2"
|
91
83
|
)
|
92
84
|
|
93
85
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
|
|
19
19
|
class ProcessesAPI
|
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<(ProcessSummariesResponse, Integer, Hash)>] ProcessSummariesResponse data, response status code and response headers
|
46
46
|
def list_processes_with_http_info(opts = {})
|
47
47
|
|
48
|
-
if @api_client.config.unstable_operations.has_key?(:list_processes)
|
49
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_processes]
|
50
|
-
if unstable_enabled
|
51
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_processes")
|
52
|
-
else
|
53
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_processes"))
|
54
|
-
end
|
55
|
-
end
|
56
|
-
|
57
48
|
if @api_client.config.debugging
|
58
49
|
@api_client.config.logger.debug 'Calling API: ProcessesAPI.list_processes ...'
|
59
50
|
end
|
@@ -99,7 +90,8 @@ module DatadogAPIClient::V2
|
|
99
90
|
:form_params => form_params,
|
100
91
|
:body => post_body,
|
101
92
|
:auth_names => auth_names,
|
102
|
-
:return_type => return_type
|
93
|
+
:return_type => return_type,
|
94
|
+
:api_version => "V2"
|
103
95
|
)
|
104
96
|
|
105
97
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -117,15 +109,16 @@ module DatadogAPIClient::V2
|
|
117
109
|
#
|
118
110
|
# @yield [ProcessSummary] Paginated items
|
119
111
|
def list_processes_with_pagination(opts = {})
|
112
|
+
api_version = "V2"
|
120
113
|
page_size = @api_client.get_attribute_from_path(opts, "page_limit", 1000)
|
121
|
-
@api_client.set_attribute_from_path(opts, "page_limit", String, page_size)
|
114
|
+
@api_client.set_attribute_from_path(api_version, opts, "page_limit", String, page_size)
|
122
115
|
while true do
|
123
116
|
response = list_processes(opts)
|
124
117
|
@api_client.get_attribute_from_path(response, "data").each { |item| yield(item) }
|
125
118
|
if @api_client.get_attribute_from_path(response, "data").length < page_size
|
126
119
|
break
|
127
120
|
end
|
128
|
-
@api_client.set_attribute_from_path(opts, "page_cursor", String, @api_client.get_attribute_from_path(response, "meta.page.after"))
|
121
|
+
@api_client.set_attribute_from_path(api_version, opts, "page_cursor", String, @api_client.get_attribute_from_path(response, "meta.page.after"))
|
129
122
|
end
|
130
123
|
end
|
131
124
|
end
|