datadog_api_client 1.10.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/schemas/v1/openapi.yaml +1014 -166
- data/.generator/schemas/v2/openapi.yaml +1615 -86
- data/.generator/src/generator/cli.py +57 -40
- data/.generator/src/generator/formatter.py +14 -0
- data/.generator/src/generator/openapi.py +12 -6
- data/.generator/src/generator/templates/api.j2 +14 -13
- data/.generator/src/generator/templates/api_client.j2 +63 -11
- data/.generator/src/generator/templates/configuration.j2 +12 -8
- data/.generator/src/generator/templates/example.j2 +1 -1
- data/.generator/src/generator/templates/inflector.j2 +28 -0
- data/.generator/src/generator/templates/model_base.j2 +2 -2
- data/.generator/src/generator/templates/model_oneof.j2 +1 -1
- data/.generator/src/generator/templates/package.j2 +7 -12
- data/.github/workflows/approved_status.yml +0 -2
- data/.github/workflows/codeql-analysis.yml +49 -0
- data/.github/workflows/docs.yml +1 -1
- data/.github/workflows/prepare_release.yml +1 -1
- data/.github/workflows/publish.yml +1 -1
- data/.github/workflows/release.yml +1 -1
- data/.github/workflows/test.yml +4 -6
- data/.github/workflows/test_integration.yml +1 -8
- data/.pre-commit-config.yaml +3 -12
- data/CHANGELOG.md +69 -0
- data/Gemfile +1 -0
- data/Makefile +1 -2
- data/README.md +13 -13
- data/datadog_api_client.gemspec +2 -0
- data/examples/v1/dashboards/CreateDashboard_1442588603.rb +61 -0
- data/examples/v1/dashboards/CreateDashboard_252716965.rb +52 -0
- data/examples/v1/dashboards/CreateDashboard_3882428227.rb +60 -0
- data/examples/v1/downtimes/CreateDowntime_1393233946.rb +3 -0
- data/examples/v1/downtimes/CreateDowntime_2908359488.rb +3 -0
- data/examples/v1/downtimes/CreateDowntime_3059354445.rb +3 -0
- data/examples/v1/events/ListEvents.rb +1 -1
- data/examples/v1/metrics/SubmitDistributionPoints.rb +22 -0
- data/examples/v1/metrics/SubmitDistributionPoints_3109558960.rb +25 -0
- data/examples/v1/organizations/DowngradeOrg.rb +5 -0
- data/examples/v1/organizations/UpdateOrg.rb +1 -0
- data/examples/v1/service-level-objectives/GetSLOHistory.rb +1 -1
- data/examples/v1/service-level-objectives/SearchSLO.rb +16 -0
- data/examples/v1/snapshots/GetGraphSnapshot.rb +2 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +3 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +4 -1
- data/examples/v1/synthetics/GetAPITestLatestResults.rb +1 -1
- data/examples/v1/synthetics/GetAPITestResult.rb +1 -1
- data/examples/v1/synthetics/GetBrowserTestLatestResults.rb +1 -1
- data/examples/v1/synthetics/GetBrowserTestResult.rb +1 -1
- data/examples/v1/synthetics/UpdateBrowserTest.rb +3 -0
- data/examples/v1/usage-metering/GetDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetHourlyUsageAttribution.rb +0 -3
- data/examples/v1/usage-metering/GetMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetMonthlyUsageAttribution.rb +0 -3
- data/examples/v1/usage-metering/GetSpecifiedDailyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetSpecifiedMonthlyCustomReports.rb +1 -1
- data/examples/v1/usage-metering/GetUsageAttribution.rb +1 -1
- data/examples/v1/usage-metering/GetUsageCIApp.rb +2 -5
- data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +8 -0
- data/examples/v1/usage-metering/GetUsageCWS.rb +2 -5
- data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +8 -0
- data/examples/v1/usage-metering/GetUsageDBM.rb +2 -5
- data/examples/v1/usage-metering/GetUsageDBM_3446806203.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLambda.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLambda_3132428705.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLogs.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLogsByIndex.rb +2 -5
- data/examples/v1/usage-metering/GetUsageLogsByIndex_1025184776.rb +8 -0
- data/examples/v1/usage-metering/GetUsageLogs_2562396405.rb +8 -0
- data/examples/v1/usage-metering/GetUsageNetworkFlows.rb +2 -5
- data/examples/v1/usage-metering/GetUsageNetworkFlows_1239422069.rb +8 -0
- data/examples/v1/usage-metering/GetUsageNetworkHosts.rb +2 -5
- data/examples/v1/usage-metering/GetUsageNetworkHosts_1249907835.rb +8 -0
- data/examples/v1/usage-metering/GetUsageOnlineArchive.rb +2 -5
- data/examples/v1/usage-metering/GetUsageOnlineArchive_1501172903.rb +8 -0
- data/examples/v1/usage-metering/GetUsageRumSessions.rb +2 -5
- data/examples/v1/usage-metering/GetUsageRumSessions_714937291.rb +8 -0
- data/examples/v1/usage-metering/GetUsageRumUnits.rb +2 -5
- data/examples/v1/usage-metering/GetUsageRumUnits_3959755399.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSDS.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSDS_271128478.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSynthetics.rb +1 -1
- data/examples/v1/usage-metering/GetUsageSyntheticsAPI.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSyntheticsAPI_4048033529.rb +8 -0
- data/examples/v1/usage-metering/GetUsageSyntheticsBrowser.rb +2 -5
- data/examples/v1/usage-metering/GetUsageSyntheticsBrowser_1704663299.rb +8 -0
- data/examples/v2/events/ListEvents.rb +8 -0
- data/examples/v2/events/ListEvents_2663715109.rb +14 -0
- data/examples/v2/events/SearchEvents.rb +23 -0
- data/examples/v2/incident-services/CreateIncidentService.rb +1 -1
- data/examples/v2/incident-services/DeleteIncidentService.rb +1 -1
- data/examples/v2/incident-services/GetIncidentService.rb +1 -1
- data/examples/v2/incident-services/ListIncidentServices.rb +1 -1
- data/examples/v2/incident-services/UpdateIncidentService.rb +1 -1
- data/examples/v2/incident-teams/CreateIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/DeleteIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/GetIncidentTeam.rb +1 -1
- data/examples/v2/incident-teams/ListIncidentTeams.rb +1 -1
- data/examples/v2/incident-teams/UpdateIncidentTeam.rb +1 -1
- data/examples/v2/incidents/CreateIncident.rb +1 -1
- data/examples/v2/incidents/DeleteIncident.rb +1 -1
- data/examples/v2/incidents/GetIncident.rb +1 -1
- data/examples/v2/incidents/ListIncidents.rb +1 -1
- data/examples/v2/incidents/UpdateIncident.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_1009194038.rb +1 -1
- data/examples/v2/incidents/UpdateIncident_3369341440.rb +1 -1
- data/examples/v2/metrics/CreateTagConfiguration.rb +0 -3
- data/examples/v2/metrics/DeleteTagConfiguration.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurationByName.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations_103226315.rb +0 -3
- data/examples/v2/metrics/ListTagConfigurations_1799362914.rb +0 -3
- data/examples/v2/metrics/SubmitMetrics.rb +6 -0
- data/examples/v2/metrics/UpdateTagConfiguration.rb +0 -3
- data/examples/v2/opsgenie-integration/CreateOpsgenieService.rb +16 -0
- data/examples/v2/opsgenie-integration/DeleteOpsgenieService.rb +8 -0
- data/examples/v2/opsgenie-integration/GetOpsgenieService.rb +8 -0
- data/examples/v2/opsgenie-integration/ListOpsgenieServices.rb +5 -0
- data/examples/v2/opsgenie-integration/UpdateOpsgenieService.rb +21 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalAssignee.rb +15 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalIncidents.rb +15 -0
- data/examples/v2/security-monitoring/EditSecurityMonitoringSignalState.rb +14 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringSignals.rb +0 -3
- data/examples/v2/security-monitoring/SearchSecurityMonitoringSignals.rb +0 -3
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringRule.rb +4 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg.rb +8 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_2734954020.rb +11 -0
- data/examples/v2/usage-metering/GetEstimatedCostByOrg_3186693804.rb +11 -0
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring.rb +2 -5
- data/examples/v2/usage-metering/GetUsageApplicationSecurityMonitoring_3959166796.rb +8 -0
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations.rb +2 -5
- data/examples/v2/usage-metering/GetUsageLambdaTracedInvocations_1436752065.rb +8 -0
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines.rb +2 -5
- data/examples/v2/usage-metering/GetUsageObservabilityPipelines_970725512.rb +8 -0
- data/lib/datadog_api_client/{v2/api_client.rb → api_client.rb} +63 -11
- data/lib/datadog_api_client/api_key_configuration.rb +1 -18
- data/lib/datadog_api_client/{v1/configuration.rb → configuration.rb} +133 -29
- data/lib/datadog_api_client/inflector.rb +1293 -0
- data/lib/datadog_api_client/models.rb +66 -0
- data/lib/datadog_api_client/v1/api/authentication_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +19 -91
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/azure_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/dashboard_lists_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/dashboards_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/downtimes_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/events_api.rb +9 -33
- data/lib/datadog_api_client/v1/api/gcp_integration_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/hosts_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/ip_ranges_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/key_management_api.rb +21 -101
- data/lib/datadog_api_client/v1/api/logs_api.rb +5 -21
- data/lib/datadog_api_client/v1/api/logs_indexes_api.rb +13 -61
- data/lib/datadog_api_client/v1/api/logs_pipelines_api.rb +15 -71
- data/lib/datadog_api_client/v1/api/metrics_api.rb +86 -61
- data/lib/datadog_api_client/v1/api/monitors_api.rb +21 -101
- data/lib/datadog_api_client/v1/api/notebooks_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/organizations_api.rb +77 -52
- data/lib/datadog_api_client/v1/api/pager_duty_integration_api.rb +9 -41
- data/lib/datadog_api_client/v1/api/security_monitoring_api.rb +10 -34
- data/lib/datadog_api_client/v1/api/service_checks_api.rb +3 -11
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/service_level_objectives_api.rb +100 -94
- data/lib/datadog_api_client/v1/api/slack_integration_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/snapshots_api.rb +7 -11
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +55 -271
- data/lib/datadog_api_client/v1/api/tags_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +175 -418
- data/lib/datadog_api_client/v1/api/users_api.rb +11 -51
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +17 -81
- data/lib/datadog_api_client/v1/model_base.rb +2 -2
- data/lib/datadog_api_client/v1/models/distribution_point_item.rb +63 -0
- data/lib/datadog_api_client/v1/models/distribution_points_content_encoding.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_points_payload.rb +124 -0
- data/lib/datadog_api_client/v1/models/distribution_points_series.rb +179 -0
- data/lib/datadog_api_client/v1/models/distribution_points_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +64 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_request.rb +21 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stat_name.rb +1 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +5 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -0
- data/lib/datadog_api_client/v1/models/ip_prefixes_synthetics_private_locations.rb +125 -0
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/logs_processor.rb +1 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +6 -2
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +18 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_create_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_response_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_cell_update_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_global_time.rb +1 -1
- data/lib/datadog_api_client/v1/models/notebook_update_cell.rb +1 -1
- data/lib/datadog_api_client/v1/models/org_downgraded_response.rb +111 -0
- data/lib/datadog_api_client/v1/models/organization.rb +14 -4
- data/lib/datadog_api_client/v1/models/search_slo_response.rb +131 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets.rb +197 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_int.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_data_attributes_facets_object_string.rb +121 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_links.rb +151 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_meta.rb +111 -0
- data/lib/datadog_api_client/v1/models/search_slo_response_meta_page.rb +181 -0
- data/lib/datadog_api_client/v1/models/service_level_objective.rb +3 -3
- data/lib/datadog_api_client/v1/models/service_level_objective_query.rb +1 -1
- data/lib/datadog_api_client/v1/models/service_level_objective_request.rb +3 -3
- data/lib/datadog_api_client/v1/models/slo_history_metrics.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_response_data.rb +1 -1
- data/lib/datadog_api_client/v1/models/sunburst_widget_legend.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test.rb +11 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_browser_test.rb +11 -0
- data/lib/datadog_api_client/v1/models/synthetics_core_web_vitals.rb +2 -2
- data/lib/datadog_api_client/v1/models/synthetics_test_ci_options.rb +111 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/tree_map_color_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_group_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_size_by.rb +1 -1
- data/lib/datadog_api_client/v1/models/tree_map_widget_definition.rb +28 -6
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +6 -2
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +6 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +6 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +61 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_keys.rb +474 -4
- data/lib/datadog_api_client/v1/models/widget_definition.rb +1 -1
- data/lib/datadog_api_client/v2/api/audit_api.rb +11 -25
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +14 -62
- data/lib/datadog_api_client/v2/api/dashboard_lists_api.rb +9 -41
- data/lib/datadog_api_client/v2/api/events_api.rb +228 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +36 -46
- data/lib/datadog_api_client/v2/api/incident_teams_api.rb +36 -46
- data/lib/datadog_api_client/v2/api/incidents_api.rb +39 -48
- data/lib/datadog_api_client/v2/api/key_management_api.rb +29 -141
- data/lib/datadog_api_client/v2/api/logs_api.rb +15 -45
- data/lib/datadog_api_client/v2/api/logs_archives_api.rb +21 -101
- data/lib/datadog_api_client/v2/api/logs_metrics_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/metrics_api.rb +26 -114
- data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/organizations_api.rb +3 -11
- data/lib/datadog_api_client/v2/api/processes_api.rb +6 -13
- data/lib/datadog_api_client/v2/api/roles_api.rb +27 -131
- data/lib/datadog_api_client/v2/api/rum_api.rb +13 -35
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +247 -125
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +11 -51
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +190 -50
- data/lib/datadog_api_client/v2/api/users_api.rb +21 -101
- data/lib/datadog_api_client/v2/model_base.rb +2 -2
- data/lib/datadog_api_client/v2/models/api_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_key_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +1 -1
- data/lib/datadog_api_client/v2/models/event.rb +141 -0
- data/lib/datadog_api_client/v2/models/event_attributes.rb +305 -0
- data/lib/datadog_api_client/v2/models/event_priority.rb +27 -0
- data/lib/datadog_api_client/v2/models/event_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/event_response_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/event_status_type.rb +35 -0
- data/lib/datadog_api_client/v2/models/event_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/events_list_request.rb +142 -0
- data/lib/datadog_api_client/v2/models/events_list_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/events_list_response_links.rb +112 -0
- data/lib/datadog_api_client/v2/models/events_query_filter.rb +137 -0
- data/lib/datadog_api_client/v2/models/events_query_options.rb +124 -0
- data/lib/datadog_api_client/v2/models/events_request_page.rb +134 -0
- data/lib/datadog_api_client/v2/models/events_response_metadata.rb +144 -0
- data/lib/datadog_api_client/v2/models/events_response_metadata_page.rb +112 -0
- data/lib/datadog_api_client/v2/models/events_sort.rb +27 -0
- data/lib/datadog_api_client/v2/models/events_warning.rb +131 -0
- data/lib/datadog_api_client/v2/models/hourly_usage.rb +133 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +163 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_measurement.rb +122 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_metadata.rb +111 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_pagination.rb +112 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/incident_field_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_response_included_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_service_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_team_included_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_timeline_cell_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/intake_payload_accepted.rb +10 -8
- data/lib/datadog_api_client/v2/models/logs_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_archive_destination.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/logs_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_intake_type.rb +1 -2
- data/lib/datadog_api_client/v2/models/metric_resource.rb +2 -2
- data/lib/datadog_api_client/v2/models/metric_series.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +0 -2
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +0 -2
- data/lib/datadog_api_client/v2/models/metric_volumes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metrics_and_metric_tag_configurations.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_type.rb +215 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_create_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_region_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_response_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_attributes.rb +142 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/opsgenie_service_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/opsgenie_services_response.rb +124 -0
- data/lib/datadog_api_client/v2/models/rum_aggregate_bucket_value.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_missing.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_group_by_total.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options.rb +30 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_method.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_new_value_options_learning_threshold.rb +27 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_query_create.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +29 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_attributes.rb +132 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_assignee_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_attributes.rb +134 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_incidents_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state.rb +28 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_data.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_state_update_request.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_attributes.rb +248 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_data.rb +111 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_triage_update_response.rb +122 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_triage_user.rb +152 -0
- data/lib/datadog_api_client/v2/models/user_response_included_item.rb +1 -1
- data/lib/datadog_api_client/version.rb +1 -1
- data/lib/datadog_api_client.rb +11 -5
- data/spec/{v1/api_client_spec.rb → api_client_spec.rb} +29 -29
- data/spec/{v1/configuration_spec.rb → configuration_spec.rb} +3 -3
- data/spec/spec_helper.rb +1 -3
- metadata +144 -20
- data/.dockerignore +0 -1
- data/.generator/src/generator/templates/api_error.j2 +0 -49
- data/lib/datadog_api_client/v1/api_client.rb +0 -453
- data/lib/datadog_api_client/v1/api_error.rb +0 -60
- data/lib/datadog_api_client/v1.rb +0 -794
- data/lib/datadog_api_client/v2/api_error.rb +0 -60
- data/lib/datadog_api_client/v2/configuration.rb +0 -427
- data/lib/datadog_api_client/v2.rb +0 -540
- data/spec/v2/api_client_spec.rb +0 -210
- data/spec/v2/configuration_spec.rb +0 -45
|
@@ -0,0 +1,228 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V2 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'cgi'
|
|
17
|
+
|
|
18
|
+
module DatadogAPIClient::V2
|
|
19
|
+
class EventsAPI
|
|
20
|
+
attr_accessor :api_client
|
|
21
|
+
|
|
22
|
+
def initialize(api_client = DatadogAPIClient::APIClient.default)
|
|
23
|
+
@api_client = api_client
|
|
24
|
+
end
|
|
25
|
+
|
|
26
|
+
# Get a list of events.
|
|
27
|
+
#
|
|
28
|
+
# @see #list_events_with_http_info
|
|
29
|
+
def list_events(opts = {})
|
|
30
|
+
data, _status_code, _headers = list_events_with_http_info(opts)
|
|
31
|
+
data
|
|
32
|
+
end
|
|
33
|
+
|
|
34
|
+
# Get a list of events.
|
|
35
|
+
#
|
|
36
|
+
# List endpoint returns events that match an events search query.
|
|
37
|
+
# [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
38
|
+
#
|
|
39
|
+
# Use this endpoint to see your latest events.
|
|
40
|
+
#
|
|
41
|
+
# @param opts [Hash] the optional parameters
|
|
42
|
+
# @option opts [String] :filter_query Search query following events syntax.
|
|
43
|
+
# @option opts [String] :filter_from Minimum timestamp for requested events.
|
|
44
|
+
# @option opts [String] :filter_to Maximum timestamp for requested events.
|
|
45
|
+
# @option opts [EventsSort] :sort Order of events in results.
|
|
46
|
+
# @option opts [String] :page_cursor List following results with a cursor provided in the previous query.
|
|
47
|
+
# @option opts [Integer] :page_limit Maximum number of events in the response.
|
|
48
|
+
# @return [Array<(EventsListResponse, Integer, Hash)>] EventsListResponse data, response status code and response headers
|
|
49
|
+
def list_events_with_http_info(opts = {})
|
|
50
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.list_events".to_sym]
|
|
51
|
+
if unstable_enabled
|
|
52
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.list_events")
|
|
53
|
+
else
|
|
54
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.list_events"))
|
|
55
|
+
end
|
|
56
|
+
|
|
57
|
+
if @api_client.config.debugging
|
|
58
|
+
@api_client.config.logger.debug 'Calling API: EventsAPI.list_events ...'
|
|
59
|
+
end
|
|
60
|
+
allowable_values = ['timestamp', '-timestamp']
|
|
61
|
+
if @api_client.config.client_side_validation && opts[:'sort'] && !allowable_values.include?(opts[:'sort'])
|
|
62
|
+
fail ArgumentError, "invalid value for \"sort\", must be one of #{allowable_values}"
|
|
63
|
+
end
|
|
64
|
+
if @api_client.config.client_side_validation && !opts[:'page_limit'].nil? && opts[:'page_limit'] > 1000
|
|
65
|
+
fail ArgumentError, 'invalid value for "opts[:"page_limit"]" when calling EventsAPI.list_events, must be smaller than or equal to 1000.'
|
|
66
|
+
end
|
|
67
|
+
# resource path
|
|
68
|
+
local_var_path = '/api/v2/events'
|
|
69
|
+
|
|
70
|
+
# query parameters
|
|
71
|
+
query_params = opts[:query_params] || {}
|
|
72
|
+
query_params[:'filter[query]'] = opts[:'filter_query'] if !opts[:'filter_query'].nil?
|
|
73
|
+
query_params[:'filter[from]'] = opts[:'filter_from'] if !opts[:'filter_from'].nil?
|
|
74
|
+
query_params[:'filter[to]'] = opts[:'filter_to'] if !opts[:'filter_to'].nil?
|
|
75
|
+
query_params[:'sort'] = opts[:'sort'] if !opts[:'sort'].nil?
|
|
76
|
+
query_params[:'page[cursor]'] = opts[:'page_cursor'] if !opts[:'page_cursor'].nil?
|
|
77
|
+
query_params[:'page[limit]'] = opts[:'page_limit'] if !opts[:'page_limit'].nil?
|
|
78
|
+
|
|
79
|
+
# header parameters
|
|
80
|
+
header_params = opts[:header_params] || {}
|
|
81
|
+
# HTTP header 'Accept' (if needed)
|
|
82
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
83
|
+
|
|
84
|
+
# form parameters
|
|
85
|
+
form_params = opts[:form_params] || {}
|
|
86
|
+
|
|
87
|
+
# http body (model)
|
|
88
|
+
post_body = opts[:debug_body]
|
|
89
|
+
|
|
90
|
+
# return_type
|
|
91
|
+
return_type = opts[:debug_return_type] || 'EventsListResponse'
|
|
92
|
+
|
|
93
|
+
# auth_names
|
|
94
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
95
|
+
|
|
96
|
+
new_options = opts.merge(
|
|
97
|
+
:operation => :list_events,
|
|
98
|
+
:header_params => header_params,
|
|
99
|
+
:query_params => query_params,
|
|
100
|
+
:form_params => form_params,
|
|
101
|
+
:body => post_body,
|
|
102
|
+
:auth_names => auth_names,
|
|
103
|
+
:return_type => return_type,
|
|
104
|
+
:api_version => "V2"
|
|
105
|
+
)
|
|
106
|
+
|
|
107
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
108
|
+
if @api_client.config.debugging
|
|
109
|
+
@api_client.config.logger.debug "API called: EventsAPI#list_events\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
110
|
+
end
|
|
111
|
+
return data, status_code, headers
|
|
112
|
+
end
|
|
113
|
+
|
|
114
|
+
# Get a list of events.
|
|
115
|
+
#
|
|
116
|
+
# Provide a paginated version of {#list_events}, returning all items.
|
|
117
|
+
#
|
|
118
|
+
# To use it you need to use a block: list_events_with_pagination { |item| p item }
|
|
119
|
+
#
|
|
120
|
+
# @yield [EventResponse] Paginated items
|
|
121
|
+
def list_events_with_pagination(opts = {})
|
|
122
|
+
api_version = "V2"
|
|
123
|
+
page_size = @api_client.get_attribute_from_path(opts, "page_limit", 10)
|
|
124
|
+
@api_client.set_attribute_from_path(api_version, opts, "page_limit", Integer, page_size)
|
|
125
|
+
while true do
|
|
126
|
+
response = list_events(opts)
|
|
127
|
+
@api_client.get_attribute_from_path(response, "data").each { |item| yield(item) }
|
|
128
|
+
if @api_client.get_attribute_from_path(response, "data").length < page_size
|
|
129
|
+
break
|
|
130
|
+
end
|
|
131
|
+
@api_client.set_attribute_from_path(api_version, opts, "page_cursor", Integer, @api_client.get_attribute_from_path(response, "meta.page.after"))
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# Search events.
|
|
136
|
+
#
|
|
137
|
+
# @see #search_events_with_http_info
|
|
138
|
+
def search_events(opts = {})
|
|
139
|
+
data, _status_code, _headers = search_events_with_http_info(opts)
|
|
140
|
+
data
|
|
141
|
+
end
|
|
142
|
+
|
|
143
|
+
# Search events.
|
|
144
|
+
#
|
|
145
|
+
# List endpoint returns events that match an events search query.
|
|
146
|
+
# [Results are paginated similarly to logs](https://docs.datadoghq.com/logs/guide/collect-multiple-logs-with-pagination).
|
|
147
|
+
#
|
|
148
|
+
# Use this endpoint to build complex events filtering and search.
|
|
149
|
+
#
|
|
150
|
+
# @param opts [Hash] the optional parameters
|
|
151
|
+
# @option opts [EventsListRequest] :body
|
|
152
|
+
# @return [Array<(EventsListResponse, Integer, Hash)>] EventsListResponse data, response status code and response headers
|
|
153
|
+
def search_events_with_http_info(opts = {})
|
|
154
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.search_events".to_sym]
|
|
155
|
+
if unstable_enabled
|
|
156
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.search_events")
|
|
157
|
+
else
|
|
158
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.search_events"))
|
|
159
|
+
end
|
|
160
|
+
|
|
161
|
+
if @api_client.config.debugging
|
|
162
|
+
@api_client.config.logger.debug 'Calling API: EventsAPI.search_events ...'
|
|
163
|
+
end
|
|
164
|
+
# resource path
|
|
165
|
+
local_var_path = '/api/v2/events/search'
|
|
166
|
+
|
|
167
|
+
# query parameters
|
|
168
|
+
query_params = opts[:query_params] || {}
|
|
169
|
+
|
|
170
|
+
# header parameters
|
|
171
|
+
header_params = opts[:header_params] || {}
|
|
172
|
+
# HTTP header 'Accept' (if needed)
|
|
173
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
174
|
+
# HTTP header 'Content-Type'
|
|
175
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
176
|
+
|
|
177
|
+
# form parameters
|
|
178
|
+
form_params = opts[:form_params] || {}
|
|
179
|
+
|
|
180
|
+
# http body (model)
|
|
181
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(opts[:'body'])
|
|
182
|
+
|
|
183
|
+
# return_type
|
|
184
|
+
return_type = opts[:debug_return_type] || 'EventsListResponse'
|
|
185
|
+
|
|
186
|
+
# auth_names
|
|
187
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth]
|
|
188
|
+
|
|
189
|
+
new_options = opts.merge(
|
|
190
|
+
:operation => :search_events,
|
|
191
|
+
:header_params => header_params,
|
|
192
|
+
:query_params => query_params,
|
|
193
|
+
:form_params => form_params,
|
|
194
|
+
:body => post_body,
|
|
195
|
+
:auth_names => auth_names,
|
|
196
|
+
:return_type => return_type,
|
|
197
|
+
:api_version => "V2"
|
|
198
|
+
)
|
|
199
|
+
|
|
200
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
201
|
+
if @api_client.config.debugging
|
|
202
|
+
@api_client.config.logger.debug "API called: EventsAPI#search_events\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
203
|
+
end
|
|
204
|
+
return data, status_code, headers
|
|
205
|
+
end
|
|
206
|
+
|
|
207
|
+
# Search events.
|
|
208
|
+
#
|
|
209
|
+
# Provide a paginated version of {#search_events}, returning all items.
|
|
210
|
+
#
|
|
211
|
+
# To use it you need to use a block: search_events_with_pagination { |item| p item }
|
|
212
|
+
#
|
|
213
|
+
# @yield [EventResponse] Paginated items
|
|
214
|
+
def search_events_with_pagination(opts = {})
|
|
215
|
+
api_version = "V2"
|
|
216
|
+
page_size = @api_client.get_attribute_from_path(opts, "body.page.limit", 10)
|
|
217
|
+
@api_client.set_attribute_from_path(api_version, opts, "body.page.limit", EventsListRequest, page_size)
|
|
218
|
+
while true do
|
|
219
|
+
response = search_events(opts)
|
|
220
|
+
@api_client.get_attribute_from_path(response, "data").each { |item| yield(item) }
|
|
221
|
+
if @api_client.get_attribute_from_path(response, "data").length < page_size
|
|
222
|
+
break
|
|
223
|
+
end
|
|
224
|
+
@api_client.set_attribute_from_path(api_version, opts, "body.page.cursor", EventsListRequest, @api_client.get_attribute_from_path(response, "meta.page.after"))
|
|
225
|
+
end
|
|
226
|
+
end
|
|
227
|
+
end
|
|
228
|
+
end
|
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
|
|
|
19
19
|
class IncidentServicesAPI
|
|
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,14 +39,11 @@ module DatadogAPIClient::V2
|
|
|
39
39
|
# @param opts [Hash] the optional parameters
|
|
40
40
|
# @return [Array<(IncidentServiceResponse, Integer, Hash)>] IncidentServiceResponse data, response status code and response headers
|
|
41
41
|
def create_incident_service_with_http_info(body, opts = {})
|
|
42
|
-
|
|
43
|
-
if
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
else
|
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_incident_service"))
|
|
49
|
-
end
|
|
42
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.create_incident_service".to_sym]
|
|
43
|
+
if unstable_enabled
|
|
44
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.create_incident_service")
|
|
45
|
+
else
|
|
46
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.create_incident_service"))
|
|
50
47
|
end
|
|
51
48
|
|
|
52
49
|
if @api_client.config.debugging
|
|
@@ -88,7 +85,8 @@ module DatadogAPIClient::V2
|
|
|
88
85
|
:form_params => form_params,
|
|
89
86
|
:body => post_body,
|
|
90
87
|
:auth_names => auth_names,
|
|
91
|
-
:return_type => return_type
|
|
88
|
+
:return_type => return_type,
|
|
89
|
+
:api_version => "V2"
|
|
92
90
|
)
|
|
93
91
|
|
|
94
92
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -114,14 +112,11 @@ module DatadogAPIClient::V2
|
|
|
114
112
|
# @param opts [Hash] the optional parameters
|
|
115
113
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
116
114
|
def delete_incident_service_with_http_info(service_id, opts = {})
|
|
117
|
-
|
|
118
|
-
if
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
else
|
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_incident_service"))
|
|
124
|
-
end
|
|
115
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.delete_incident_service".to_sym]
|
|
116
|
+
if unstable_enabled
|
|
117
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.delete_incident_service")
|
|
118
|
+
else
|
|
119
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.delete_incident_service"))
|
|
125
120
|
end
|
|
126
121
|
|
|
127
122
|
if @api_client.config.debugging
|
|
@@ -161,7 +156,8 @@ module DatadogAPIClient::V2
|
|
|
161
156
|
:form_params => form_params,
|
|
162
157
|
:body => post_body,
|
|
163
158
|
:auth_names => auth_names,
|
|
164
|
-
:return_type => return_type
|
|
159
|
+
:return_type => return_type,
|
|
160
|
+
:api_version => "V2"
|
|
165
161
|
)
|
|
166
162
|
|
|
167
163
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
@@ -189,14 +185,11 @@ module DatadogAPIClient::V2
|
|
|
189
185
|
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
|
|
190
186
|
# @return [Array<(IncidentServiceResponse, Integer, Hash)>] IncidentServiceResponse data, response status code and response headers
|
|
191
187
|
def get_incident_service_with_http_info(service_id, opts = {})
|
|
192
|
-
|
|
193
|
-
if
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
else
|
|
198
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_incident_service"))
|
|
199
|
-
end
|
|
188
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.get_incident_service".to_sym]
|
|
189
|
+
if unstable_enabled
|
|
190
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.get_incident_service")
|
|
191
|
+
else
|
|
192
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.get_incident_service"))
|
|
200
193
|
end
|
|
201
194
|
|
|
202
195
|
if @api_client.config.debugging
|
|
@@ -241,7 +234,8 @@ module DatadogAPIClient::V2
|
|
|
241
234
|
:form_params => form_params,
|
|
242
235
|
:body => post_body,
|
|
243
236
|
:auth_names => auth_names,
|
|
244
|
-
:return_type => return_type
|
|
237
|
+
:return_type => return_type,
|
|
238
|
+
:api_version => "V2"
|
|
245
239
|
)
|
|
246
240
|
|
|
247
241
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -270,14 +264,11 @@ module DatadogAPIClient::V2
|
|
|
270
264
|
# @option opts [String] :filter A search query that filters services by name.
|
|
271
265
|
# @return [Array<(IncidentServicesResponse, Integer, Hash)>] IncidentServicesResponse data, response status code and response headers
|
|
272
266
|
def list_incident_services_with_http_info(opts = {})
|
|
273
|
-
|
|
274
|
-
if
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
else
|
|
279
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_incident_services"))
|
|
280
|
-
end
|
|
267
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.list_incident_services".to_sym]
|
|
268
|
+
if unstable_enabled
|
|
269
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.list_incident_services")
|
|
270
|
+
else
|
|
271
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.list_incident_services"))
|
|
281
272
|
end
|
|
282
273
|
|
|
283
274
|
if @api_client.config.debugging
|
|
@@ -321,7 +312,8 @@ module DatadogAPIClient::V2
|
|
|
321
312
|
:form_params => form_params,
|
|
322
313
|
:body => post_body,
|
|
323
314
|
:auth_names => auth_names,
|
|
324
|
-
:return_type => return_type
|
|
315
|
+
:return_type => return_type,
|
|
316
|
+
:api_version => "V2"
|
|
325
317
|
)
|
|
326
318
|
|
|
327
319
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -348,14 +340,11 @@ module DatadogAPIClient::V2
|
|
|
348
340
|
# @param opts [Hash] the optional parameters
|
|
349
341
|
# @return [Array<(IncidentServiceResponse, Integer, Hash)>] IncidentServiceResponse data, response status code and response headers
|
|
350
342
|
def update_incident_service_with_http_info(service_id, body, opts = {})
|
|
351
|
-
|
|
352
|
-
if
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
else
|
|
357
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_incident_service"))
|
|
358
|
-
end
|
|
343
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.update_incident_service".to_sym]
|
|
344
|
+
if unstable_enabled
|
|
345
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.update_incident_service")
|
|
346
|
+
else
|
|
347
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.update_incident_service"))
|
|
359
348
|
end
|
|
360
349
|
|
|
361
350
|
if @api_client.config.debugging
|
|
@@ -401,7 +390,8 @@ module DatadogAPIClient::V2
|
|
|
401
390
|
:form_params => form_params,
|
|
402
391
|
:body => post_body,
|
|
403
392
|
:auth_names => auth_names,
|
|
404
|
-
:return_type => return_type
|
|
393
|
+
:return_type => return_type,
|
|
394
|
+
:api_version => "V2"
|
|
405
395
|
)
|
|
406
396
|
|
|
407
397
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
|
|
@@ -19,7 +19,7 @@ module DatadogAPIClient::V2
|
|
|
19
19
|
class IncidentTeamsAPI
|
|
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,14 +39,11 @@ module DatadogAPIClient::V2
|
|
|
39
39
|
# @param opts [Hash] the optional parameters
|
|
40
40
|
# @return [Array<(IncidentTeamResponse, Integer, Hash)>] IncidentTeamResponse data, response status code and response headers
|
|
41
41
|
def create_incident_team_with_http_info(body, opts = {})
|
|
42
|
-
|
|
43
|
-
if
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
else
|
|
48
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "create_incident_team"))
|
|
49
|
-
end
|
|
42
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.create_incident_team".to_sym]
|
|
43
|
+
if unstable_enabled
|
|
44
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.create_incident_team")
|
|
45
|
+
else
|
|
46
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.create_incident_team"))
|
|
50
47
|
end
|
|
51
48
|
|
|
52
49
|
if @api_client.config.debugging
|
|
@@ -88,7 +85,8 @@ module DatadogAPIClient::V2
|
|
|
88
85
|
:form_params => form_params,
|
|
89
86
|
:body => post_body,
|
|
90
87
|
:auth_names => auth_names,
|
|
91
|
-
:return_type => return_type
|
|
88
|
+
:return_type => return_type,
|
|
89
|
+
:api_version => "V2"
|
|
92
90
|
)
|
|
93
91
|
|
|
94
92
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
@@ -114,14 +112,11 @@ module DatadogAPIClient::V2
|
|
|
114
112
|
# @param opts [Hash] the optional parameters
|
|
115
113
|
# @return [Array<(nil, Integer, Hash)>] nil, response status code and response headers
|
|
116
114
|
def delete_incident_team_with_http_info(team_id, opts = {})
|
|
117
|
-
|
|
118
|
-
if
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
else
|
|
123
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "delete_incident_team"))
|
|
124
|
-
end
|
|
115
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.delete_incident_team".to_sym]
|
|
116
|
+
if unstable_enabled
|
|
117
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.delete_incident_team")
|
|
118
|
+
else
|
|
119
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.delete_incident_team"))
|
|
125
120
|
end
|
|
126
121
|
|
|
127
122
|
if @api_client.config.debugging
|
|
@@ -161,7 +156,8 @@ module DatadogAPIClient::V2
|
|
|
161
156
|
:form_params => form_params,
|
|
162
157
|
:body => post_body,
|
|
163
158
|
:auth_names => auth_names,
|
|
164
|
-
:return_type => return_type
|
|
159
|
+
:return_type => return_type,
|
|
160
|
+
:api_version => "V2"
|
|
165
161
|
)
|
|
166
162
|
|
|
167
163
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Delete, local_var_path, new_options)
|
|
@@ -189,14 +185,11 @@ module DatadogAPIClient::V2
|
|
|
189
185
|
# @option opts [IncidentRelatedObject] :include Specifies which types of related objects should be included in the response.
|
|
190
186
|
# @return [Array<(IncidentTeamResponse, Integer, Hash)>] IncidentTeamResponse data, response status code and response headers
|
|
191
187
|
def get_incident_team_with_http_info(team_id, opts = {})
|
|
192
|
-
|
|
193
|
-
if
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
else
|
|
198
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "get_incident_team"))
|
|
199
|
-
end
|
|
188
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.get_incident_team".to_sym]
|
|
189
|
+
if unstable_enabled
|
|
190
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.get_incident_team")
|
|
191
|
+
else
|
|
192
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.get_incident_team"))
|
|
200
193
|
end
|
|
201
194
|
|
|
202
195
|
if @api_client.config.debugging
|
|
@@ -241,7 +234,8 @@ module DatadogAPIClient::V2
|
|
|
241
234
|
:form_params => form_params,
|
|
242
235
|
:body => post_body,
|
|
243
236
|
:auth_names => auth_names,
|
|
244
|
-
:return_type => return_type
|
|
237
|
+
:return_type => return_type,
|
|
238
|
+
:api_version => "V2"
|
|
245
239
|
)
|
|
246
240
|
|
|
247
241
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -270,14 +264,11 @@ module DatadogAPIClient::V2
|
|
|
270
264
|
# @option opts [String] :filter A search query that filters teams by name.
|
|
271
265
|
# @return [Array<(IncidentTeamsResponse, Integer, Hash)>] IncidentTeamsResponse data, response status code and response headers
|
|
272
266
|
def list_incident_teams_with_http_info(opts = {})
|
|
273
|
-
|
|
274
|
-
if
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
else
|
|
279
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "list_incident_teams"))
|
|
280
|
-
end
|
|
267
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.list_incident_teams".to_sym]
|
|
268
|
+
if unstable_enabled
|
|
269
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.list_incident_teams")
|
|
270
|
+
else
|
|
271
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.list_incident_teams"))
|
|
281
272
|
end
|
|
282
273
|
|
|
283
274
|
if @api_client.config.debugging
|
|
@@ -321,7 +312,8 @@ module DatadogAPIClient::V2
|
|
|
321
312
|
:form_params => form_params,
|
|
322
313
|
:body => post_body,
|
|
323
314
|
:auth_names => auth_names,
|
|
324
|
-
:return_type => return_type
|
|
315
|
+
:return_type => return_type,
|
|
316
|
+
:api_version => "V2"
|
|
325
317
|
)
|
|
326
318
|
|
|
327
319
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
@@ -348,14 +340,11 @@ module DatadogAPIClient::V2
|
|
|
348
340
|
# @param opts [Hash] the optional parameters
|
|
349
341
|
# @return [Array<(IncidentTeamResponse, Integer, Hash)>] IncidentTeamResponse data, response status code and response headers
|
|
350
342
|
def update_incident_team_with_http_info(team_id, body, opts = {})
|
|
351
|
-
|
|
352
|
-
if
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
else
|
|
357
|
-
raise APIError.new(message: format("Unstable operation '%s' is disabled", "update_incident_team"))
|
|
358
|
-
end
|
|
343
|
+
unstable_enabled = @api_client.config.unstable_operations["v2.update_incident_team".to_sym]
|
|
344
|
+
if unstable_enabled
|
|
345
|
+
@api_client.config.logger.warn format("Using unstable operation '%s'", "v2.update_incident_team")
|
|
346
|
+
else
|
|
347
|
+
raise DatadogAPIClient::APIError.new(message: format("Unstable operation '%s' is disabled", "v2.update_incident_team"))
|
|
359
348
|
end
|
|
360
349
|
|
|
361
350
|
if @api_client.config.debugging
|
|
@@ -401,7 +390,8 @@ module DatadogAPIClient::V2
|
|
|
401
390
|
:form_params => form_params,
|
|
402
391
|
:body => post_body,
|
|
403
392
|
:auth_names => auth_names,
|
|
404
|
-
:return_type => return_type
|
|
393
|
+
:return_type => return_type,
|
|
394
|
+
:api_version => "V2"
|
|
405
395
|
)
|
|
406
396
|
|
|
407
397
|
data, status_code, headers = @api_client.call_api(Net::HTTP::Patch, local_var_path, new_options)
|