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 MonitorsAPI
|
20
20
|
attr_accessor :api_client
|
21
21
|
|
22
|
-
def initialize(api_client = APIClient.default)
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
23
23
|
@api_client = api_client
|
24
24
|
end
|
25
25
|
|
@@ -40,15 +40,6 @@ module DatadogAPIClient::V1
|
|
40
40
|
# @return [Array<(CheckCanDeleteMonitorResponse, Integer, Hash)>] CheckCanDeleteMonitorResponse data, response status code and response headers
|
41
41
|
def check_can_delete_monitor_with_http_info(monitor_ids, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:check_can_delete_monitor)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:check_can_delete_monitor]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "check_can_delete_monitor")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "check_can_delete_monitor"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.check_can_delete_monitor ...'
|
54
45
|
end
|
@@ -87,7 +78,8 @@ module DatadogAPIClient::V1
|
|
87
78
|
:form_params => form_params,
|
88
79
|
:body => post_body,
|
89
80
|
:auth_names => auth_names,
|
90
|
-
:return_type => return_type
|
81
|
+
:return_type => return_type,
|
82
|
+
:api_version => "V1"
|
91
83
|
)
|
92
84
|
|
93
85
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -296,15 +288,6 @@ module DatadogAPIClient::V1
|
|
296
288
|
# @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
|
297
289
|
def create_monitor_with_http_info(body, opts = {})
|
298
290
|
|
299
|
-
if @api_client.config.unstable_operations.has_key?(:create_monitor)
|
300
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_monitor]
|
301
|
-
if unstable_enabled
|
302
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_monitor")
|
303
|
-
else
|
304
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_monitor"))
|
305
|
-
end
|
306
|
-
end
|
307
|
-
|
308
291
|
if @api_client.config.debugging
|
309
292
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.create_monitor ...'
|
310
293
|
end
|
@@ -344,7 +327,8 @@ module DatadogAPIClient::V1
|
|
344
327
|
:form_params => form_params,
|
345
328
|
:body => post_body,
|
346
329
|
:auth_names => auth_names,
|
347
|
-
:return_type => return_type
|
330
|
+
:return_type => return_type,
|
331
|
+
:api_version => "V1"
|
348
332
|
)
|
349
333
|
|
350
334
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -372,15 +356,6 @@ module DatadogAPIClient::V1
|
|
372
356
|
# @return [Array<(DeletedMonitor, Integer, Hash)>] DeletedMonitor data, response status code and response headers
|
373
357
|
def delete_monitor_with_http_info(monitor_id, opts = {})
|
374
358
|
|
375
|
-
if @api_client.config.unstable_operations.has_key?(:delete_monitor)
|
376
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_monitor]
|
377
|
-
if unstable_enabled
|
378
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_monitor")
|
379
|
-
else
|
380
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_monitor"))
|
381
|
-
end
|
382
|
-
end
|
383
|
-
|
384
359
|
if @api_client.config.debugging
|
385
360
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.delete_monitor ...'
|
386
361
|
end
|
@@ -419,7 +394,8 @@ module DatadogAPIClient::V1
|
|
419
394
|
:form_params => form_params,
|
420
395
|
:body => post_body,
|
421
396
|
:auth_names => auth_names,
|
422
|
-
:return_type => return_type
|
397
|
+
:return_type => return_type,
|
398
|
+
:api_version => "V1"
|
423
399
|
)
|
424
400
|
|
425
401
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -447,15 +423,6 @@ module DatadogAPIClient::V1
|
|
447
423
|
# @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
|
448
424
|
def get_monitor_with_http_info(monitor_id, opts = {})
|
449
425
|
|
450
|
-
if @api_client.config.unstable_operations.has_key?(:get_monitor)
|
451
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_monitor]
|
452
|
-
if unstable_enabled
|
453
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_monitor")
|
454
|
-
else
|
455
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_monitor"))
|
456
|
-
end
|
457
|
-
end
|
458
|
-
|
459
426
|
if @api_client.config.debugging
|
460
427
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.get_monitor ...'
|
461
428
|
end
|
@@ -494,7 +461,8 @@ module DatadogAPIClient::V1
|
|
494
461
|
:form_params => form_params,
|
495
462
|
:body => post_body,
|
496
463
|
:auth_names => auth_names,
|
497
|
-
:return_type => return_type
|
464
|
+
:return_type => return_type,
|
465
|
+
:api_version => "V1"
|
498
466
|
)
|
499
467
|
|
500
468
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -528,15 +496,6 @@ module DatadogAPIClient::V1
|
|
528
496
|
# @return [Array<(Array<Monitor>, Integer, Hash)>] Array<Monitor> data, response status code and response headers
|
529
497
|
def list_monitors_with_http_info(opts = {})
|
530
498
|
|
531
|
-
if @api_client.config.unstable_operations.has_key?(:list_monitors)
|
532
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_monitors]
|
533
|
-
if unstable_enabled
|
534
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_monitors")
|
535
|
-
else
|
536
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_monitors"))
|
537
|
-
end
|
538
|
-
end
|
539
|
-
|
540
499
|
if @api_client.config.debugging
|
541
500
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.list_monitors ...'
|
542
501
|
end
|
@@ -581,7 +540,8 @@ module DatadogAPIClient::V1
|
|
581
540
|
:form_params => form_params,
|
582
541
|
:body => post_body,
|
583
542
|
:auth_names => auth_names,
|
584
|
-
:return_type => return_type
|
543
|
+
:return_type => return_type,
|
544
|
+
:api_version => "V1"
|
585
545
|
)
|
586
546
|
|
587
547
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -611,15 +571,6 @@ module DatadogAPIClient::V1
|
|
611
571
|
# @return [Array<(MonitorGroupSearchResponse, Integer, Hash)>] MonitorGroupSearchResponse data, response status code and response headers
|
612
572
|
def search_monitor_groups_with_http_info(opts = {})
|
613
573
|
|
614
|
-
if @api_client.config.unstable_operations.has_key?(:search_monitor_groups)
|
615
|
-
unstable_enabled = @api_client.config.unstable_operations[:search_monitor_groups]
|
616
|
-
if unstable_enabled
|
617
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "search_monitor_groups")
|
618
|
-
else
|
619
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "search_monitor_groups"))
|
620
|
-
end
|
621
|
-
end
|
622
|
-
|
623
574
|
if @api_client.config.debugging
|
624
575
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.search_monitor_groups ...'
|
625
576
|
end
|
@@ -657,7 +608,8 @@ module DatadogAPIClient::V1
|
|
657
608
|
:form_params => form_params,
|
658
609
|
:body => post_body,
|
659
610
|
:auth_names => auth_names,
|
660
|
-
:return_type => return_type
|
611
|
+
:return_type => return_type,
|
612
|
+
:api_version => "V1"
|
661
613
|
)
|
662
614
|
|
663
615
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -687,15 +639,6 @@ module DatadogAPIClient::V1
|
|
687
639
|
# @return [Array<(MonitorSearchResponse, Integer, Hash)>] MonitorSearchResponse data, response status code and response headers
|
688
640
|
def search_monitors_with_http_info(opts = {})
|
689
641
|
|
690
|
-
if @api_client.config.unstable_operations.has_key?(:search_monitors)
|
691
|
-
unstable_enabled = @api_client.config.unstable_operations[:search_monitors]
|
692
|
-
if unstable_enabled
|
693
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "search_monitors")
|
694
|
-
else
|
695
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "search_monitors"))
|
696
|
-
end
|
697
|
-
end
|
698
|
-
|
699
642
|
if @api_client.config.debugging
|
700
643
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.search_monitors ...'
|
701
644
|
end
|
@@ -733,7 +676,8 @@ module DatadogAPIClient::V1
|
|
733
676
|
:form_params => form_params,
|
734
677
|
:body => post_body,
|
735
678
|
:auth_names => auth_names,
|
736
|
-
:return_type => return_type
|
679
|
+
:return_type => return_type,
|
680
|
+
:api_version => "V1"
|
737
681
|
)
|
738
682
|
|
739
683
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -761,15 +705,6 @@ module DatadogAPIClient::V1
|
|
761
705
|
# @return [Array<(Monitor, Integer, Hash)>] Monitor data, response status code and response headers
|
762
706
|
def update_monitor_with_http_info(monitor_id, body, opts = {})
|
763
707
|
|
764
|
-
if @api_client.config.unstable_operations.has_key?(:update_monitor)
|
765
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_monitor]
|
766
|
-
if unstable_enabled
|
767
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_monitor")
|
768
|
-
else
|
769
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_monitor"))
|
770
|
-
end
|
771
|
-
end
|
772
|
-
|
773
708
|
if @api_client.config.debugging
|
774
709
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.update_monitor ...'
|
775
710
|
end
|
@@ -813,7 +748,8 @@ module DatadogAPIClient::V1
|
|
813
748
|
:form_params => form_params,
|
814
749
|
:body => post_body,
|
815
750
|
:auth_names => auth_names,
|
816
|
-
:return_type => return_type
|
751
|
+
:return_type => return_type,
|
752
|
+
:api_version => "V1"
|
817
753
|
)
|
818
754
|
|
819
755
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -841,15 +777,6 @@ module DatadogAPIClient::V1
|
|
841
777
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
842
778
|
def validate_existing_monitor_with_http_info(monitor_id, body, opts = {})
|
843
779
|
|
844
|
-
if @api_client.config.unstable_operations.has_key?(:validate_existing_monitor)
|
845
|
-
unstable_enabled = @api_client.config.unstable_operations[:validate_existing_monitor]
|
846
|
-
if unstable_enabled
|
847
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "validate_existing_monitor")
|
848
|
-
else
|
849
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "validate_existing_monitor"))
|
850
|
-
end
|
851
|
-
end
|
852
|
-
|
853
780
|
if @api_client.config.debugging
|
854
781
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.validate_existing_monitor ...'
|
855
782
|
end
|
@@ -893,7 +820,8 @@ module DatadogAPIClient::V1
|
|
893
820
|
:form_params => form_params,
|
894
821
|
:body => post_body,
|
895
822
|
:auth_names => auth_names,
|
896
|
-
:return_type => return_type
|
823
|
+
:return_type => return_type,
|
824
|
+
:api_version => "V1"
|
897
825
|
)
|
898
826
|
|
899
827
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -920,15 +848,6 @@ module DatadogAPIClient::V1
|
|
920
848
|
# @return [Array<(Object, Integer, Hash)>] Object data, response status code and response headers
|
921
849
|
def validate_monitor_with_http_info(body, opts = {})
|
922
850
|
|
923
|
-
if @api_client.config.unstable_operations.has_key?(:validate_monitor)
|
924
|
-
unstable_enabled = @api_client.config.unstable_operations[:validate_monitor]
|
925
|
-
if unstable_enabled
|
926
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "validate_monitor")
|
927
|
-
else
|
928
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "validate_monitor"))
|
929
|
-
end
|
930
|
-
end
|
931
|
-
|
932
851
|
if @api_client.config.debugging
|
933
852
|
@api_client.config.logger.debug 'Calling API: MonitorsAPI.validate_monitor ...'
|
934
853
|
end
|
@@ -968,7 +887,8 @@ module DatadogAPIClient::V1
|
|
968
887
|
:form_params => form_params,
|
969
888
|
:body => post_body,
|
970
889
|
:auth_names => auth_names,
|
971
|
-
:return_type => return_type
|
890
|
+
:return_type => return_type,
|
891
|
+
:api_version => "V1"
|
972
892
|
)
|
973
893
|
|
974
894
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
19
19
|
class NotebooksAPI
|
20
20
|
attr_accessor :api_client
|
21
21
|
|
22
|
-
def initialize(api_client = APIClient.default)
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
23
23
|
@api_client = api_client
|
24
24
|
end
|
25
25
|
|
@@ -40,15 +40,6 @@ module DatadogAPIClient::V1
|
|
40
40
|
# @return [Array<(NotebookResponse, Integer, Hash)>] NotebookResponse data, response status code and response headers
|
41
41
|
def create_notebook_with_http_info(body, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_notebook)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_notebook]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_notebook")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_notebook"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.create_notebook ...'
|
54
45
|
end
|
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
|
|
88
79
|
:form_params => form_params,
|
89
80
|
:body => post_body,
|
90
81
|
:auth_names => auth_names,
|
91
|
-
:return_type => return_type
|
82
|
+
:return_type => return_type,
|
83
|
+
:api_version => "V1"
|
92
84
|
)
|
93
85
|
|
94
86
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
|
|
115
107
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
116
108
|
def delete_notebook_with_http_info(notebook_id, opts = {})
|
117
109
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:delete_notebook)
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_notebook]
|
120
|
-
if unstable_enabled
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_notebook")
|
122
|
-
else
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_notebook"))
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
110
|
if @api_client.config.debugging
|
128
111
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.delete_notebook ...'
|
129
112
|
end
|
@@ -161,7 +144,8 @@ module DatadogAPIClient::V1
|
|
161
144
|
:form_params => form_params,
|
162
145
|
:body => post_body,
|
163
146
|
:auth_names => auth_names,
|
164
|
-
:return_type => return_type
|
147
|
+
:return_type => return_type,
|
148
|
+
:api_version => "V1"
|
165
149
|
)
|
166
150
|
|
167
151
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -188,15 +172,6 @@ module DatadogAPIClient::V1
|
|
188
172
|
# @return [Array<(NotebookResponse, Integer, Hash)>] NotebookResponse data, response status code and response headers
|
189
173
|
def get_notebook_with_http_info(notebook_id, opts = {})
|
190
174
|
|
191
|
-
if @api_client.config.unstable_operations.has_key?(:get_notebook)
|
192
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_notebook]
|
193
|
-
if unstable_enabled
|
194
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_notebook")
|
195
|
-
else
|
196
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_notebook"))
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
175
|
if @api_client.config.debugging
|
201
176
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.get_notebook ...'
|
202
177
|
end
|
@@ -234,7 +209,8 @@ module DatadogAPIClient::V1
|
|
234
209
|
:form_params => form_params,
|
235
210
|
:body => post_body,
|
236
211
|
:auth_names => auth_names,
|
237
|
-
:return_type => return_type
|
212
|
+
:return_type => return_type,
|
213
|
+
:api_version => "V1"
|
238
214
|
)
|
239
215
|
|
240
216
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -271,15 +247,6 @@ module DatadogAPIClient::V1
|
|
271
247
|
# @return [Array<(NotebooksResponse, Integer, Hash)>] NotebooksResponse data, response status code and response headers
|
272
248
|
def list_notebooks_with_http_info(opts = {})
|
273
249
|
|
274
|
-
if @api_client.config.unstable_operations.has_key?(:list_notebooks)
|
275
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_notebooks]
|
276
|
-
if unstable_enabled
|
277
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_notebooks")
|
278
|
-
else
|
279
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_notebooks"))
|
280
|
-
end
|
281
|
-
end
|
282
|
-
|
283
250
|
if @api_client.config.debugging
|
284
251
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.list_notebooks ...'
|
285
252
|
end
|
@@ -323,7 +290,8 @@ module DatadogAPIClient::V1
|
|
323
290
|
:form_params => form_params,
|
324
291
|
:body => post_body,
|
325
292
|
:auth_names => auth_names,
|
326
|
-
:return_type => return_type
|
293
|
+
:return_type => return_type,
|
294
|
+
:api_version => "V1"
|
327
295
|
)
|
328
296
|
|
329
297
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -351,15 +319,6 @@ module DatadogAPIClient::V1
|
|
351
319
|
# @return [Array<(NotebookResponse, Integer, Hash)>] NotebookResponse data, response status code and response headers
|
352
320
|
def update_notebook_with_http_info(notebook_id, body, opts = {})
|
353
321
|
|
354
|
-
if @api_client.config.unstable_operations.has_key?(:update_notebook)
|
355
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_notebook]
|
356
|
-
if unstable_enabled
|
357
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_notebook")
|
358
|
-
else
|
359
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_notebook"))
|
360
|
-
end
|
361
|
-
end
|
362
|
-
|
363
322
|
if @api_client.config.debugging
|
364
323
|
@api_client.config.logger.debug 'Calling API: NotebooksAPI.update_notebook ...'
|
365
324
|
end
|
@@ -403,7 +362,8 @@ module DatadogAPIClient::V1
|
|
403
362
|
:form_params => form_params,
|
404
363
|
:body => post_body,
|
405
364
|
:auth_names => auth_names,
|
406
|
-
:return_type => return_type
|
365
|
+
:return_type => return_type,
|
366
|
+
:api_version => "V1"
|
407
367
|
)
|
408
368
|
|
409
369
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V1
|
|
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
|
|
@@ -49,15 +49,6 @@ module DatadogAPIClient::V1
|
|
49
49
|
# @return [Array<(OrganizationCreateResponse, Integer, Hash)>] OrganizationCreateResponse data, response status code and response headers
|
50
50
|
def create_child_org_with_http_info(body, opts = {})
|
51
51
|
|
52
|
-
if @api_client.config.unstable_operations.has_key?(:create_child_org)
|
53
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_child_org]
|
54
|
-
if unstable_enabled
|
55
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_child_org")
|
56
|
-
else
|
57
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_child_org"))
|
58
|
-
end
|
59
|
-
end
|
60
|
-
|
61
52
|
if @api_client.config.debugging
|
62
53
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.create_child_org ...'
|
63
54
|
end
|
@@ -97,7 +88,8 @@ module DatadogAPIClient::V1
|
|
97
88
|
:form_params => form_params,
|
98
89
|
:body => post_body,
|
99
90
|
:auth_names => auth_names,
|
100
|
-
:return_type => return_type
|
91
|
+
:return_type => return_type,
|
92
|
+
:api_version => "V1"
|
101
93
|
)
|
102
94
|
|
103
95
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -124,15 +116,6 @@ module DatadogAPIClient::V1
|
|
124
116
|
# @return [Array<(OrgDowngradedResponse, Integer, Hash)>] OrgDowngradedResponse data, response status code and response headers
|
125
117
|
def downgrade_org_with_http_info(public_id, opts = {})
|
126
118
|
|
127
|
-
if @api_client.config.unstable_operations.has_key?(:downgrade_org)
|
128
|
-
unstable_enabled = @api_client.config.unstable_operations[:downgrade_org]
|
129
|
-
if unstable_enabled
|
130
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "downgrade_org")
|
131
|
-
else
|
132
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "downgrade_org"))
|
133
|
-
end
|
134
|
-
end
|
135
|
-
|
136
119
|
if @api_client.config.debugging
|
137
120
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.downgrade_org ...'
|
138
121
|
end
|
@@ -170,7 +153,8 @@ module DatadogAPIClient::V1
|
|
170
153
|
:form_params => form_params,
|
171
154
|
:body => post_body,
|
172
155
|
:auth_names => auth_names,
|
173
|
-
:return_type => return_type
|
156
|
+
:return_type => return_type,
|
157
|
+
:api_version => "V1"
|
174
158
|
)
|
175
159
|
|
176
160
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -197,15 +181,6 @@ module DatadogAPIClient::V1
|
|
197
181
|
# @return [Array<(OrganizationResponse, Integer, Hash)>] OrganizationResponse data, response status code and response headers
|
198
182
|
def get_org_with_http_info(public_id, opts = {})
|
199
183
|
|
200
|
-
if @api_client.config.unstable_operations.has_key?(:get_org)
|
201
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_org]
|
202
|
-
if unstable_enabled
|
203
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_org")
|
204
|
-
else
|
205
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_org"))
|
206
|
-
end
|
207
|
-
end
|
208
|
-
|
209
184
|
if @api_client.config.debugging
|
210
185
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.get_org ...'
|
211
186
|
end
|
@@ -243,7 +218,8 @@ module DatadogAPIClient::V1
|
|
243
218
|
:form_params => form_params,
|
244
219
|
:body => post_body,
|
245
220
|
:auth_names => auth_names,
|
246
|
-
:return_type => return_type
|
221
|
+
:return_type => return_type,
|
222
|
+
:api_version => "V1"
|
247
223
|
)
|
248
224
|
|
249
225
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -269,15 +245,6 @@ module DatadogAPIClient::V1
|
|
269
245
|
# @return [Array<(OrganizationListResponse, Integer, Hash)>] OrganizationListResponse data, response status code and response headers
|
270
246
|
def list_orgs_with_http_info(opts = {})
|
271
247
|
|
272
|
-
if @api_client.config.unstable_operations.has_key?(:list_orgs)
|
273
|
-
unstable_enabled = @api_client.config.unstable_operations[:list_orgs]
|
274
|
-
if unstable_enabled
|
275
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "list_orgs")
|
276
|
-
else
|
277
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_orgs"))
|
278
|
-
end
|
279
|
-
end
|
280
|
-
|
281
248
|
if @api_client.config.debugging
|
282
249
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.list_orgs ...'
|
283
250
|
end
|
@@ -311,7 +278,8 @@ module DatadogAPIClient::V1
|
|
311
278
|
:form_params => form_params,
|
312
279
|
:body => post_body,
|
313
280
|
:auth_names => auth_names,
|
314
|
-
:return_type => return_type
|
281
|
+
:return_type => return_type,
|
282
|
+
:api_version => "V1"
|
315
283
|
)
|
316
284
|
|
317
285
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -339,15 +307,6 @@ module DatadogAPIClient::V1
|
|
339
307
|
# @return [Array<(OrganizationResponse, Integer, Hash)>] OrganizationResponse data, response status code and response headers
|
340
308
|
def update_org_with_http_info(public_id, body, opts = {})
|
341
309
|
|
342
|
-
if @api_client.config.unstable_operations.has_key?(:update_org)
|
343
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_org]
|
344
|
-
if unstable_enabled
|
345
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_org")
|
346
|
-
else
|
347
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_org"))
|
348
|
-
end
|
349
|
-
end
|
350
|
-
|
351
310
|
if @api_client.config.debugging
|
352
311
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.update_org ...'
|
353
312
|
end
|
@@ -391,7 +350,8 @@ module DatadogAPIClient::V1
|
|
391
350
|
:form_params => form_params,
|
392
351
|
:body => post_body,
|
393
352
|
:auth_names => auth_names,
|
394
|
-
:return_type => return_type
|
353
|
+
:return_type => return_type,
|
354
|
+
:api_version => "V1"
|
395
355
|
)
|
396
356
|
|
397
357
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
@@ -424,15 +384,6 @@ module DatadogAPIClient::V1
|
|
424
384
|
# @return [Array<(IdpResponse, Integer, Hash)>] IdpResponse data, response status code and response headers
|
425
385
|
def upload_idp_for_org_with_http_info(public_id, idp_file, opts = {})
|
426
386
|
|
427
|
-
if @api_client.config.unstable_operations.has_key?(:upload_idp_for_org)
|
428
|
-
unstable_enabled = @api_client.config.unstable_operations[:upload_idp_for_org]
|
429
|
-
if unstable_enabled
|
430
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "upload_idp_for_org")
|
431
|
-
else
|
432
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "upload_idp_for_org"))
|
433
|
-
end
|
434
|
-
end
|
435
|
-
|
436
387
|
if @api_client.config.debugging
|
437
388
|
@api_client.config.logger.debug 'Calling API: OrganizationsAPI.upload_idp_for_org ...'
|
438
389
|
end
|
@@ -477,7 +428,8 @@ module DatadogAPIClient::V1
|
|
477
428
|
:form_params => form_params,
|
478
429
|
:body => post_body,
|
479
430
|
:auth_names => auth_names,
|
480
|
-
:return_type => return_type
|
431
|
+
:return_type => return_type,
|
432
|
+
:api_version => "V1"
|
481
433
|
)
|
482
434
|
|
483
435
|
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 PagerDutyIntegrationAPI
|
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<(PagerDutyServiceName, Integer, Hash)>] PagerDutyServiceName data, response status code and response headers
|
41
41
|
def create_pager_duty_integration_service_with_http_info(body, opts = {})
|
42
42
|
|
43
|
-
if @api_client.config.unstable_operations.has_key?(:create_pager_duty_integration_service)
|
44
|
-
unstable_enabled = @api_client.config.unstable_operations[:create_pager_duty_integration_service]
|
45
|
-
if unstable_enabled
|
46
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "create_pager_duty_integration_service")
|
47
|
-
else
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_pager_duty_integration_service"))
|
49
|
-
end
|
50
|
-
end
|
51
|
-
|
52
43
|
if @api_client.config.debugging
|
53
44
|
@api_client.config.logger.debug 'Calling API: PagerDutyIntegrationAPI.create_pager_duty_integration_service ...'
|
54
45
|
end
|
@@ -88,7 +79,8 @@ module DatadogAPIClient::V1
|
|
88
79
|
:form_params => form_params,
|
89
80
|
:body => post_body,
|
90
81
|
:auth_names => auth_names,
|
91
|
-
:return_type => return_type
|
82
|
+
:return_type => return_type,
|
83
|
+
:api_version => "V1"
|
92
84
|
)
|
93
85
|
|
94
86
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
@@ -115,15 +107,6 @@ module DatadogAPIClient::V1
|
|
115
107
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
116
108
|
def delete_pager_duty_integration_service_with_http_info(service_name, opts = {})
|
117
109
|
|
118
|
-
if @api_client.config.unstable_operations.has_key?(:delete_pager_duty_integration_service)
|
119
|
-
unstable_enabled = @api_client.config.unstable_operations[:delete_pager_duty_integration_service]
|
120
|
-
if unstable_enabled
|
121
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "delete_pager_duty_integration_service")
|
122
|
-
else
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_pager_duty_integration_service"))
|
124
|
-
end
|
125
|
-
end
|
126
|
-
|
127
110
|
if @api_client.config.debugging
|
128
111
|
@api_client.config.logger.debug 'Calling API: PagerDutyIntegrationAPI.delete_pager_duty_integration_service ...'
|
129
112
|
end
|
@@ -161,7 +144,8 @@ module DatadogAPIClient::V1
|
|
161
144
|
:form_params => form_params,
|
162
145
|
:body => post_body,
|
163
146
|
:auth_names => auth_names,
|
164
|
-
:return_type => return_type
|
147
|
+
:return_type => return_type,
|
148
|
+
:api_version => "V1"
|
165
149
|
)
|
166
150
|
|
167
151
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
@@ -188,15 +172,6 @@ module DatadogAPIClient::V1
|
|
188
172
|
# @return [Array<(PagerDutyServiceName, Integer, Hash)>] PagerDutyServiceName data, response status code and response headers
|
189
173
|
def get_pager_duty_integration_service_with_http_info(service_name, opts = {})
|
190
174
|
|
191
|
-
if @api_client.config.unstable_operations.has_key?(:get_pager_duty_integration_service)
|
192
|
-
unstable_enabled = @api_client.config.unstable_operations[:get_pager_duty_integration_service]
|
193
|
-
if unstable_enabled
|
194
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "get_pager_duty_integration_service")
|
195
|
-
else
|
196
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_pager_duty_integration_service"))
|
197
|
-
end
|
198
|
-
end
|
199
|
-
|
200
175
|
if @api_client.config.debugging
|
201
176
|
@api_client.config.logger.debug 'Calling API: PagerDutyIntegrationAPI.get_pager_duty_integration_service ...'
|
202
177
|
end
|
@@ -234,7 +209,8 @@ module DatadogAPIClient::V1
|
|
234
209
|
:form_params => form_params,
|
235
210
|
:body => post_body,
|
236
211
|
:auth_names => auth_names,
|
237
|
-
:return_type => return_type
|
212
|
+
:return_type => return_type,
|
213
|
+
:api_version => "V1"
|
238
214
|
)
|
239
215
|
|
240
216
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
@@ -262,15 +238,6 @@ module DatadogAPIClient::V1
|
|
262
238
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
263
239
|
def update_pager_duty_integration_service_with_http_info(service_name, body, opts = {})
|
264
240
|
|
265
|
-
if @api_client.config.unstable_operations.has_key?(:update_pager_duty_integration_service)
|
266
|
-
unstable_enabled = @api_client.config.unstable_operations[:update_pager_duty_integration_service]
|
267
|
-
if unstable_enabled
|
268
|
-
@api_client.config.logger.warn format("Using unstable operation '%s'", "update_pager_duty_integration_service")
|
269
|
-
else
|
270
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_pager_duty_integration_service"))
|
271
|
-
end
|
272
|
-
end
|
273
|
-
|
274
241
|
if @api_client.config.debugging
|
275
242
|
@api_client.config.logger.debug 'Calling API: PagerDutyIntegrationAPI.update_pager_duty_integration_service ...'
|
276
243
|
end
|
@@ -314,7 +281,8 @@ module DatadogAPIClient::V1
|
|
314
281
|
:form_params => form_params,
|
315
282
|
:body => post_body,
|
316
283
|
:auth_names => auth_names,
|
317
|
-
:return_type => return_type
|
284
|
+
:return_type => return_type,
|
285
|
+
:api_version => "V1"
|
318
286
|
)
|
319
287
|
|
320
288
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|