datadog_api_client 2.26.1 → 2.27.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 +2152 -10
- data/.generator/schemas/v2/openapi.yaml +1771 -41
- data/.generator/src/generator/formatter.py +1 -1
- data/.github/workflows/approved_status.yml +4 -0
- data/.github/workflows/changelog.yml +5 -0
- data/.github/workflows/codeql-analysis.yml +4 -0
- data/.github/workflows/docs.yml +3 -0
- data/.github/workflows/labeler.yml +5 -0
- data/.github/workflows/prepare_release.yml +4 -0
- data/.github/workflows/publish.yml +5 -0
- data/.github/workflows/release.yml +4 -0
- data/.github/workflows/stale.yml +6 -0
- data/.github/workflows/test.yml +3 -0
- data/.github/workflows/test_integration.yml +3 -0
- data/CHANGELOG.md +27 -0
- data/examples/v1/dashboards/CreateDashboard_1433408735.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_794302680.rb +152 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1072503741.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1402674167.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest_3829801148.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsMobileTest.rb +27 -0
- data/examples/v1/synthetics/FetchUptimes.rb +13 -0
- data/examples/v1/synthetics/GetMobileTest.rb +8 -0
- data/examples/v1/synthetics/UpdateMobileTest.rb +30 -0
- data/examples/v2/logs/AggregateLogs_2955613758.rb +0 -1
- data/examples/v2/microsoft-teams-integration/CreateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/CreateApiHandle_1540689753.rb +17 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/DeleteApiHandle_377884154.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandleByName_1103107145.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetApiHandle_2883785101.rb +8 -0
- data/examples/v2/microsoft-teams-integration/GetChannelByName.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles.rb +5 -0
- data/examples/v2/microsoft-teams-integration/ListApiHandles_769592979.rb +5 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle.rb +17 -0
- data/examples/v2/microsoft-teams-integration/UpdateApiHandle_419892746.rb +18 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule.rb +9 -0
- data/lib/datadog_api_client/inflector.rb +51 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +272 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +2 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_config_variable_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_fetch_uptimes_payload.rb +167 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_device_id.rb +251 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step.rb +203 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_step_type.rb +42 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test.rb +263 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_binding_items_role.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_ci_options.rb +123 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_config.rb +117 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_initial_application_arguments_property_names.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options.rb +354 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options.rb +155 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_options_monitor_options_notification_preset_name.rb +29 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_test_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application.rb +154 -0
- data/lib/datadog_api_client/v1/models/synthetics_mobile_tests_mobile_application_reference_type.rb +27 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_port.rb +63 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_uptime.rb +135 -0
- data/lib/datadog_api_client/v1/models/synthetics_uptime.rb +161 -0
- data/lib/datadog_api_client/v1/models/table_widget_request.rb +16 -4
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_match_type.rb +31 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_palette.rb +36 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace.rb +63 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all.rb +144 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_all_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring.rb +165 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_replace_substring_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/table_widget_text_format_rule.rb +163 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +31 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +31 -1
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/metrics_api.rb +4 -4
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +497 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/fastly_services_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/incident_notification_handle.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_metric_type_category.rb +27 -0
- data/lib/datadog_api_client/v2/models/metric_tag_configuration_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_attributes.rb +249 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handle_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_api_handles_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_response_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_channel_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_create_api_handle_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_get_channel_by_name_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_update_api_handle_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +35 -4
- data/lib/datadog_api_client/v2/models/security_monitoring_reference_table.rb +145 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_test_payload.rb +13 -1
- data/lib/datadog_api_client/v2/models/team_update_attributes.rb +1 -26
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +72 -2
|
@@ -32,5 +32,14 @@ body = DatadogAPIClient::V2::SecurityMonitoringStandardRuleCreatePayload.new({
|
|
|
32
32
|
tags: [],
|
|
33
33
|
is_enabled: true,
|
|
34
34
|
type: DatadogAPIClient::V2::SecurityMonitoringRuleTypeCreate::LOG_DETECTION,
|
|
35
|
+
reference_tables: [
|
|
36
|
+
DatadogAPIClient::V2::SecurityMonitoringReferenceTable.new({
|
|
37
|
+
table_name: "synthetics_test_reference_table_dont_delete",
|
|
38
|
+
column_name: "value",
|
|
39
|
+
log_field_path: "testtag",
|
|
40
|
+
check_presence: true,
|
|
41
|
+
rule_query_name: "a",
|
|
42
|
+
}),
|
|
43
|
+
],
|
|
35
44
|
})
|
|
36
45
|
p api_instance.create_security_monitoring_rule(body)
|
|
@@ -619,6 +619,7 @@ module DatadogAPIClient
|
|
|
619
619
|
"v1.synthetics_delete_tests_response" => "SyntheticsDeleteTestsResponse",
|
|
620
620
|
"v1.synthetics_device" => "SyntheticsDevice",
|
|
621
621
|
"v1.synthetics_device_id" => "SyntheticsDeviceID",
|
|
622
|
+
"v1.synthetics_fetch_uptimes_payload" => "SyntheticsFetchUptimesPayload",
|
|
622
623
|
"v1.synthetics_get_api_test_latest_results_response" => "SyntheticsGetAPITestLatestResultsResponse",
|
|
623
624
|
"v1.synthetics_get_browser_test_latest_results_response" => "SyntheticsGetBrowserTestLatestResultsResponse",
|
|
624
625
|
"v1.synthetics_global_variable" => "SyntheticsGlobalVariable",
|
|
@@ -635,6 +636,23 @@ module DatadogAPIClient
|
|
|
635
636
|
"v1.synthetics_local_variable_parsing_options_type" => "SyntheticsLocalVariableParsingOptionsType",
|
|
636
637
|
"v1.synthetics_location" => "SyntheticsLocation",
|
|
637
638
|
"v1.synthetics_locations" => "SyntheticsLocations",
|
|
639
|
+
"v1.synthetics_mobile_device_id" => "SyntheticsMobileDeviceID",
|
|
640
|
+
"v1.synthetics_mobile_step" => "SyntheticsMobileStep",
|
|
641
|
+
"v1.synthetics_mobile_step_type" => "SyntheticsMobileStepType",
|
|
642
|
+
"v1.synthetics_mobile_test" => "SyntheticsMobileTest",
|
|
643
|
+
"v1.synthetics_mobile_test_binding" => "SyntheticsMobileTestBinding",
|
|
644
|
+
"v1.synthetics_mobile_test_binding_items" => "SyntheticsMobileTestBindingItems",
|
|
645
|
+
"v1.synthetics_mobile_test_binding_items_role" => "SyntheticsMobileTestBindingItemsRole",
|
|
646
|
+
"v1.synthetics_mobile_test_ci_options" => "SyntheticsMobileTestCiOptions",
|
|
647
|
+
"v1.synthetics_mobile_test_config" => "SyntheticsMobileTestConfig",
|
|
648
|
+
"v1.synthetics_mobile_test_initial_application_arguments" => "SyntheticsMobileTestInitialApplicationArguments",
|
|
649
|
+
"v1.synthetics_mobile_test_initial_application_arguments_property_names" => "SyntheticsMobileTestInitialApplicationArgumentsPropertyNames",
|
|
650
|
+
"v1.synthetics_mobile_test_options" => "SyntheticsMobileTestOptions",
|
|
651
|
+
"v1.synthetics_mobile_test_options_monitor_options" => "SyntheticsMobileTestOptionsMonitorOptions",
|
|
652
|
+
"v1.synthetics_mobile_test_options_monitor_options_notification_preset_name" => "SyntheticsMobileTestOptionsMonitorOptionsNotificationPresetName",
|
|
653
|
+
"v1.synthetics_mobile_tests_mobile_application" => "SyntheticsMobileTestsMobileApplication",
|
|
654
|
+
"v1.synthetics_mobile_tests_mobile_application_reference_type" => "SyntheticsMobileTestsMobileApplicationReferenceType",
|
|
655
|
+
"v1.synthetics_mobile_test_type" => "SyntheticsMobileTestType",
|
|
638
656
|
"v1.synthetics_parsing_options" => "SyntheticsParsingOptions",
|
|
639
657
|
"v1.synthetics_patch_test_body" => "SyntheticsPatchTestBody",
|
|
640
658
|
"v1.synthetics_patch_test_operation" => "SyntheticsPatchTestOperation",
|
|
@@ -676,7 +694,9 @@ module DatadogAPIClient
|
|
|
676
694
|
"v1.synthetics_test_request_body_type" => "SyntheticsTestRequestBodyType",
|
|
677
695
|
"v1.synthetics_test_request_certificate" => "SyntheticsTestRequestCertificate",
|
|
678
696
|
"v1.synthetics_test_request_certificate_item" => "SyntheticsTestRequestCertificateItem",
|
|
697
|
+
"v1.synthetics_test_request_port" => "SyntheticsTestRequestPort",
|
|
679
698
|
"v1.synthetics_test_request_proxy" => "SyntheticsTestRequestProxy",
|
|
699
|
+
"v1.synthetics_test_uptime" => "SyntheticsTestUptime",
|
|
680
700
|
"v1.synthetics_timing" => "SyntheticsTiming",
|
|
681
701
|
"v1.synthetics_trigger_body" => "SyntheticsTriggerBody",
|
|
682
702
|
"v1.synthetics_trigger_ci_test_location" => "SyntheticsTriggerCITestLocation",
|
|
@@ -684,6 +704,7 @@ module DatadogAPIClient
|
|
|
684
704
|
"v1.synthetics_trigger_ci_tests_response" => "SyntheticsTriggerCITestsResponse",
|
|
685
705
|
"v1.synthetics_trigger_test" => "SyntheticsTriggerTest",
|
|
686
706
|
"v1.synthetics_update_test_pause_status_payload" => "SyntheticsUpdateTestPauseStatusPayload",
|
|
707
|
+
"v1.synthetics_uptime" => "SyntheticsUptime",
|
|
687
708
|
"v1.synthetics_variable_parser" => "SyntheticsVariableParser",
|
|
688
709
|
"v1.synthetics_warning_type" => "SyntheticsWarningType",
|
|
689
710
|
"v1.table_widget_cell_display_mode" => "TableWidgetCellDisplayMode",
|
|
@@ -691,6 +712,15 @@ module DatadogAPIClient
|
|
|
691
712
|
"v1.table_widget_definition_type" => "TableWidgetDefinitionType",
|
|
692
713
|
"v1.table_widget_has_search_bar" => "TableWidgetHasSearchBar",
|
|
693
714
|
"v1.table_widget_request" => "TableWidgetRequest",
|
|
715
|
+
"v1.table_widget_text_format_match" => "TableWidgetTextFormatMatch",
|
|
716
|
+
"v1.table_widget_text_format_match_type" => "TableWidgetTextFormatMatchType",
|
|
717
|
+
"v1.table_widget_text_format_palette" => "TableWidgetTextFormatPalette",
|
|
718
|
+
"v1.table_widget_text_format_replace" => "TableWidgetTextFormatReplace",
|
|
719
|
+
"v1.table_widget_text_format_replace_all" => "TableWidgetTextFormatReplaceAll",
|
|
720
|
+
"v1.table_widget_text_format_replace_all_type" => "TableWidgetTextFormatReplaceAllType",
|
|
721
|
+
"v1.table_widget_text_format_replace_substring" => "TableWidgetTextFormatReplaceSubstring",
|
|
722
|
+
"v1.table_widget_text_format_replace_substring_type" => "TableWidgetTextFormatReplaceSubstringType",
|
|
723
|
+
"v1.table_widget_text_format_rule" => "TableWidgetTextFormatRule",
|
|
694
724
|
"v1.tag_to_hosts" => "TagToHosts",
|
|
695
725
|
"v1.target_format_type" => "TargetFormatType",
|
|
696
726
|
"v1.timeseries_background" => "TimeseriesBackground",
|
|
@@ -1757,6 +1787,7 @@ module DatadogAPIClient
|
|
|
1757
1787
|
"v2.metric_tag_configuration_create_attributes" => "MetricTagConfigurationCreateAttributes",
|
|
1758
1788
|
"v2.metric_tag_configuration_create_data" => "MetricTagConfigurationCreateData",
|
|
1759
1789
|
"v2.metric_tag_configuration_create_request" => "MetricTagConfigurationCreateRequest",
|
|
1790
|
+
"v2.metric_tag_configuration_metric_type_category" => "MetricTagConfigurationMetricTypeCategory",
|
|
1760
1791
|
"v2.metric_tag_configuration_metric_types" => "MetricTagConfigurationMetricTypes",
|
|
1761
1792
|
"v2.metric_tag_configuration_response" => "MetricTagConfigurationResponse",
|
|
1762
1793
|
"v2.metric_tag_configuration_type" => "MetricTagConfigurationType",
|
|
@@ -1766,6 +1797,24 @@ module DatadogAPIClient
|
|
|
1766
1797
|
"v2.metric_type" => "MetricType",
|
|
1767
1798
|
"v2.metric_volumes" => "MetricVolumes",
|
|
1768
1799
|
"v2.metric_volumes_response" => "MetricVolumesResponse",
|
|
1800
|
+
"v2.microsoft_teams_api_handle_attributes" => "MicrosoftTeamsApiHandleAttributes",
|
|
1801
|
+
"v2.microsoft_teams_api_handle_info_response" => "MicrosoftTeamsApiHandleInfoResponse",
|
|
1802
|
+
"v2.microsoft_teams_api_handle_info_response_attributes" => "MicrosoftTeamsApiHandleInfoResponseAttributes",
|
|
1803
|
+
"v2.microsoft_teams_api_handle_info_response_data" => "MicrosoftTeamsApiHandleInfoResponseData",
|
|
1804
|
+
"v2.microsoft_teams_api_handle_info_type" => "MicrosoftTeamsApiHandleInfoType",
|
|
1805
|
+
"v2.microsoft_teams_api_handle_request_attributes" => "MicrosoftTeamsApiHandleRequestAttributes",
|
|
1806
|
+
"v2.microsoft_teams_api_handle_request_data" => "MicrosoftTeamsApiHandleRequestData",
|
|
1807
|
+
"v2.microsoft_teams_api_handle_response_data" => "MicrosoftTeamsApiHandleResponseData",
|
|
1808
|
+
"v2.microsoft_teams_api_handles_response" => "MicrosoftTeamsApiHandlesResponse",
|
|
1809
|
+
"v2.microsoft_teams_api_handle_type" => "MicrosoftTeamsApiHandleType",
|
|
1810
|
+
"v2.microsoft_teams_channel_info_response_attributes" => "MicrosoftTeamsChannelInfoResponseAttributes",
|
|
1811
|
+
"v2.microsoft_teams_channel_info_response_data" => "MicrosoftTeamsChannelInfoResponseData",
|
|
1812
|
+
"v2.microsoft_teams_channel_info_type" => "MicrosoftTeamsChannelInfoType",
|
|
1813
|
+
"v2.microsoft_teams_create_api_handle_request" => "MicrosoftTeamsCreateApiHandleRequest",
|
|
1814
|
+
"v2.microsoft_teams_create_api_handle_response" => "MicrosoftTeamsCreateApiHandleResponse",
|
|
1815
|
+
"v2.microsoft_teams_get_channel_by_name_response" => "MicrosoftTeamsGetChannelByNameResponse",
|
|
1816
|
+
"v2.microsoft_teams_update_api_handle_request" => "MicrosoftTeamsUpdateApiHandleRequest",
|
|
1817
|
+
"v2.microsoft_teams_update_api_handle_request_data" => "MicrosoftTeamsUpdateApiHandleRequestData",
|
|
1769
1818
|
"v2.monitor_config_policy_attribute_create_request" => "MonitorConfigPolicyAttributeCreateRequest",
|
|
1770
1819
|
"v2.monitor_config_policy_attribute_edit_request" => "MonitorConfigPolicyAttributeEditRequest",
|
|
1771
1820
|
"v2.monitor_config_policy_attribute_response" => "MonitorConfigPolicyAttributeResponse",
|
|
@@ -2068,6 +2117,7 @@ module DatadogAPIClient
|
|
|
2068
2117
|
"v2.security_monitoring_filter" => "SecurityMonitoringFilter",
|
|
2069
2118
|
"v2.security_monitoring_filter_action" => "SecurityMonitoringFilterAction",
|
|
2070
2119
|
"v2.security_monitoring_list_rules_response" => "SecurityMonitoringListRulesResponse",
|
|
2120
|
+
"v2.security_monitoring_reference_table" => "SecurityMonitoringReferenceTable",
|
|
2071
2121
|
"v2.security_monitoring_rule_case" => "SecurityMonitoringRuleCase",
|
|
2072
2122
|
"v2.security_monitoring_rule_case_create" => "SecurityMonitoringRuleCaseCreate",
|
|
2073
2123
|
"v2.security_monitoring_rule_convert_payload" => "SecurityMonitoringRuleConvertPayload",
|
|
@@ -2527,6 +2577,7 @@ module DatadogAPIClient
|
|
|
2527
2577
|
"v2.logs_custom_destinations_api" => "LogsCustomDestinationsAPI",
|
|
2528
2578
|
"v2.logs_metrics_api" => "LogsMetricsAPI",
|
|
2529
2579
|
"v2.metrics_api" => "MetricsAPI",
|
|
2580
|
+
"v2.microsoft_teams_integration_api" => "MicrosoftTeamsIntegrationAPI",
|
|
2530
2581
|
"v2.monitors_api" => "MonitorsAPI",
|
|
2531
2582
|
"v2.network_device_monitoring_api" => "NetworkDeviceMonitoringAPI",
|
|
2532
2583
|
"v2.okta_integration_api" => "OktaIntegrationAPI",
|
|
@@ -291,6 +291,73 @@ module DatadogAPIClient::V1
|
|
|
291
291
|
return data, status_code, headers
|
|
292
292
|
end
|
|
293
293
|
|
|
294
|
+
# Create a mobile test.
|
|
295
|
+
#
|
|
296
|
+
# @see #create_synthetics_mobile_test_with_http_info
|
|
297
|
+
def create_synthetics_mobile_test(body, opts = {})
|
|
298
|
+
data, _status_code, _headers = create_synthetics_mobile_test_with_http_info(body, opts)
|
|
299
|
+
data
|
|
300
|
+
end
|
|
301
|
+
|
|
302
|
+
# Create a mobile test.
|
|
303
|
+
#
|
|
304
|
+
# Create a Synthetic mobile test.
|
|
305
|
+
#
|
|
306
|
+
# @param body [SyntheticsMobileTest] Details of the test to create.
|
|
307
|
+
# @param opts [Hash] the optional parameters
|
|
308
|
+
# @return [Array<(SyntheticsMobileTest, Integer, Hash)>] SyntheticsMobileTest data, response status code and response headers
|
|
309
|
+
def create_synthetics_mobile_test_with_http_info(body, opts = {})
|
|
310
|
+
|
|
311
|
+
if @api_client.config.debugging
|
|
312
|
+
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.create_synthetics_mobile_test ...'
|
|
313
|
+
end
|
|
314
|
+
# verify the required parameter 'body' is set
|
|
315
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
316
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling SyntheticsAPI.create_synthetics_mobile_test"
|
|
317
|
+
end
|
|
318
|
+
# resource path
|
|
319
|
+
local_var_path = '/api/v1/synthetics/tests/mobile'
|
|
320
|
+
|
|
321
|
+
# query parameters
|
|
322
|
+
query_params = opts[:query_params] || {}
|
|
323
|
+
|
|
324
|
+
# header parameters
|
|
325
|
+
header_params = opts[:header_params] || {}
|
|
326
|
+
# HTTP header 'Accept' (if needed)
|
|
327
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
328
|
+
# HTTP header 'Content-Type'
|
|
329
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
330
|
+
|
|
331
|
+
# form parameters
|
|
332
|
+
form_params = opts[:form_params] || {}
|
|
333
|
+
|
|
334
|
+
# http body (model)
|
|
335
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
|
336
|
+
|
|
337
|
+
# return_type
|
|
338
|
+
return_type = opts[:debug_return_type] || 'SyntheticsMobileTest'
|
|
339
|
+
|
|
340
|
+
# auth_names
|
|
341
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
342
|
+
|
|
343
|
+
new_options = opts.merge(
|
|
344
|
+
:operation => :create_synthetics_mobile_test,
|
|
345
|
+
:header_params => header_params,
|
|
346
|
+
:query_params => query_params,
|
|
347
|
+
:form_params => form_params,
|
|
348
|
+
:body => post_body,
|
|
349
|
+
:auth_names => auth_names,
|
|
350
|
+
:return_type => return_type,
|
|
351
|
+
:api_version => "V1"
|
|
352
|
+
)
|
|
353
|
+
|
|
354
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
355
|
+
if @api_client.config.debugging
|
|
356
|
+
@api_client.config.logger.debug "API called: SyntheticsAPI#create_synthetics_mobile_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
357
|
+
end
|
|
358
|
+
return data, status_code, headers
|
|
359
|
+
end
|
|
360
|
+
|
|
294
361
|
# Delete a global variable.
|
|
295
362
|
#
|
|
296
363
|
# @see #delete_global_variable_with_http_info
|
|
@@ -560,6 +627,73 @@ module DatadogAPIClient::V1
|
|
|
560
627
|
return data, status_code, headers
|
|
561
628
|
end
|
|
562
629
|
|
|
630
|
+
# Fetch uptime for multiple tests.
|
|
631
|
+
#
|
|
632
|
+
# @see #fetch_uptimes_with_http_info
|
|
633
|
+
def fetch_uptimes(body, opts = {})
|
|
634
|
+
data, _status_code, _headers = fetch_uptimes_with_http_info(body, opts)
|
|
635
|
+
data
|
|
636
|
+
end
|
|
637
|
+
|
|
638
|
+
# Fetch uptime for multiple tests.
|
|
639
|
+
#
|
|
640
|
+
# Fetch uptime for multiple Synthetic tests by ID.
|
|
641
|
+
#
|
|
642
|
+
# @param body [SyntheticsFetchUptimesPayload] Public ID list of the Synthetic tests and timeframe.
|
|
643
|
+
# @param opts [Hash] the optional parameters
|
|
644
|
+
# @return [Array<(Array<SyntheticsTestUptime>, Integer, Hash)>] Array<SyntheticsTestUptime> data, response status code and response headers
|
|
645
|
+
def fetch_uptimes_with_http_info(body, opts = {})
|
|
646
|
+
|
|
647
|
+
if @api_client.config.debugging
|
|
648
|
+
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.fetch_uptimes ...'
|
|
649
|
+
end
|
|
650
|
+
# verify the required parameter 'body' is set
|
|
651
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
652
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling SyntheticsAPI.fetch_uptimes"
|
|
653
|
+
end
|
|
654
|
+
# resource path
|
|
655
|
+
local_var_path = '/api/v1/synthetics/tests/uptimes'
|
|
656
|
+
|
|
657
|
+
# query parameters
|
|
658
|
+
query_params = opts[:query_params] || {}
|
|
659
|
+
|
|
660
|
+
# header parameters
|
|
661
|
+
header_params = opts[:header_params] || {}
|
|
662
|
+
# HTTP header 'Accept' (if needed)
|
|
663
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
664
|
+
# HTTP header 'Content-Type'
|
|
665
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
666
|
+
|
|
667
|
+
# form parameters
|
|
668
|
+
form_params = opts[:form_params] || {}
|
|
669
|
+
|
|
670
|
+
# http body (model)
|
|
671
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
|
672
|
+
|
|
673
|
+
# return_type
|
|
674
|
+
return_type = opts[:debug_return_type] || 'Array<SyntheticsTestUptime>'
|
|
675
|
+
|
|
676
|
+
# auth_names
|
|
677
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
678
|
+
|
|
679
|
+
new_options = opts.merge(
|
|
680
|
+
:operation => :fetch_uptimes,
|
|
681
|
+
:header_params => header_params,
|
|
682
|
+
:query_params => query_params,
|
|
683
|
+
:form_params => form_params,
|
|
684
|
+
:body => post_body,
|
|
685
|
+
:auth_names => auth_names,
|
|
686
|
+
:return_type => return_type,
|
|
687
|
+
:api_version => "V1"
|
|
688
|
+
)
|
|
689
|
+
|
|
690
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Post, local_var_path, new_options)
|
|
691
|
+
if @api_client.config.debugging
|
|
692
|
+
@api_client.config.logger.debug "API called: SyntheticsAPI#fetch_uptimes\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
693
|
+
end
|
|
694
|
+
return data, status_code, headers
|
|
695
|
+
end
|
|
696
|
+
|
|
563
697
|
# Get an API test.
|
|
564
698
|
#
|
|
565
699
|
# @see #get_api_test_with_http_info
|
|
@@ -1039,6 +1173,72 @@ module DatadogAPIClient::V1
|
|
|
1039
1173
|
return data, status_code, headers
|
|
1040
1174
|
end
|
|
1041
1175
|
|
|
1176
|
+
# Get a Mobile test.
|
|
1177
|
+
#
|
|
1178
|
+
# @see #get_mobile_test_with_http_info
|
|
1179
|
+
def get_mobile_test(public_id, opts = {})
|
|
1180
|
+
data, _status_code, _headers = get_mobile_test_with_http_info(public_id, opts)
|
|
1181
|
+
data
|
|
1182
|
+
end
|
|
1183
|
+
|
|
1184
|
+
# Get a Mobile test.
|
|
1185
|
+
#
|
|
1186
|
+
# Get the detailed configuration associated with
|
|
1187
|
+
# a Synthetic Mobile test.
|
|
1188
|
+
#
|
|
1189
|
+
# @param public_id [String] The public ID of the test to get details from.
|
|
1190
|
+
# @param opts [Hash] the optional parameters
|
|
1191
|
+
# @return [Array<(SyntheticsMobileTest, Integer, Hash)>] SyntheticsMobileTest data, response status code and response headers
|
|
1192
|
+
def get_mobile_test_with_http_info(public_id, opts = {})
|
|
1193
|
+
|
|
1194
|
+
if @api_client.config.debugging
|
|
1195
|
+
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.get_mobile_test ...'
|
|
1196
|
+
end
|
|
1197
|
+
# verify the required parameter 'public_id' is set
|
|
1198
|
+
if @api_client.config.client_side_validation && public_id.nil?
|
|
1199
|
+
fail ArgumentError, "Missing the required parameter 'public_id' when calling SyntheticsAPI.get_mobile_test"
|
|
1200
|
+
end
|
|
1201
|
+
# resource path
|
|
1202
|
+
local_var_path = '/api/v1/synthetics/tests/mobile/{public_id}'.sub('{public_id}', CGI.escape(public_id.to_s).gsub('%2F', '/'))
|
|
1203
|
+
|
|
1204
|
+
# query parameters
|
|
1205
|
+
query_params = opts[:query_params] || {}
|
|
1206
|
+
|
|
1207
|
+
# header parameters
|
|
1208
|
+
header_params = opts[:header_params] || {}
|
|
1209
|
+
# HTTP header 'Accept' (if needed)
|
|
1210
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
1211
|
+
|
|
1212
|
+
# form parameters
|
|
1213
|
+
form_params = opts[:form_params] || {}
|
|
1214
|
+
|
|
1215
|
+
# http body (model)
|
|
1216
|
+
post_body = opts[:debug_body]
|
|
1217
|
+
|
|
1218
|
+
# return_type
|
|
1219
|
+
return_type = opts[:debug_return_type] || 'SyntheticsMobileTest'
|
|
1220
|
+
|
|
1221
|
+
# auth_names
|
|
1222
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
1223
|
+
|
|
1224
|
+
new_options = opts.merge(
|
|
1225
|
+
:operation => :get_mobile_test,
|
|
1226
|
+
:header_params => header_params,
|
|
1227
|
+
:query_params => query_params,
|
|
1228
|
+
:form_params => form_params,
|
|
1229
|
+
:body => post_body,
|
|
1230
|
+
:auth_names => auth_names,
|
|
1231
|
+
:return_type => return_type,
|
|
1232
|
+
:api_version => "V1"
|
|
1233
|
+
)
|
|
1234
|
+
|
|
1235
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Get, local_var_path, new_options)
|
|
1236
|
+
if @api_client.config.debugging
|
|
1237
|
+
@api_client.config.logger.debug "API called: SyntheticsAPI#get_mobile_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1238
|
+
end
|
|
1239
|
+
return data, status_code, headers
|
|
1240
|
+
end
|
|
1241
|
+
|
|
1042
1242
|
# Get a private location.
|
|
1043
1243
|
#
|
|
1044
1244
|
# @see #get_private_location_with_http_info
|
|
@@ -1851,6 +2051,78 @@ module DatadogAPIClient::V1
|
|
|
1851
2051
|
return data, status_code, headers
|
|
1852
2052
|
end
|
|
1853
2053
|
|
|
2054
|
+
# Edit a Mobile test.
|
|
2055
|
+
#
|
|
2056
|
+
# @see #update_mobile_test_with_http_info
|
|
2057
|
+
def update_mobile_test(public_id, body, opts = {})
|
|
2058
|
+
data, _status_code, _headers = update_mobile_test_with_http_info(public_id, body, opts)
|
|
2059
|
+
data
|
|
2060
|
+
end
|
|
2061
|
+
|
|
2062
|
+
# Edit a Mobile test.
|
|
2063
|
+
#
|
|
2064
|
+
# Edit the configuration of a Synthetic Mobile test.
|
|
2065
|
+
#
|
|
2066
|
+
# @param public_id [String] The public ID of the test to get details from.
|
|
2067
|
+
# @param body [SyntheticsMobileTest] New test details to be saved.
|
|
2068
|
+
# @param opts [Hash] the optional parameters
|
|
2069
|
+
# @return [Array<(SyntheticsMobileTest, Integer, Hash)>] SyntheticsMobileTest data, response status code and response headers
|
|
2070
|
+
def update_mobile_test_with_http_info(public_id, body, opts = {})
|
|
2071
|
+
|
|
2072
|
+
if @api_client.config.debugging
|
|
2073
|
+
@api_client.config.logger.debug 'Calling API: SyntheticsAPI.update_mobile_test ...'
|
|
2074
|
+
end
|
|
2075
|
+
# verify the required parameter 'public_id' is set
|
|
2076
|
+
if @api_client.config.client_side_validation && public_id.nil?
|
|
2077
|
+
fail ArgumentError, "Missing the required parameter 'public_id' when calling SyntheticsAPI.update_mobile_test"
|
|
2078
|
+
end
|
|
2079
|
+
# verify the required parameter 'body' is set
|
|
2080
|
+
if @api_client.config.client_side_validation && body.nil?
|
|
2081
|
+
fail ArgumentError, "Missing the required parameter 'body' when calling SyntheticsAPI.update_mobile_test"
|
|
2082
|
+
end
|
|
2083
|
+
# resource path
|
|
2084
|
+
local_var_path = '/api/v1/synthetics/tests/mobile/{public_id}'.sub('{public_id}', CGI.escape(public_id.to_s).gsub('%2F', '/'))
|
|
2085
|
+
|
|
2086
|
+
# query parameters
|
|
2087
|
+
query_params = opts[:query_params] || {}
|
|
2088
|
+
|
|
2089
|
+
# header parameters
|
|
2090
|
+
header_params = opts[:header_params] || {}
|
|
2091
|
+
# HTTP header 'Accept' (if needed)
|
|
2092
|
+
header_params['Accept'] = @api_client.select_header_accept(['application/json'])
|
|
2093
|
+
# HTTP header 'Content-Type'
|
|
2094
|
+
header_params['Content-Type'] = @api_client.select_header_content_type(['application/json'])
|
|
2095
|
+
|
|
2096
|
+
# form parameters
|
|
2097
|
+
form_params = opts[:form_params] || {}
|
|
2098
|
+
|
|
2099
|
+
# http body (model)
|
|
2100
|
+
post_body = opts[:debug_body] || @api_client.object_to_http_body(body)
|
|
2101
|
+
|
|
2102
|
+
# return_type
|
|
2103
|
+
return_type = opts[:debug_return_type] || 'SyntheticsMobileTest'
|
|
2104
|
+
|
|
2105
|
+
# auth_names
|
|
2106
|
+
auth_names = opts[:debug_auth_names] || [:apiKeyAuth, :appKeyAuth, :AuthZ]
|
|
2107
|
+
|
|
2108
|
+
new_options = opts.merge(
|
|
2109
|
+
:operation => :update_mobile_test,
|
|
2110
|
+
:header_params => header_params,
|
|
2111
|
+
:query_params => query_params,
|
|
2112
|
+
:form_params => form_params,
|
|
2113
|
+
:body => post_body,
|
|
2114
|
+
:auth_names => auth_names,
|
|
2115
|
+
:return_type => return_type,
|
|
2116
|
+
:api_version => "V1"
|
|
2117
|
+
)
|
|
2118
|
+
|
|
2119
|
+
data, status_code, headers = @api_client.call_api(Net::HTTP::Put, local_var_path, new_options)
|
|
2120
|
+
if @api_client.config.debugging
|
|
2121
|
+
@api_client.config.logger.debug "API called: SyntheticsAPI#update_mobile_test\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2122
|
+
end
|
|
2123
|
+
return data, status_code, headers
|
|
2124
|
+
end
|
|
2125
|
+
|
|
1854
2126
|
# Edit a private location.
|
|
1855
2127
|
#
|
|
1856
2128
|
# @see #update_private_location_with_http_info
|
|
@@ -152,7 +152,7 @@ module DatadogAPIClient::V1
|
|
|
152
152
|
fail ArgumentError, "Missing the required parameter 'usage_type' when calling UsageMeteringAPI.get_hourly_usage_attribution"
|
|
153
153
|
end
|
|
154
154
|
# verify enum value
|
|
155
|
-
allowable_values = ['api_usage', 'apm_fargate_usage', 'apm_host_usage', 'apm_usm_usage', 'appsec_fargate_usage', 'appsec_usage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'ci_pipeline_indexed_spans_usage', 'ci_test_indexed_spans_usage', 'ci_visibility_itr_usage', 'cloud_siem_usage', 'container_excl_agent_usage', 'container_usage', 'cspm_containers_usage', 'cspm_hosts_usage', 'custom_event_usage', 'custom_ingested_timeseries_usage', 'custom_timeseries_usage', 'cws_containers_usage', 'cws_hosts_usage', 'dbm_hosts_usage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_spans_usage', 'estimated_ingested_logs_usage', 'estimated_ingested_spans_usage', 'estimated_rum_sessions_usage', 'fargate_usage', 'functions_usage', 'incident_management_monthly_active_users_usage', 'indexed_spans_usage', 'infra_host_usage', 'ingested_logs_bytes_usage', 'ingested_spans_bytes_usage', 'invocations_usage', 'lambda_traced_invocations_usage', 'logs_indexed_15day_usage', 'logs_indexed_180day_usage', 'logs_indexed_1day_usage', 'logs_indexed_30day_usage', 'logs_indexed_360day_usage', 'logs_indexed_3day_usage', 'logs_indexed_45day_usage', 'logs_indexed_60day_usage', 'logs_indexed_7day_usage', 'logs_indexed_90day_usage', 'logs_indexed_custom_retention_usage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'npm_host_usage', 'obs_pipeline_bytes_usage', 'obs_pipelines_vcpu_usage', 'online_archive_usage', 'profiled_container_usage', 'profiled_fargate_usage', 'profiled_host_usage', 'rum_browser_mobile_sessions_usage', 'rum_replay_sessions_usage', 'sca_fargate_usage', 'sds_scanned_bytes_usage', 'serverless_apps_usage', 'siem_analyzed_logs_add_on_usage', 'siem_ingested_bytes_usage', 'snmp_usage', 'universal_service_monitoring_usage', 'vuln_management_hosts_usage', 'workflow_executions_usage']
|
|
155
|
+
allowable_values = ['api_usage', 'apm_fargate_usage', 'apm_host_usage', 'apm_usm_usage', 'appsec_fargate_usage', 'appsec_usage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'ci_pipeline_indexed_spans_usage', 'ci_test_indexed_spans_usage', 'ci_visibility_itr_usage', 'cloud_siem_usage', 'container_excl_agent_usage', 'container_usage', 'cspm_containers_usage', 'cspm_hosts_usage', 'custom_event_usage', 'custom_ingested_timeseries_usage', 'custom_timeseries_usage', 'cws_containers_usage', 'cws_hosts_usage', 'data_jobs_monitoring_usage', 'dbm_hosts_usage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_spans_usage', 'estimated_ingested_logs_usage', 'estimated_ingested_spans_usage', 'estimated_rum_sessions_usage', 'fargate_usage', 'functions_usage', 'incident_management_monthly_active_users_usage', 'indexed_spans_usage', 'infra_host_usage', 'ingested_logs_bytes_usage', 'ingested_spans_bytes_usage', 'invocations_usage', 'lambda_traced_invocations_usage', 'logs_indexed_15day_usage', 'logs_indexed_180day_usage', 'logs_indexed_1day_usage', 'logs_indexed_30day_usage', 'logs_indexed_360day_usage', 'logs_indexed_3day_usage', 'logs_indexed_45day_usage', 'logs_indexed_60day_usage', 'logs_indexed_7day_usage', 'logs_indexed_90day_usage', 'logs_indexed_custom_retention_usage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'npm_host_usage', 'obs_pipeline_bytes_usage', 'obs_pipelines_vcpu_usage', 'online_archive_usage', 'profiled_container_usage', 'profiled_fargate_usage', 'profiled_host_usage', 'rum_browser_mobile_sessions_usage', 'rum_replay_sessions_usage', 'sca_fargate_usage', 'sds_scanned_bytes_usage', 'serverless_apps_usage', 'siem_analyzed_logs_add_on_usage', 'siem_ingested_bytes_usage', 'snmp_usage', 'universal_service_monitoring_usage', 'vuln_management_hosts_usage', 'workflow_executions_usage']
|
|
156
156
|
if @api_client.config.client_side_validation && !allowable_values.include?(usage_type)
|
|
157
157
|
fail ArgumentError, "invalid value for \"usage_type\", must be one of #{allowable_values}"
|
|
158
158
|
end
|
|
@@ -478,7 +478,7 @@ module DatadogAPIClient::V1
|
|
|
478
478
|
fail ArgumentError, "Missing the required parameter 'fields' when calling UsageMeteringAPI.get_monthly_usage_attribution"
|
|
479
479
|
end
|
|
480
480
|
# verify enum value
|
|
481
|
-
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'incident_management_monthly_active_users_usage', 'incident_management_monthly_active_users_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'online_archive_usage', 'online_archive_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'logs_indexed_1day_usage', 'logs_indexed_1day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_analyzed_logs_add_on_usage', 'siem_analyzed_logs_add_on_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', 'sca_fargate_usage', 'sca_fargate_percentage', '*']
|
|
481
|
+
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'data_jobs_monitoring_usage', 'data_jobs_monitoring_percentage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'incident_management_monthly_active_users_usage', 'incident_management_monthly_active_users_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'online_archive_usage', 'online_archive_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'logs_indexed_1day_usage', 'logs_indexed_1day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_analyzed_logs_add_on_usage', 'siem_analyzed_logs_add_on_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', 'sca_fargate_usage', 'sca_fargate_percentage', '*']
|
|
482
482
|
if @api_client.config.client_side_validation && !allowable_values.include?(fields)
|
|
483
483
|
fail ArgumentError, "invalid value for \"fields\", must be one of #{allowable_values}"
|
|
484
484
|
end
|
|
@@ -486,7 +486,7 @@ module DatadogAPIClient::V1
|
|
|
486
486
|
if @api_client.config.client_side_validation && opts[:'sort_direction'] && !allowable_values.include?(opts[:'sort_direction'])
|
|
487
487
|
fail ArgumentError, "invalid value for \"sort_direction\", must be one of #{allowable_values}"
|
|
488
488
|
end
|
|
489
|
-
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'incident_management_monthly_active_users_usage', 'incident_management_monthly_active_users_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'online_archive_usage', 'online_archive_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'logs_indexed_1day_usage', 'logs_indexed_1day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_analyzed_logs_add_on_usage', 'siem_analyzed_logs_add_on_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', 'sca_fargate_usage', 'sca_fargate_percentage', '*']
|
|
489
|
+
allowable_values = ['api_usage', 'api_percentage', 'apm_fargate_usage', 'apm_fargate_percentage', 'appsec_fargate_usage', 'appsec_fargate_percentage', 'apm_host_usage', 'apm_host_percentage', 'apm_usm_usage', 'apm_usm_percentage', 'appsec_usage', 'appsec_percentage', 'asm_serverless_traced_invocations_usage', 'asm_serverless_traced_invocations_percentage', 'browser_usage', 'browser_percentage', 'ci_visibility_itr_usage', 'ci_visibility_itr_percentage', 'cloud_siem_usage', 'cloud_siem_percentage', 'container_excl_agent_usage', 'container_excl_agent_percentage', 'container_usage', 'container_percentage', 'cspm_containers_percentage', 'cspm_containers_usage', 'cspm_hosts_percentage', 'cspm_hosts_usage', 'custom_timeseries_usage', 'custom_timeseries_percentage', 'custom_ingested_timeseries_usage', 'custom_ingested_timeseries_percentage', 'cws_containers_percentage', 'cws_containers_usage', 'cws_hosts_percentage', 'cws_hosts_usage', 'data_jobs_monitoring_usage', 'data_jobs_monitoring_percentage', 'dbm_hosts_percentage', 'dbm_hosts_usage', 'dbm_queries_percentage', 'dbm_queries_usage', 'error_tracking_usage', 'error_tracking_percentage', 'estimated_indexed_logs_usage', 'estimated_indexed_logs_percentage', 'estimated_ingested_logs_usage', 'estimated_ingested_logs_percentage', 'estimated_indexed_spans_usage', 'estimated_indexed_spans_percentage', 'estimated_ingested_spans_usage', 'estimated_ingested_spans_percentage', 'fargate_usage', 'fargate_percentage', 'functions_usage', 'functions_percentage', 'incident_management_monthly_active_users_usage', 'incident_management_monthly_active_users_percentage', 'infra_host_usage', 'infra_host_percentage', 'invocations_usage', 'invocations_percentage', 'lambda_traced_invocations_usage', 'lambda_traced_invocations_percentage', 'mobile_app_testing_percentage', 'mobile_app_testing_usage', 'ndm_netflow_usage', 'ndm_netflow_percentage', 'npm_host_usage', 'npm_host_percentage', 'obs_pipeline_bytes_usage', 'obs_pipeline_bytes_percentage', 'obs_pipelines_vcpu_usage', 'obs_pipelines_vcpu_percentage', 'online_archive_usage', 'online_archive_percentage', 'profiled_container_usage', 'profiled_container_percentage', 'profiled_fargate_usage', 'profiled_fargate_percentage', 'profiled_host_usage', 'profiled_host_percentage', 'serverless_apps_usage', 'serverless_apps_percentage', 'snmp_usage', 'snmp_percentage', 'estimated_rum_sessions_usage', 'estimated_rum_sessions_percentage', 'universal_service_monitoring_usage', 'universal_service_monitoring_percentage', 'vuln_management_hosts_usage', 'vuln_management_hosts_percentage', 'sds_scanned_bytes_usage', 'sds_scanned_bytes_percentage', 'ci_test_indexed_spans_usage', 'ci_test_indexed_spans_percentage', 'ingested_logs_bytes_usage', 'ingested_logs_bytes_percentage', 'ci_pipeline_indexed_spans_usage', 'ci_pipeline_indexed_spans_percentage', 'indexed_spans_usage', 'indexed_spans_percentage', 'custom_event_usage', 'custom_event_percentage', 'logs_indexed_custom_retention_usage', 'logs_indexed_custom_retention_percentage', 'logs_indexed_360day_usage', 'logs_indexed_360day_percentage', 'logs_indexed_180day_usage', 'logs_indexed_180day_percentage', 'logs_indexed_90day_usage', 'logs_indexed_90day_percentage', 'logs_indexed_60day_usage', 'logs_indexed_60day_percentage', 'logs_indexed_45day_usage', 'logs_indexed_45day_percentage', 'logs_indexed_30day_usage', 'logs_indexed_30day_percentage', 'logs_indexed_15day_usage', 'logs_indexed_15day_percentage', 'logs_indexed_7day_usage', 'logs_indexed_7day_percentage', 'logs_indexed_3day_usage', 'logs_indexed_3day_percentage', 'logs_indexed_1day_usage', 'logs_indexed_1day_percentage', 'rum_replay_sessions_usage', 'rum_replay_sessions_percentage', 'rum_browser_mobile_sessions_usage', 'rum_browser_mobile_sessions_percentage', 'ingested_spans_bytes_usage', 'ingested_spans_bytes_percentage', 'siem_analyzed_logs_add_on_usage', 'siem_analyzed_logs_add_on_percentage', 'siem_ingested_bytes_usage', 'siem_ingested_bytes_percentage', 'workflow_executions_usage', 'workflow_executions_percentage', 'sca_fargate_usage', 'sca_fargate_percentage', '*']
|
|
490
490
|
if @api_client.config.client_side_validation && opts[:'sort_name'] && !allowable_values.include?(opts[:'sort_name'])
|
|
491
491
|
fail ArgumentError, "invalid value for \"sort_name\", must be one of #{allowable_values}"
|
|
492
492
|
end
|
|
@@ -43,6 +43,7 @@ module DatadogAPIClient::V1
|
|
|
43
43
|
CUSTOM_TIMESERIES_USAGE = "custom_timeseries_usage".freeze
|
|
44
44
|
CWS_CONTAINERS_USAGE = "cws_containers_usage".freeze
|
|
45
45
|
CWS_HOSTS_USAGE = "cws_hosts_usage".freeze
|
|
46
|
+
DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage".freeze
|
|
46
47
|
DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
|
|
47
48
|
DBM_QUERIES_USAGE = "dbm_queries_usage".freeze
|
|
48
49
|
ERROR_TRACKING_USAGE = "error_tracking_usage".freeze
|
|
@@ -57,6 +57,8 @@ module DatadogAPIClient::V1
|
|
|
57
57
|
CWS_CONTAINERS_USAGE = "cws_containers_usage".freeze
|
|
58
58
|
CWS_HOSTS_PERCENTAGE = "cws_hosts_percentage".freeze
|
|
59
59
|
CWS_HOSTS_USAGE = "cws_hosts_usage".freeze
|
|
60
|
+
DATA_JOBS_MONITORING_USAGE = "data_jobs_monitoring_usage".freeze
|
|
61
|
+
DATA_JOBS_MONITORING_PERCENTAGE = "data_jobs_monitoring_percentage".freeze
|
|
60
62
|
DBM_HOSTS_PERCENTAGE = "dbm_hosts_percentage".freeze
|
|
61
63
|
DBM_HOSTS_USAGE = "dbm_hosts_usage".freeze
|
|
62
64
|
DBM_QUERIES_PERCENTAGE = "dbm_queries_percentage".freeze
|
|
@@ -147,6 +147,9 @@ module DatadogAPIClient::V1
|
|
|
147
147
|
# The Cloud Workload Security host usage by tag(s).
|
|
148
148
|
attr_accessor :cws_hosts_usage
|
|
149
149
|
|
|
150
|
+
# The Data Jobs Monitoring usage by tag(s).
|
|
151
|
+
attr_accessor :data_jobs_monitoring_usage
|
|
152
|
+
|
|
150
153
|
# The percentage of Database Monitoring host usage by tag(s).
|
|
151
154
|
attr_accessor :dbm_hosts_percentage
|
|
152
155
|
|
|
@@ -483,6 +486,7 @@ module DatadogAPIClient::V1
|
|
|
483
486
|
:'cws_containers_usage' => :'cws_containers_usage',
|
|
484
487
|
:'cws_hosts_percentage' => :'cws_hosts_percentage',
|
|
485
488
|
:'cws_hosts_usage' => :'cws_hosts_usage',
|
|
489
|
+
:'data_jobs_monitoring_usage' => :'data_jobs_monitoring_usage',
|
|
486
490
|
:'dbm_hosts_percentage' => :'dbm_hosts_percentage',
|
|
487
491
|
:'dbm_hosts_usage' => :'dbm_hosts_usage',
|
|
488
492
|
:'dbm_queries_percentage' => :'dbm_queries_percentage',
|
|
@@ -628,6 +632,7 @@ module DatadogAPIClient::V1
|
|
|
628
632
|
:'cws_containers_usage' => :'Float',
|
|
629
633
|
:'cws_hosts_percentage' => :'Float',
|
|
630
634
|
:'cws_hosts_usage' => :'Float',
|
|
635
|
+
:'data_jobs_monitoring_usage' => :'Float',
|
|
631
636
|
:'dbm_hosts_percentage' => :'Float',
|
|
632
637
|
:'dbm_hosts_usage' => :'Float',
|
|
633
638
|
:'dbm_queries_percentage' => :'Float',
|
|
@@ -913,6 +918,10 @@ module DatadogAPIClient::V1
|
|
|
913
918
|
self.cws_hosts_usage = attributes[:'cws_hosts_usage']
|
|
914
919
|
end
|
|
915
920
|
|
|
921
|
+
if attributes.key?(:'data_jobs_monitoring_usage')
|
|
922
|
+
self.data_jobs_monitoring_usage = attributes[:'data_jobs_monitoring_usage']
|
|
923
|
+
end
|
|
924
|
+
|
|
916
925
|
if attributes.key?(:'dbm_hosts_percentage')
|
|
917
926
|
self.dbm_hosts_percentage = attributes[:'dbm_hosts_percentage']
|
|
918
927
|
end
|
|
@@ -1366,6 +1375,7 @@ module DatadogAPIClient::V1
|
|
|
1366
1375
|
cws_containers_usage == o.cws_containers_usage &&
|
|
1367
1376
|
cws_hosts_percentage == o.cws_hosts_percentage &&
|
|
1368
1377
|
cws_hosts_usage == o.cws_hosts_usage &&
|
|
1378
|
+
data_jobs_monitoring_usage == o.data_jobs_monitoring_usage &&
|
|
1369
1379
|
dbm_hosts_percentage == o.dbm_hosts_percentage &&
|
|
1370
1380
|
dbm_hosts_usage == o.dbm_hosts_usage &&
|
|
1371
1381
|
dbm_queries_percentage == o.dbm_queries_percentage &&
|
|
@@ -1469,7 +1479,7 @@ module DatadogAPIClient::V1
|
|
|
1469
1479
|
# @return [Integer] Hash code
|
|
1470
1480
|
# @!visibility private
|
|
1471
1481
|
def hash
|
|
1472
|
-
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sca_fargate_percentage, sca_fargate_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage].hash
|
|
1482
|
+
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, data_jobs_monitoring_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sca_fargate_percentage, sca_fargate_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage].hash
|
|
1473
1483
|
end
|
|
1474
1484
|
end
|
|
1475
1485
|
end
|