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::V1
|
|
19
19
|
class GCPIntegrationAPI
|
20
20
|
attr_accessor :api_client
|
21
21
|
|
22
|
-
def initialize(api_client = APIClient.default)
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
23
23
|
@api_client = api_client
|
24
24
|
end
|
25
25
|
|
@@ -40,15 +40,6 @@ module DatadogAPIClient::V1
|
|
40
40
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
41
41
|
def create_gcp_integration_with_http_info(body, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_gcp_integration)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_gcp_integration]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_gcp_integration")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_gcp_integration"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: GCPIntegrationAPI.create_gcp_integration ...'
|
54
45
|
end
|
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
|
|
88
79
|
:form_params => form_params,
|
89
80
|
:body => post_body,
|
90
81
|
:auth_names => auth_names,
|
91
|
-
:return_type => return_type
|
82
|
+
:return_type => return_type,
|
83
|
+
:api_version => "V1"
|
92
84
|
)
|
93
85
|
|
94
86
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
|
|
115
107
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
116
108
|
def delete_gcp_integration_with_http_info(body, opts = {})
|
117
109
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:delete_gcp_integration)
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_gcp_integration]
|
120
|
-
if unstable_enabled
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_gcp_integration")
|
122
|
-
else
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_gcp_integration"))
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
110
|
if @api_client.config.debugging
|
128
111
|
@api_client.config.logger.debug 'Calling API: GCPIntegrationAPI.delete_gcp_integration ...'
|
129
112
|
end
|
@@ -163,7 +146,8 @@ module DatadogAPIClient::V1
|
|
163
146
|
:form_params => form_params,
|
164
147
|
:body => post_body,
|
165
148
|
:auth_names => auth_names,
|
166
|
-
:return_type => return_type
|
149
|
+
:return_type => return_type,
|
150
|
+
:api_version => "V1"
|
167
151
|
)
|
168
152
|
|
169
153
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -189,15 +173,6 @@ module DatadogAPIClient::V1
|
|
189
173
|
# @return [Array<(Array<GCPAccount>, Integer, Hash)>] Array<GCPAccount> data, response status code and response headers
|
190
174
|
def list_gcp_integration_with_http_info(opts = {})
|
191
175
|
|
192
|
-
if @api_client.config.unstable_operations.has_key?(:list_gcp_integration)
|
193
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_gcp_integration]
|
194
|
-
if unstable_enabled
|
195
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_gcp_integration")
|
196
|
-
else
|
197
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_gcp_integration"))
|
198
|
-
end
|
199
|
-
end
|
200
|
-
|
201
176
|
if @api_client.config.debugging
|
202
177
|
@api_client.config.logger.debug 'Calling API: GCPIntegrationAPI.list_gcp_integration ...'
|
203
178
|
end
|
@@ -231,7 +206,8 @@ module DatadogAPIClient::V1
|
|
231
206
|
:form_params => form_params,
|
232
207
|
:body => post_body,
|
233
208
|
:auth_names => auth_names,
|
234
|
-
:return_type => return_type
|
209
|
+
:return_type => return_type,
|
210
|
+
:api_version => "V1"
|
235
211
|
)
|
236
212
|
|
237
213
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -261,15 +237,6 @@ module DatadogAPIClient::V1
|
|
261
237
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
262
238
|
def update_gcp_integration_with_http_info(body, opts = {})
|
263
239
|
|
264
|
-
if @api_client.config.unstable_operations.has_key?(:update_gcp_integration)
|
265
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_gcp_integration]
|
266
|
-
if unstable_enabled
|
267
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_gcp_integration")
|
268
|
-
else
|
269
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_gcp_integration"))
|
270
|
-
end
|
271
|
-
end
|
272
|
-
|
273
240
|
if @api_client.config.debugging
|
274
241
|
@api_client.config.logger.debug 'Calling API: GCPIntegrationAPI.update_gcp_integration ...'
|
275
242
|
end
|
@@ -309,7 +276,8 @@ module DatadogAPIClient::V1
|
|
309
276
|
:form_params => form_params,
|
310
277
|
:body => post_body,
|
311
278
|
:auth_names => auth_names,
|
312
|
-
:return_type => return_type
|
279
|
+
:return_type => return_type,
|
280
|
+
:api_version => "V1"
|
313
281
|
)
|
314
282
|
|
315
283
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
19
19
|
class HostsAPI
|
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
|
|
@@ -41,15 +41,6 @@ module DatadogAPIClient::V1
|
|
41
41
|
# @return [Array<(HostTotals, Integer, Hash)>] HostTotals data, response status code and response headers
|
42
42
|
def get_host_totals_with_http_info(opts = {})
|
43
43
|
|
44
|
-
if @api_client.config.unstable_operations.has_key?(:get_host_totals)
|
45
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_host_totals]
|
46
|
-
if unstable_enabled
|
47
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_host_totals")
|
48
|
-
else
|
49
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_host_totals"))
|
50
|
-
end
|
51
|
-
end
|
52
|
-
|
53
44
|
if @api_client.config.debugging
|
54
45
|
@api_client.config.logger.debug 'Calling API: HostsAPI.get_host_totals ...'
|
55
46
|
end
|
@@ -84,7 +75,8 @@ module DatadogAPIClient::V1
|
|
84
75
|
:form_params => form_params,
|
85
76
|
:body => post_body,
|
86
77
|
:auth_names => auth_names,
|
87
|
-
:return_type => return_type
|
78
|
+
:return_type => return_type,
|
79
|
+
:api_version => "V1"
|
88
80
|
)
|
89
81
|
|
90
82
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -121,15 +113,6 @@ module DatadogAPIClient::V1
|
|
121
113
|
# @return [Array<(HostListResponse, Integer, Hash)>] HostListResponse data, response status code and response headers
|
122
114
|
def list_hosts_with_http_info(opts = {})
|
123
115
|
|
124
|
-
if @api_client.config.unstable_operations.has_key?(:list_hosts)
|
125
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_hosts]
|
126
|
-
if unstable_enabled
|
127
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_hosts")
|
128
|
-
else
|
129
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_hosts"))
|
130
|
-
end
|
131
|
-
end
|
132
|
-
|
133
116
|
if @api_client.config.debugging
|
134
117
|
@api_client.config.logger.debug 'Calling API: HostsAPI.list_hosts ...'
|
135
118
|
end
|
@@ -171,7 +154,8 @@ module DatadogAPIClient::V1
|
|
171
154
|
:form_params => form_params,
|
172
155
|
:body => post_body,
|
173
156
|
:auth_names => auth_names,
|
174
|
-
:return_type => return_type
|
157
|
+
:return_type => return_type,
|
158
|
+
:api_version => "V1"
|
175
159
|
)
|
176
160
|
|
177
161
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -199,15 +183,6 @@ module DatadogAPIClient::V1
|
|
199
183
|
# @return [Array<(HostMuteResponse, Integer, Hash)>] HostMuteResponse data, response status code and response headers
|
200
184
|
def mute_host_with_http_info(host_name, body, opts = {})
|
201
185
|
|
202
|
-
if @api_client.config.unstable_operations.has_key?(:mute_host)
|
203
|
-
unstable_enabled = @api_client.config.unstable_operations[:mute_host]
|
204
|
-
if unstable_enabled
|
205
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "mute_host")
|
206
|
-
else
|
207
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "mute_host"))
|
208
|
-
end
|
209
|
-
end
|
210
|
-
|
211
186
|
if @api_client.config.debugging
|
212
187
|
@api_client.config.logger.debug 'Calling API: HostsAPI.mute_host ...'
|
213
188
|
end
|
@@ -251,7 +226,8 @@ module DatadogAPIClient::V1
|
|
251
226
|
:form_params => form_params,
|
252
227
|
:body => post_body,
|
253
228
|
:auth_names => auth_names,
|
254
|
-
:return_type => return_type
|
229
|
+
:return_type => return_type,
|
230
|
+
:api_version => "V1"
|
255
231
|
)
|
256
232
|
|
257
233
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -278,15 +254,6 @@ module DatadogAPIClient::V1
|
|
278
254
|
# @return [Array<(HostMuteResponse, Integer, Hash)>] HostMuteResponse data, response status code and response headers
|
279
255
|
def unmute_host_with_http_info(host_name, opts = {})
|
280
256
|
|
281
|
-
if @api_client.config.unstable_operations.has_key?(:unmute_host)
|
282
|
-
unstable_enabled = @api_client.config.unstable_operations[:unmute_host]
|
283
|
-
if unstable_enabled
|
284
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "unmute_host")
|
285
|
-
else
|
286
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "unmute_host"))
|
287
|
-
end
|
288
|
-
end
|
289
|
-
|
290
257
|
if @api_client.config.debugging
|
291
258
|
@api_client.config.logger.debug 'Calling API: HostsAPI.unmute_host ...'
|
292
259
|
end
|
@@ -324,7 +291,8 @@ module DatadogAPIClient::V1
|
|
324
291
|
:form_params => form_params,
|
325
292
|
:body => post_body,
|
326
293
|
:auth_names => auth_names,
|
327
|
-
:return_type => return_type
|
294
|
+
:return_type => return_type,
|
295
|
+
:api_version => "V1"
|
328
296
|
)
|
329
297
|
|
330
298
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
19
19
|
class IPRangesAPI
|
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
|
|
@@ -39,15 +39,6 @@ module DatadogAPIClient::V1
|
|
39
39
|
# @return [Array<(IPRanges, Integer, Hash)>] IPRanges data, response status code and response headers
|
40
40
|
def get_ip_ranges_with_http_info(opts = {})
|
41
41
|
|
42
|
-
if @api_client.config.unstable_operations.has_key?(:get_ip_ranges)
|
43
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_ip_ranges]
|
44
|
-
if unstable_enabled
|
45
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_ip_ranges")
|
46
|
-
else
|
47
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_ip_ranges"))
|
48
|
-
end
|
49
|
-
end
|
50
|
-
|
51
42
|
if @api_client.config.debugging
|
52
43
|
@api_client.config.logger.debug 'Calling API: IPRangesAPI.get_ip_ranges ...'
|
53
44
|
end
|
@@ -81,7 +72,8 @@ module DatadogAPIClient::V1
|
|
81
72
|
:form_params => form_params,
|
82
73
|
:body => post_body,
|
83
74
|
:auth_names => auth_names,
|
84
|
-
:return_type => return_type
|
75
|
+
:return_type => return_type,
|
76
|
+
:api_version => "V1"
|
85
77
|
)
|
86
78
|
|
87
79
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
19
19
|
class KeyManagementAPI
|
20
20
|
attr_accessor :api_client
|
21
21
|
|
22
|
-
def initialize(api_client = APIClient.default)
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
23
23
|
@api_client = api_client
|
24
24
|
end
|
25
25
|
|
@@ -40,15 +40,6 @@ module DatadogAPIClient::V1
|
|
40
40
|
# @return [Array<(ApiKeyResponse, Integer, Hash)>] ApiKeyResponse data, response status code and response headers
|
41
41
|
def create_api_key_with_http_info(body, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_api_key)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_api_key]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_api_key")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_api_key"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.create_api_key ...'
|
54
45
|
end
|
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
|
|
88
79
|
:form_params => form_params,
|
89
80
|
:body => post_body,
|
90
81
|
:auth_names => auth_names,
|
91
|
-
:return_type => return_type
|
82
|
+
:return_type => return_type,
|
83
|
+
:api_version => "V1"
|
92
84
|
)
|
93
85
|
|
94
86
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
|
|
115
107
|
# @return [Array<(ApplicationKeyResponse, Integer, Hash)>] ApplicationKeyResponse data, response status code and response headers
|
116
108
|
def create_application_key_with_http_info(body, opts = {})
|
117
109
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:create_application_key)
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_application_key]
|
120
|
-
if unstable_enabled
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_application_key")
|
122
|
-
else
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_application_key"))
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
110
|
if @api_client.config.debugging
|
128
111
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.create_application_key ...'
|
129
112
|
end
|
@@ -163,7 +146,8 @@ module DatadogAPIClient::V1
|
|
163
146
|
:form_params => form_params,
|
164
147
|
:body => post_body,
|
165
148
|
:auth_names => auth_names,
|
166
|
-
:return_type => return_type
|
149
|
+
:return_type => return_type,
|
150
|
+
:api_version => "V1"
|
167
151
|
)
|
168
152
|
|
169
153
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -190,15 +174,6 @@ module DatadogAPIClient::V1
|
|
190
174
|
# @return [Array<(ApiKeyResponse, Integer, Hash)>] ApiKeyResponse data, response status code and response headers
|
191
175
|
def delete_api_key_with_http_info(key, opts = {})
|
192
176
|
|
193
|
-
if @api_client.config.unstable_operations.has_key?(:delete_api_key)
|
194
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_api_key]
|
195
|
-
if unstable_enabled
|
196
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_api_key")
|
197
|
-
else
|
198
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_api_key"))
|
199
|
-
end
|
200
|
-
end
|
201
|
-
|
202
177
|
if @api_client.config.debugging
|
203
178
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.delete_api_key ...'
|
204
179
|
end
|
@@ -236,7 +211,8 @@ module DatadogAPIClient::V1
|
|
236
211
|
:form_params => form_params,
|
237
212
|
:body => post_body,
|
238
213
|
:auth_names => auth_names,
|
239
|
-
:return_type => return_type
|
214
|
+
:return_type => return_type,
|
215
|
+
:api_version => "V1"
|
240
216
|
)
|
241
217
|
|
242
218
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -263,15 +239,6 @@ module DatadogAPIClient::V1
|
|
263
239
|
# @return [Array<(ApplicationKeyResponse, Integer, Hash)>] ApplicationKeyResponse data, response status code and response headers
|
264
240
|
def delete_application_key_with_http_info(key, opts = {})
|
265
241
|
|
266
|
-
if @api_client.config.unstable_operations.has_key?(:delete_application_key)
|
267
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_application_key]
|
268
|
-
if unstable_enabled
|
269
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_application_key")
|
270
|
-
else
|
271
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_application_key"))
|
272
|
-
end
|
273
|
-
end
|
274
|
-
|
275
242
|
if @api_client.config.debugging
|
276
243
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.delete_application_key ...'
|
277
244
|
end
|
@@ -309,7 +276,8 @@ module DatadogAPIClient::V1
|
|
309
276
|
:form_params => form_params,
|
310
277
|
:body => post_body,
|
311
278
|
:auth_names => auth_names,
|
312
|
-
:return_type => return_type
|
279
|
+
:return_type => return_type,
|
280
|
+
:api_version => "V1"
|
313
281
|
)
|
314
282
|
|
315
283
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -336,15 +304,6 @@ module DatadogAPIClient::V1
|
|
336
304
|
# @return [Array<(ApiKeyResponse, Integer, Hash)>] ApiKeyResponse data, response status code and response headers
|
337
305
|
def get_api_key_with_http_info(key, opts = {})
|
338
306
|
|
339
|
-
if @api_client.config.unstable_operations.has_key?(:get_api_key)
|
340
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_api_key]
|
341
|
-
if unstable_enabled
|
342
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_api_key")
|
343
|
-
else
|
344
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_api_key"))
|
345
|
-
end
|
346
|
-
end
|
347
|
-
|
348
307
|
if @api_client.config.debugging
|
349
308
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.get_api_key ...'
|
350
309
|
end
|
@@ -382,7 +341,8 @@ module DatadogAPIClient::V1
|
|
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 => "V1"
|
386
346
|
)
|
387
347
|
|
388
348
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -409,15 +369,6 @@ module DatadogAPIClient::V1
|
|
409
369
|
# @return [Array<(ApplicationKeyResponse, Integer, Hash)>] ApplicationKeyResponse data, response status code and response headers
|
410
370
|
def get_application_key_with_http_info(key, opts = {})
|
411
371
|
|
412
|
-
if @api_client.config.unstable_operations.has_key?(:get_application_key)
|
413
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_application_key]
|
414
|
-
if unstable_enabled
|
415
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_application_key")
|
416
|
-
else
|
417
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_application_key"))
|
418
|
-
end
|
419
|
-
end
|
420
|
-
|
421
372
|
if @api_client.config.debugging
|
422
373
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.get_application_key ...'
|
423
374
|
end
|
@@ -455,7 +406,8 @@ module DatadogAPIClient::V1
|
|
455
406
|
:form_params => form_params,
|
456
407
|
:body => post_body,
|
457
408
|
:auth_names => auth_names,
|
458
|
-
:return_type => return_type
|
409
|
+
:return_type => return_type,
|
410
|
+
:api_version => "V1"
|
459
411
|
)
|
460
412
|
|
461
413
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -481,15 +433,6 @@ module DatadogAPIClient::V1
|
|
481
433
|
# @return [Array<(ApiKeyListResponse, Integer, Hash)>] ApiKeyListResponse data, response status code and response headers
|
482
434
|
def list_api_keys_with_http_info(opts = {})
|
483
435
|
|
484
|
-
if @api_client.config.unstable_operations.has_key?(:list_api_keys)
|
485
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_api_keys]
|
486
|
-
if unstable_enabled
|
487
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_api_keys")
|
488
|
-
else
|
489
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_api_keys"))
|
490
|
-
end
|
491
|
-
end
|
492
|
-
|
493
436
|
if @api_client.config.debugging
|
494
437
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.list_api_keys ...'
|
495
438
|
end
|
@@ -523,7 +466,8 @@ module DatadogAPIClient::V1
|
|
523
466
|
:form_params => form_params,
|
524
467
|
:body => post_body,
|
525
468
|
:auth_names => auth_names,
|
526
|
-
:return_type => return_type
|
469
|
+
:return_type => return_type,
|
470
|
+
:api_version => "V1"
|
527
471
|
)
|
528
472
|
|
529
473
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -549,15 +493,6 @@ module DatadogAPIClient::V1
|
|
549
493
|
# @return [Array<(ApplicationKeyListResponse, Integer, Hash)>] ApplicationKeyListResponse data, response status code and response headers
|
550
494
|
def list_application_keys_with_http_info(opts = {})
|
551
495
|
|
552
|
-
if @api_client.config.unstable_operations.has_key?(:list_application_keys)
|
553
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_application_keys]
|
554
|
-
if unstable_enabled
|
555
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_application_keys")
|
556
|
-
else
|
557
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_application_keys"))
|
558
|
-
end
|
559
|
-
end
|
560
|
-
|
561
496
|
if @api_client.config.debugging
|
562
497
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.list_application_keys ...'
|
563
498
|
end
|
@@ -591,7 +526,8 @@ module DatadogAPIClient::V1
|
|
591
526
|
:form_params => form_params,
|
592
527
|
:body => post_body,
|
593
528
|
:auth_names => auth_names,
|
594
|
-
:return_type => return_type
|
529
|
+
:return_type => return_type,
|
530
|
+
:api_version => "V1"
|
595
531
|
)
|
596
532
|
|
597
533
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -619,15 +555,6 @@ module DatadogAPIClient::V1
|
|
619
555
|
# @return [Array<(ApiKeyResponse, Integer, Hash)>] ApiKeyResponse data, response status code and response headers
|
620
556
|
def update_api_key_with_http_info(key, body, opts = {})
|
621
557
|
|
622
|
-
if @api_client.config.unstable_operations.has_key?(:update_api_key)
|
623
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_api_key]
|
624
|
-
if unstable_enabled
|
625
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_api_key")
|
626
|
-
else
|
627
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_api_key"))
|
628
|
-
end
|
629
|
-
end
|
630
|
-
|
631
558
|
if @api_client.config.debugging
|
632
559
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.update_api_key ...'
|
633
560
|
end
|
@@ -671,7 +598,8 @@ module DatadogAPIClient::V1
|
|
671
598
|
:form_params => form_params,
|
672
599
|
:body => post_body,
|
673
600
|
:auth_names => auth_names,
|
674
|
-
:return_type => return_type
|
601
|
+
:return_type => return_type,
|
602
|
+
:api_version => "V1"
|
675
603
|
)
|
676
604
|
|
677
605
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -699,15 +627,6 @@ module DatadogAPIClient::V1
|
|
699
627
|
# @return [Array<(ApplicationKeyResponse, Integer, Hash)>] ApplicationKeyResponse data, response status code and response headers
|
700
628
|
def update_application_key_with_http_info(key, body, opts = {})
|
701
629
|
|
702
|
-
if @api_client.config.unstable_operations.has_key?(:update_application_key)
|
703
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_application_key]
|
704
|
-
if unstable_enabled
|
705
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_application_key")
|
706
|
-
else
|
707
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_application_key"))
|
708
|
-
end
|
709
|
-
end
|
710
|
-
|
711
630
|
if @api_client.config.debugging
|
712
631
|
@api_client.config.logger.debug 'Calling API: KeyManagementAPI.update_application_key ...'
|
713
632
|
end
|
@@ -751,7 +670,8 @@ module DatadogAPIClient::V1
|
|
751
670
|
:form_params => form_params,
|
752
671
|
:body => post_body,
|
753
672
|
:auth_names => auth_names,
|
754
|
-
:return_type => return_type
|
673
|
+
:return_type => return_type,
|
674
|
+
:api_version => "V1"
|
755
675
|
)
|
756
676
|
|
757
677
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
19
19
|
class LogsAPI
|
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
|
|
@@ -48,15 +48,6 @@ module DatadogAPIClient::V1
|
|
48
48
|
# @return [Array<(LogsListResponse, Integer, Hash)>] LogsListResponse data, response status code and response headers
|
49
49
|
def list_logs_with_http_info(body, opts = {})
|
50
50
|
|
51
|
-
if @api_client.config.unstable_operations.has_key?(:list_logs)
|
52
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_logs]
|
53
|
-
if unstable_enabled
|
54
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_logs")
|
55
|
-
else
|
56
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_logs"))
|
57
|
-
end
|
58
|
-
end
|
59
|
-
|
60
51
|
if @api_client.config.debugging
|
61
52
|
@api_client.config.logger.debug 'Calling API: LogsAPI.list_logs ...'
|
62
53
|
end
|
@@ -96,7 +87,8 @@ module DatadogAPIClient::V1
|
|
96
87
|
:form_params => form_params,
|
97
88
|
:body => post_body,
|
98
89
|
:auth_names => auth_names,
|
99
|
-
:return_type => return_type
|
90
|
+
:return_type => return_type,
|
91
|
+
:api_version => "V1"
|
100
92
|
)
|
101
93
|
|
102
94
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -143,15 +135,6 @@ module DatadogAPIClient::V1
|
|
143
135
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
144
136
|
def submit_log_with_http_info(body, opts = {})
|
145
137
|
|
146
|
-
if @api_client.config.unstable_operations.has_key?(:submit_log)
|
147
|
-
unstable_enabled = @api_client.config.unstable_operations[:submit_log]
|
148
|
-
if unstable_enabled
|
149
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "submit_log")
|
150
|
-
else
|
151
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "submit_log"))
|
152
|
-
end
|
153
|
-
end
|
154
|
-
|
155
138
|
if @api_client.config.debugging
|
156
139
|
@api_client.config.logger.debug 'Calling API: LogsAPI.submit_log ...'
|
157
140
|
end
|
@@ -197,7 +180,8 @@ module DatadogAPIClient::V1
|
|
197
180
|
:form_params => form_params,
|
198
181
|
:body => post_body,
|
199
182
|
:auth_names => auth_names,
|
200
|
-
:return_type => return_type
|
183
|
+
:return_type => return_type,
|
184
|
+
:api_version => "V1"
|
201
185
|
)
|
202
186
|
|
203
187
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|