datadog_api_client 2.24.0 → 2.25.0
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/conftest.py +2 -0
- data/.generator/schemas/v1/openapi.yaml +265 -8
- data/.generator/schemas/v2/openapi.yaml +1471 -32
- data/.generator/src/generator/openapi.py +4 -0
- data/CHANGELOG.md +41 -0
- data/examples/v1/azure-integration/CreateAzureIntegration.rb +1 -1
- data/examples/v1/azure-integration/UpdateAzureHostFilters.rb +7 -1
- data/examples/v1/azure-integration/UpdateAzureIntegration.rb +7 -1
- data/examples/v1/dashboards/CreateDashboard_985012506.rb +61 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1717840259.rb +163 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +2 -0
- data/examples/v2/cloud-cost-management/DeleteCustomCostsFile.rb +5 -0
- data/examples/v2/cloud-cost-management/DeleteCustomCostsFile_372970393.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCustomCostsFile.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCustomCostsFile_1307381576.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCustomCostsFiles.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCustomCostsFiles_1968771127.rb +5 -0
- data/examples/v2/cloud-cost-management/UploadCustomCostsFile.rb +15 -0
- data/examples/v2/cloud-cost-management/UploadCustomCostsFile_4125168396.rb +19 -0
- data/examples/v2/network-device-monitoring/GetDevice.rb +5 -0
- data/examples/v2/network-device-monitoring/GetInterfaces.rb +5 -0
- data/examples/v2/network-device-monitoring/ListDeviceUserTags.rb +5 -0
- data/examples/v2/network-device-monitoring/ListDevices.rb +10 -0
- data/examples/v2/network-device-monitoring/UpdateDeviceUserTags.rb +18 -0
- data/examples/v2/roles/CreateRole.rb +0 -3
- data/examples/v2/security-monitoring/ConvertExistingSecurityMonitoringRule.rb +8 -0
- data/examples/v2/security-monitoring/ConvertSecurityMonitoringRuleFromJSONToTerraform.rb +36 -0
- data/examples/v2/service-scorecards/UpdateScorecardRule.rb +24 -0
- data/examples/v2/workflow-automation/CancelWorkflowInstance.rb +5 -0
- data/examples/v2/workflow-automation/CreateWorkflowInstance.rb +13 -0
- data/examples/v2/workflow-automation/GetWorkflowInstance.rb +5 -0
- data/examples/v2/workflow-automation/ListWorkflowInstances.rb +5 -0
- data/lib/datadog_api_client/configuration.rb +1 -0
- data/lib/datadog_api_client/inflector.rb +53 -1
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/monitors_api.rb +12 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +7 -3
- data/lib/datadog_api_client/v1/models/azure_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/azure_account_metrics_config.rb +85 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_dependency_stats_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_apm_resource_stats_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_cloud_cost_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_event_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/formula_and_function_metric_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_process_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_slo_query_definition.rb +24 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_slo_query_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +41 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_digest.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_client.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_oauth_rop.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_delete_tests_payload.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_billable_summary_hour.rb +21 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +61 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +81 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +61 -1
- data/lib/datadog_api_client/v2/api/api_management_api.rb +5 -5
- data/lib/datadog_api_client/v2/api/authn_mappings_api.rb +6 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +13 -13
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +260 -0
- data/lib/datadog_api_client/v2/api/network_device_monitoring_api.rb +362 -0
- data/lib/datadog_api_client/v2/api/organizations_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +15 -7
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +134 -0
- data/lib/datadog_api_client/v2/api/service_scorecards_api.rb +79 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +8 -0
- data/lib/datadog_api_client/v2/api/workflow_automation_api.rb +307 -0
- data/lib/datadog_api_client/v2/models/api_key_relationships.rb +9 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_resource_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/cost_by_org_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/custom_cost_get_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_cost_list_response_meta.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_cost_upload_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_get_response.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_line_item.rb +173 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_list_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata.rb +152 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata_high_level.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content.rb +164 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_metadata_with_content_high_level.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_upload_response.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_costs_file_usage_charge_period.rb +90 -0
- data/lib/datadog_api_client/v2/models/custom_costs_user.rb +100 -0
- data/lib/datadog_api_client/v2/models/device_attributes.rb +272 -0
- data/lib/datadog_api_client/v2/models/device_attributes_interface_statuses.rb +110 -0
- data/lib/datadog_api_client/v2/models/devices_list_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/full_application_key_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/get_device_attributes.rb +262 -0
- data/lib/datadog_api_client/v2/models/get_device_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/get_device_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/get_interfaces_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/get_interfaces_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/hourly_usage_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/interface_attributes.rb +130 -0
- data/lib/datadog_api_client/v2/models/interface_attributes_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/list_devices_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/list_devices_response_metadata.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_devices_response_metadata_page.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_tags_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/list_tags_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/list_tags_response_data_attributes.rb +82 -0
- data/lib/datadog_api_client/v2/models/projected_cost_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/role_relationships.rb +4 -14
- data/lib/datadog_api_client/v2/models/role_update_attributes.rb +32 -4
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_list_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_payload.rb +63 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_detection_method.rb +1 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_evaluation_window.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_keep_alive.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_options.rb +2 -2
- data/lib/datadog_api_client/v2/models/update_rule_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/update_rule_request_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/update_rule_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/update_rule_response_data.rb +110 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/workflow_instance_create_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_create_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_create_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_create_response_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_instance_list_item.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_list_instances_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/workflow_list_instances_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/workflow_list_instances_response_meta_page.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_cancel_instance_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_cancel_instance_response_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_get_instance_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_get_instance_response_data.rb +80 -0
- data/lib/datadog_api_client/v2/models/worklflow_get_instance_response_data_attributes.rb +80 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +76 -2
|
@@ -46,7 +46,7 @@ module DatadogAPIClient::V1
|
|
|
46
46
|
attr_reader :token_api_authentication
|
|
47
47
|
|
|
48
48
|
# The type of basic authentication to use when performing the test.
|
|
49
|
-
|
|
49
|
+
attr_reader :type
|
|
50
50
|
|
|
51
51
|
# Username to use when performing the authentication.
|
|
52
52
|
attr_reader :username
|
|
@@ -149,6 +149,7 @@ module DatadogAPIClient::V1
|
|
|
149
149
|
return false if @access_token_url.nil?
|
|
150
150
|
return false if @password.nil?
|
|
151
151
|
return false if @token_api_authentication.nil?
|
|
152
|
+
return false if @type.nil?
|
|
152
153
|
return false if @username.nil?
|
|
153
154
|
true
|
|
154
155
|
end
|
|
@@ -183,6 +184,16 @@ module DatadogAPIClient::V1
|
|
|
183
184
|
@token_api_authentication = token_api_authentication
|
|
184
185
|
end
|
|
185
186
|
|
|
187
|
+
# Custom attribute writer method with validation
|
|
188
|
+
# @param type [Object] Object to be assigned
|
|
189
|
+
# @!visibility private
|
|
190
|
+
def type=(type)
|
|
191
|
+
if type.nil?
|
|
192
|
+
fail ArgumentError, 'invalid value for "type", type cannot be nil.'
|
|
193
|
+
end
|
|
194
|
+
@type = type
|
|
195
|
+
end
|
|
196
|
+
|
|
186
197
|
# Custom attribute writer method with validation
|
|
187
198
|
# @param username [Object] Object to be assigned
|
|
188
199
|
# @!visibility private
|
|
@@ -22,6 +22,10 @@ module DatadogAPIClient::V1
|
|
|
22
22
|
class SyntheticsDeleteTestsPayload
|
|
23
23
|
include BaseGenericModel
|
|
24
24
|
|
|
25
|
+
# Delete the Synthetic test even if it's referenced by other resources
|
|
26
|
+
# (for example, SLOs and composite monitors).
|
|
27
|
+
attr_accessor :force_delete_dependencies
|
|
28
|
+
|
|
25
29
|
# An array of Synthetic test IDs you want to delete.
|
|
26
30
|
attr_accessor :public_ids
|
|
27
31
|
|
|
@@ -29,6 +33,7 @@ module DatadogAPIClient::V1
|
|
|
29
33
|
# @!visibility private
|
|
30
34
|
def self.attribute_map
|
|
31
35
|
{
|
|
36
|
+
:'force_delete_dependencies' => :'force_delete_dependencies',
|
|
32
37
|
:'public_ids' => :'public_ids'
|
|
33
38
|
}
|
|
34
39
|
end
|
|
@@ -37,6 +42,7 @@ module DatadogAPIClient::V1
|
|
|
37
42
|
# @!visibility private
|
|
38
43
|
def self.openapi_types
|
|
39
44
|
{
|
|
45
|
+
:'force_delete_dependencies' => :'Boolean',
|
|
40
46
|
:'public_ids' => :'Array<String>'
|
|
41
47
|
}
|
|
42
48
|
end
|
|
@@ -57,6 +63,10 @@ module DatadogAPIClient::V1
|
|
|
57
63
|
h[k.to_sym] = v
|
|
58
64
|
}
|
|
59
65
|
|
|
66
|
+
if attributes.key?(:'force_delete_dependencies')
|
|
67
|
+
self.force_delete_dependencies = attributes[:'force_delete_dependencies']
|
|
68
|
+
end
|
|
69
|
+
|
|
60
70
|
if attributes.key?(:'public_ids')
|
|
61
71
|
if (value = attributes[:'public_ids']).is_a?(Array)
|
|
62
72
|
self.public_ids = value
|
|
@@ -70,6 +80,7 @@ module DatadogAPIClient::V1
|
|
|
70
80
|
def ==(o)
|
|
71
81
|
return true if self.equal?(o)
|
|
72
82
|
self.class == o.class &&
|
|
83
|
+
force_delete_dependencies == o.force_delete_dependencies &&
|
|
73
84
|
public_ids == o.public_ids
|
|
74
85
|
end
|
|
75
86
|
|
|
@@ -77,7 +88,7 @@ module DatadogAPIClient::V1
|
|
|
77
88
|
# @return [Integer] Hash code
|
|
78
89
|
# @!visibility private
|
|
79
90
|
def hash
|
|
80
|
-
[public_ids].hash
|
|
91
|
+
[force_delete_dependencies, public_ids].hash
|
|
81
92
|
end
|
|
82
93
|
end
|
|
83
94
|
end
|
|
@@ -43,6 +43,12 @@ module DatadogAPIClient::V1
|
|
|
43
43
|
# Disable Content Security Policy for browser tests.
|
|
44
44
|
attr_accessor :disable_csp
|
|
45
45
|
|
|
46
|
+
# Enable profiling for browser tests.
|
|
47
|
+
attr_accessor :enable_profiling
|
|
48
|
+
|
|
49
|
+
# Enable security testing for browser tests. Security testing is not available anymore. This field is deprecated and won't be used.
|
|
50
|
+
attr_accessor :enable_security_testing
|
|
51
|
+
|
|
46
52
|
# For API HTTP test, whether or not the test should follow redirects.
|
|
47
53
|
attr_accessor :follow_redirects
|
|
48
54
|
|
|
@@ -111,6 +117,8 @@ module DatadogAPIClient::V1
|
|
|
111
117
|
:'device_ids' => :'device_ids',
|
|
112
118
|
:'disable_cors' => :'disableCors',
|
|
113
119
|
:'disable_csp' => :'disableCsp',
|
|
120
|
+
:'enable_profiling' => :'enableProfiling',
|
|
121
|
+
:'enable_security_testing' => :'enableSecurityTesting',
|
|
114
122
|
:'follow_redirects' => :'follow_redirects',
|
|
115
123
|
:'http_version' => :'httpVersion',
|
|
116
124
|
:'ignore_server_certificate_error' => :'ignoreServerCertificateError',
|
|
@@ -140,6 +148,8 @@ module DatadogAPIClient::V1
|
|
|
140
148
|
:'device_ids' => :'Array<SyntheticsDeviceID>',
|
|
141
149
|
:'disable_cors' => :'Boolean',
|
|
142
150
|
:'disable_csp' => :'Boolean',
|
|
151
|
+
:'enable_profiling' => :'Boolean',
|
|
152
|
+
:'enable_security_testing' => :'Boolean',
|
|
143
153
|
:'follow_redirects' => :'Boolean',
|
|
144
154
|
:'http_version' => :'SyntheticsTestOptionsHTTPVersion',
|
|
145
155
|
:'ignore_server_certificate_error' => :'Boolean',
|
|
@@ -204,6 +214,14 @@ module DatadogAPIClient::V1
|
|
|
204
214
|
self.disable_csp = attributes[:'disable_csp']
|
|
205
215
|
end
|
|
206
216
|
|
|
217
|
+
if attributes.key?(:'enable_profiling')
|
|
218
|
+
self.enable_profiling = attributes[:'enable_profiling']
|
|
219
|
+
end
|
|
220
|
+
|
|
221
|
+
if attributes.key?(:'enable_security_testing')
|
|
222
|
+
self.enable_security_testing = attributes[:'enable_security_testing']
|
|
223
|
+
end
|
|
224
|
+
|
|
207
225
|
if attributes.key?(:'follow_redirects')
|
|
208
226
|
self.follow_redirects = attributes[:'follow_redirects']
|
|
209
227
|
end
|
|
@@ -317,6 +335,8 @@ module DatadogAPIClient::V1
|
|
|
317
335
|
device_ids == o.device_ids &&
|
|
318
336
|
disable_cors == o.disable_cors &&
|
|
319
337
|
disable_csp == o.disable_csp &&
|
|
338
|
+
enable_profiling == o.enable_profiling &&
|
|
339
|
+
enable_security_testing == o.enable_security_testing &&
|
|
320
340
|
follow_redirects == o.follow_redirects &&
|
|
321
341
|
http_version == o.http_version &&
|
|
322
342
|
ignore_server_certificate_error == o.ignore_server_certificate_error &&
|
|
@@ -338,7 +358,7 @@ module DatadogAPIClient::V1
|
|
|
338
358
|
# @return [Integer] Hash code
|
|
339
359
|
# @!visibility private
|
|
340
360
|
def hash
|
|
341
|
-
[accept_self_signed, allow_insecure, check_certificate_revocation, ci, device_ids, disable_cors, disable_csp, follow_redirects, http_version, ignore_server_certificate_error, initial_navigation_timeout, min_failure_duration, min_location_failed, monitor_name, monitor_options, monitor_priority, no_screenshot, restricted_roles, _retry, rum_settings, scheduling, tick_every].hash
|
|
361
|
+
[accept_self_signed, allow_insecure, check_certificate_revocation, ci, device_ids, disable_cors, disable_csp, enable_profiling, enable_security_testing, follow_redirects, http_version, ignore_server_certificate_error, initial_navigation_timeout, min_failure_duration, min_location_failed, monitor_name, monitor_options, monitor_priority, no_screenshot, restricted_roles, _retry, rum_settings, scheduling, tick_every].hash
|
|
342
362
|
end
|
|
343
363
|
end
|
|
344
364
|
end
|
|
@@ -21,6 +21,12 @@ module DatadogAPIClient::V1
|
|
|
21
21
|
class UsageBillableSummaryHour
|
|
22
22
|
include BaseGenericModel
|
|
23
23
|
|
|
24
|
+
# The account name.
|
|
25
|
+
attr_accessor :account_name
|
|
26
|
+
|
|
27
|
+
# The account public ID.
|
|
28
|
+
attr_accessor :account_public_id
|
|
29
|
+
|
|
24
30
|
# The billing plan.
|
|
25
31
|
attr_accessor :billing_plan
|
|
26
32
|
|
|
@@ -52,6 +58,8 @@ module DatadogAPIClient::V1
|
|
|
52
58
|
# @!visibility private
|
|
53
59
|
def self.attribute_map
|
|
54
60
|
{
|
|
61
|
+
:'account_name' => :'account_name',
|
|
62
|
+
:'account_public_id' => :'account_public_id',
|
|
55
63
|
:'billing_plan' => :'billing_plan',
|
|
56
64
|
:'end_date' => :'end_date',
|
|
57
65
|
:'num_orgs' => :'num_orgs',
|
|
@@ -68,6 +76,8 @@ module DatadogAPIClient::V1
|
|
|
68
76
|
# @!visibility private
|
|
69
77
|
def self.openapi_types
|
|
70
78
|
{
|
|
79
|
+
:'account_name' => :'String',
|
|
80
|
+
:'account_public_id' => :'String',
|
|
71
81
|
:'billing_plan' => :'String',
|
|
72
82
|
:'end_date' => :'Time',
|
|
73
83
|
:'num_orgs' => :'Integer',
|
|
@@ -96,6 +106,14 @@ module DatadogAPIClient::V1
|
|
|
96
106
|
h[k.to_sym] = v
|
|
97
107
|
}
|
|
98
108
|
|
|
109
|
+
if attributes.key?(:'account_name')
|
|
110
|
+
self.account_name = attributes[:'account_name']
|
|
111
|
+
end
|
|
112
|
+
|
|
113
|
+
if attributes.key?(:'account_public_id')
|
|
114
|
+
self.account_public_id = attributes[:'account_public_id']
|
|
115
|
+
end
|
|
116
|
+
|
|
99
117
|
if attributes.key?(:'billing_plan')
|
|
100
118
|
self.billing_plan = attributes[:'billing_plan']
|
|
101
119
|
end
|
|
@@ -139,6 +157,8 @@ module DatadogAPIClient::V1
|
|
|
139
157
|
def ==(o)
|
|
140
158
|
return true if self.equal?(o)
|
|
141
159
|
self.class == o.class &&
|
|
160
|
+
account_name == o.account_name &&
|
|
161
|
+
account_public_id == o.account_public_id &&
|
|
142
162
|
billing_plan == o.billing_plan &&
|
|
143
163
|
end_date == o.end_date &&
|
|
144
164
|
num_orgs == o.num_orgs &&
|
|
@@ -154,7 +174,7 @@ module DatadogAPIClient::V1
|
|
|
154
174
|
# @return [Integer] Hash code
|
|
155
175
|
# @!visibility private
|
|
156
176
|
def hash
|
|
157
|
-
[billing_plan, end_date, num_orgs, org_name, public_id, ratio_in_month, region, start_date, usage].hash
|
|
177
|
+
[account_name, account_public_id, billing_plan, end_date, num_orgs, org_name, public_id, ratio_in_month, region, start_date, usage].hash
|
|
158
178
|
end
|
|
159
179
|
end
|
|
160
180
|
end
|
|
@@ -204,6 +204,15 @@ module DatadogAPIClient::V1
|
|
|
204
204
|
# Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
|
|
205
205
|
attr_accessor :flex_logs_compute_xsmall_avg
|
|
206
206
|
|
|
207
|
+
# Shows the average number of Flex Logs Starter Instances over all hours in the current date for the given org.
|
|
208
|
+
attr_accessor :flex_logs_starter_avg
|
|
209
|
+
|
|
210
|
+
# Shows the average number of Flex Logs Starter Storage Index Instances over all hours in the current date for the given org.
|
|
211
|
+
attr_accessor :flex_logs_starter_storage_index_avg
|
|
212
|
+
|
|
213
|
+
# Shows the average number of Flex Logs Starter Storage Retention Adjustment Instances over all hours in the current date for the given org.
|
|
214
|
+
attr_accessor :flex_logs_starter_storage_retention_adjustment_avg
|
|
215
|
+
|
|
207
216
|
# Shows the average of all Flex Stored Logs over all hours in the current date for the given org.
|
|
208
217
|
attr_accessor :flex_stored_logs_avg
|
|
209
218
|
|
|
@@ -345,6 +354,12 @@ module DatadogAPIClient::V1
|
|
|
345
354
|
# Shows the sum of all browser and mobile RUM units over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
|
346
355
|
attr_accessor :rum_units_sum
|
|
347
356
|
|
|
357
|
+
# Shows the average of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
|
|
358
|
+
attr_accessor :sca_fargate_count_avg
|
|
359
|
+
|
|
360
|
+
# Shows the sum of the high-water marks of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
|
|
361
|
+
attr_accessor :sca_fargate_count_hwm
|
|
362
|
+
|
|
348
363
|
# Sum of all APM bytes scanned with sensitive data scanner over all hours in the current date for all organizations.
|
|
349
364
|
attr_accessor :sds_apm_scanned_bytes_sum
|
|
350
365
|
|
|
@@ -369,6 +384,9 @@ module DatadogAPIClient::V1
|
|
|
369
384
|
# Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
370
385
|
attr_accessor :serverless_apps_total_count_avg
|
|
371
386
|
|
|
387
|
+
# Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
|
|
388
|
+
attr_accessor :siem_analyzed_logs_add_on_count_sum
|
|
389
|
+
|
|
372
390
|
# Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
|
|
373
391
|
attr_accessor :synthetics_browser_check_calls_count_sum
|
|
374
392
|
|
|
@@ -464,6 +482,9 @@ module DatadogAPIClient::V1
|
|
|
464
482
|
:'flex_logs_compute_medium_avg' => :'flex_logs_compute_medium_avg',
|
|
465
483
|
:'flex_logs_compute_small_avg' => :'flex_logs_compute_small_avg',
|
|
466
484
|
:'flex_logs_compute_xsmall_avg' => :'flex_logs_compute_xsmall_avg',
|
|
485
|
+
:'flex_logs_starter_avg' => :'flex_logs_starter_avg',
|
|
486
|
+
:'flex_logs_starter_storage_index_avg' => :'flex_logs_starter_storage_index_avg',
|
|
487
|
+
:'flex_logs_starter_storage_retention_adjustment_avg' => :'flex_logs_starter_storage_retention_adjustment_avg',
|
|
467
488
|
:'flex_stored_logs_avg' => :'flex_stored_logs_avg',
|
|
468
489
|
:'forwarding_events_bytes_sum' => :'forwarding_events_bytes_sum',
|
|
469
490
|
:'gcp_host_top99p' => :'gcp_host_top99p',
|
|
@@ -511,6 +532,8 @@ module DatadogAPIClient::V1
|
|
|
511
532
|
:'rum_session_count_sum' => :'rum_session_count_sum',
|
|
512
533
|
:'rum_total_session_count_sum' => :'rum_total_session_count_sum',
|
|
513
534
|
:'rum_units_sum' => :'rum_units_sum',
|
|
535
|
+
:'sca_fargate_count_avg' => :'sca_fargate_count_avg',
|
|
536
|
+
:'sca_fargate_count_hwm' => :'sca_fargate_count_hwm',
|
|
514
537
|
:'sds_apm_scanned_bytes_sum' => :'sds_apm_scanned_bytes_sum',
|
|
515
538
|
:'sds_events_scanned_bytes_sum' => :'sds_events_scanned_bytes_sum',
|
|
516
539
|
:'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
|
|
@@ -519,6 +542,7 @@ module DatadogAPIClient::V1
|
|
|
519
542
|
:'serverless_apps_azure_count_avg' => :'serverless_apps_azure_count_avg',
|
|
520
543
|
:'serverless_apps_google_count_avg' => :'serverless_apps_google_count_avg',
|
|
521
544
|
:'serverless_apps_total_count_avg' => :'serverless_apps_total_count_avg',
|
|
545
|
+
:'siem_analyzed_logs_add_on_count_sum' => :'siem_analyzed_logs_add_on_count_sum',
|
|
522
546
|
:'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
|
|
523
547
|
:'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
|
|
524
548
|
:'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
|
|
@@ -597,6 +621,9 @@ module DatadogAPIClient::V1
|
|
|
597
621
|
:'flex_logs_compute_medium_avg' => :'Integer',
|
|
598
622
|
:'flex_logs_compute_small_avg' => :'Integer',
|
|
599
623
|
:'flex_logs_compute_xsmall_avg' => :'Integer',
|
|
624
|
+
:'flex_logs_starter_avg' => :'Integer',
|
|
625
|
+
:'flex_logs_starter_storage_index_avg' => :'Integer',
|
|
626
|
+
:'flex_logs_starter_storage_retention_adjustment_avg' => :'Integer',
|
|
600
627
|
:'flex_stored_logs_avg' => :'Integer',
|
|
601
628
|
:'forwarding_events_bytes_sum' => :'Integer',
|
|
602
629
|
:'gcp_host_top99p' => :'Integer',
|
|
@@ -644,6 +671,8 @@ module DatadogAPIClient::V1
|
|
|
644
671
|
:'rum_session_count_sum' => :'Integer',
|
|
645
672
|
:'rum_total_session_count_sum' => :'Integer',
|
|
646
673
|
:'rum_units_sum' => :'Integer',
|
|
674
|
+
:'sca_fargate_count_avg' => :'Integer',
|
|
675
|
+
:'sca_fargate_count_hwm' => :'Integer',
|
|
647
676
|
:'sds_apm_scanned_bytes_sum' => :'Integer',
|
|
648
677
|
:'sds_events_scanned_bytes_sum' => :'Integer',
|
|
649
678
|
:'sds_logs_scanned_bytes_sum' => :'Integer',
|
|
@@ -652,6 +681,7 @@ module DatadogAPIClient::V1
|
|
|
652
681
|
:'serverless_apps_azure_count_avg' => :'Integer',
|
|
653
682
|
:'serverless_apps_google_count_avg' => :'Integer',
|
|
654
683
|
:'serverless_apps_total_count_avg' => :'Integer',
|
|
684
|
+
:'siem_analyzed_logs_add_on_count_sum' => :'Integer',
|
|
655
685
|
:'synthetics_browser_check_calls_count_sum' => :'Integer',
|
|
656
686
|
:'synthetics_check_calls_count_sum' => :'Integer',
|
|
657
687
|
:'synthetics_mobile_test_runs_sum' => :'Integer',
|
|
@@ -925,6 +955,18 @@ module DatadogAPIClient::V1
|
|
|
925
955
|
self.flex_logs_compute_xsmall_avg = attributes[:'flex_logs_compute_xsmall_avg']
|
|
926
956
|
end
|
|
927
957
|
|
|
958
|
+
if attributes.key?(:'flex_logs_starter_avg')
|
|
959
|
+
self.flex_logs_starter_avg = attributes[:'flex_logs_starter_avg']
|
|
960
|
+
end
|
|
961
|
+
|
|
962
|
+
if attributes.key?(:'flex_logs_starter_storage_index_avg')
|
|
963
|
+
self.flex_logs_starter_storage_index_avg = attributes[:'flex_logs_starter_storage_index_avg']
|
|
964
|
+
end
|
|
965
|
+
|
|
966
|
+
if attributes.key?(:'flex_logs_starter_storage_retention_adjustment_avg')
|
|
967
|
+
self.flex_logs_starter_storage_retention_adjustment_avg = attributes[:'flex_logs_starter_storage_retention_adjustment_avg']
|
|
968
|
+
end
|
|
969
|
+
|
|
928
970
|
if attributes.key?(:'flex_stored_logs_avg')
|
|
929
971
|
self.flex_stored_logs_avg = attributes[:'flex_stored_logs_avg']
|
|
930
972
|
end
|
|
@@ -1115,6 +1157,14 @@ module DatadogAPIClient::V1
|
|
|
1115
1157
|
self.rum_units_sum = attributes[:'rum_units_sum']
|
|
1116
1158
|
end
|
|
1117
1159
|
|
|
1160
|
+
if attributes.key?(:'sca_fargate_count_avg')
|
|
1161
|
+
self.sca_fargate_count_avg = attributes[:'sca_fargate_count_avg']
|
|
1162
|
+
end
|
|
1163
|
+
|
|
1164
|
+
if attributes.key?(:'sca_fargate_count_hwm')
|
|
1165
|
+
self.sca_fargate_count_hwm = attributes[:'sca_fargate_count_hwm']
|
|
1166
|
+
end
|
|
1167
|
+
|
|
1118
1168
|
if attributes.key?(:'sds_apm_scanned_bytes_sum')
|
|
1119
1169
|
self.sds_apm_scanned_bytes_sum = attributes[:'sds_apm_scanned_bytes_sum']
|
|
1120
1170
|
end
|
|
@@ -1147,6 +1197,10 @@ module DatadogAPIClient::V1
|
|
|
1147
1197
|
self.serverless_apps_total_count_avg = attributes[:'serverless_apps_total_count_avg']
|
|
1148
1198
|
end
|
|
1149
1199
|
|
|
1200
|
+
if attributes.key?(:'siem_analyzed_logs_add_on_count_sum')
|
|
1201
|
+
self.siem_analyzed_logs_add_on_count_sum = attributes[:'siem_analyzed_logs_add_on_count_sum']
|
|
1202
|
+
end
|
|
1203
|
+
|
|
1150
1204
|
if attributes.key?(:'synthetics_browser_check_calls_count_sum')
|
|
1151
1205
|
self.synthetics_browser_check_calls_count_sum = attributes[:'synthetics_browser_check_calls_count_sum']
|
|
1152
1206
|
end
|
|
@@ -1255,6 +1309,9 @@ module DatadogAPIClient::V1
|
|
|
1255
1309
|
flex_logs_compute_medium_avg == o.flex_logs_compute_medium_avg &&
|
|
1256
1310
|
flex_logs_compute_small_avg == o.flex_logs_compute_small_avg &&
|
|
1257
1311
|
flex_logs_compute_xsmall_avg == o.flex_logs_compute_xsmall_avg &&
|
|
1312
|
+
flex_logs_starter_avg == o.flex_logs_starter_avg &&
|
|
1313
|
+
flex_logs_starter_storage_index_avg == o.flex_logs_starter_storage_index_avg &&
|
|
1314
|
+
flex_logs_starter_storage_retention_adjustment_avg == o.flex_logs_starter_storage_retention_adjustment_avg &&
|
|
1258
1315
|
flex_stored_logs_avg == o.flex_stored_logs_avg &&
|
|
1259
1316
|
forwarding_events_bytes_sum == o.forwarding_events_bytes_sum &&
|
|
1260
1317
|
gcp_host_top99p == o.gcp_host_top99p &&
|
|
@@ -1302,6 +1359,8 @@ module DatadogAPIClient::V1
|
|
|
1302
1359
|
rum_session_count_sum == o.rum_session_count_sum &&
|
|
1303
1360
|
rum_total_session_count_sum == o.rum_total_session_count_sum &&
|
|
1304
1361
|
rum_units_sum == o.rum_units_sum &&
|
|
1362
|
+
sca_fargate_count_avg == o.sca_fargate_count_avg &&
|
|
1363
|
+
sca_fargate_count_hwm == o.sca_fargate_count_hwm &&
|
|
1305
1364
|
sds_apm_scanned_bytes_sum == o.sds_apm_scanned_bytes_sum &&
|
|
1306
1365
|
sds_events_scanned_bytes_sum == o.sds_events_scanned_bytes_sum &&
|
|
1307
1366
|
sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
|
|
@@ -1310,6 +1369,7 @@ module DatadogAPIClient::V1
|
|
|
1310
1369
|
serverless_apps_azure_count_avg == o.serverless_apps_azure_count_avg &&
|
|
1311
1370
|
serverless_apps_google_count_avg == o.serverless_apps_google_count_avg &&
|
|
1312
1371
|
serverless_apps_total_count_avg == o.serverless_apps_total_count_avg &&
|
|
1372
|
+
siem_analyzed_logs_add_on_count_sum == o.siem_analyzed_logs_add_on_count_sum &&
|
|
1313
1373
|
synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
|
|
1314
1374
|
synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
|
|
1315
1375
|
synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
|
|
@@ -1326,7 +1386,7 @@ module DatadogAPIClient::V1
|
|
|
1326
1386
|
# @return [Integer] Hash code
|
|
1327
1387
|
# @!visibility private
|
|
1328
1388
|
def hash
|
|
1329
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1389
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1330
1390
|
end
|
|
1331
1391
|
end
|
|
1332
1392
|
end
|
|
@@ -21,6 +21,12 @@ module DatadogAPIClient::V1
|
|
|
21
21
|
class UsageSummaryDateOrg
|
|
22
22
|
include BaseGenericModel
|
|
23
23
|
|
|
24
|
+
# The account name.
|
|
25
|
+
attr_accessor :account_name
|
|
26
|
+
|
|
27
|
+
# The account public id.
|
|
28
|
+
attr_accessor :account_public_id
|
|
29
|
+
|
|
24
30
|
# Shows the 99th percentile of all agent hosts over all hours in the current date for the given org.
|
|
25
31
|
attr_accessor :agent_host_top99p
|
|
26
32
|
|
|
@@ -207,6 +213,15 @@ module DatadogAPIClient::V1
|
|
|
207
213
|
# Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
|
|
208
214
|
attr_accessor :flex_logs_compute_xsmall_avg
|
|
209
215
|
|
|
216
|
+
# Shows the average number of Flex Logs Starter Instances over all hours in the current date for the given org.
|
|
217
|
+
attr_accessor :flex_logs_starter_avg
|
|
218
|
+
|
|
219
|
+
# Shows the average number of Flex Logs Starter Storage Index Instances over all hours in the current date for the given org.
|
|
220
|
+
attr_accessor :flex_logs_starter_storage_index_avg
|
|
221
|
+
|
|
222
|
+
# Shows the average number of Flex Logs Starter Storage Retention Adjustment Instances over all hours in the current date for the given org.
|
|
223
|
+
attr_accessor :flex_logs_starter_storage_retention_adjustment_avg
|
|
224
|
+
|
|
210
225
|
# Shows the average of all Flex Stored Logs over all hours in the current date for the given org.
|
|
211
226
|
attr_accessor :flex_stored_logs_avg
|
|
212
227
|
|
|
@@ -357,6 +372,12 @@ module DatadogAPIClient::V1
|
|
|
357
372
|
# Shows the sum of all browser and mobile RUM units over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
|
|
358
373
|
attr_accessor :rum_units_sum
|
|
359
374
|
|
|
375
|
+
# Shows the average of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
|
|
376
|
+
attr_accessor :sca_fargate_count_avg
|
|
377
|
+
|
|
378
|
+
# Shows the sum of the high-water marks of all Software Composition Analysis Fargate tasks over all hours in the current date for the given org.
|
|
379
|
+
attr_accessor :sca_fargate_count_hwm
|
|
380
|
+
|
|
360
381
|
# Sum of all APM bytes scanned with sensitive data scanner over all hours in the current date for the given org.
|
|
361
382
|
attr_accessor :sds_apm_scanned_bytes_sum
|
|
362
383
|
|
|
@@ -381,6 +402,9 @@ module DatadogAPIClient::V1
|
|
|
381
402
|
# Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
382
403
|
attr_accessor :serverless_apps_total_count_avg
|
|
383
404
|
|
|
405
|
+
# Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
|
|
406
|
+
attr_accessor :siem_analyzed_logs_add_on_count_sum
|
|
407
|
+
|
|
384
408
|
# Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
|
|
385
409
|
attr_accessor :synthetics_browser_check_calls_count_sum
|
|
386
410
|
|
|
@@ -415,6 +439,8 @@ module DatadogAPIClient::V1
|
|
|
415
439
|
# @!visibility private
|
|
416
440
|
def self.attribute_map
|
|
417
441
|
{
|
|
442
|
+
:'account_name' => :'account_name',
|
|
443
|
+
:'account_public_id' => :'account_public_id',
|
|
418
444
|
:'agent_host_top99p' => :'agent_host_top99p',
|
|
419
445
|
:'apm_azure_app_service_host_top99p' => :'apm_azure_app_service_host_top99p',
|
|
420
446
|
:'apm_devsecops_host_top99p' => :'apm_devsecops_host_top99p',
|
|
@@ -477,6 +503,9 @@ module DatadogAPIClient::V1
|
|
|
477
503
|
:'flex_logs_compute_medium_avg' => :'flex_logs_compute_medium_avg',
|
|
478
504
|
:'flex_logs_compute_small_avg' => :'flex_logs_compute_small_avg',
|
|
479
505
|
:'flex_logs_compute_xsmall_avg' => :'flex_logs_compute_xsmall_avg',
|
|
506
|
+
:'flex_logs_starter_avg' => :'flex_logs_starter_avg',
|
|
507
|
+
:'flex_logs_starter_storage_index_avg' => :'flex_logs_starter_storage_index_avg',
|
|
508
|
+
:'flex_logs_starter_storage_retention_adjustment_avg' => :'flex_logs_starter_storage_retention_adjustment_avg',
|
|
480
509
|
:'flex_stored_logs_avg' => :'flex_stored_logs_avg',
|
|
481
510
|
:'forwarding_events_bytes_sum' => :'forwarding_events_bytes_sum',
|
|
482
511
|
:'gcp_host_top99p' => :'gcp_host_top99p',
|
|
@@ -527,6 +556,8 @@ module DatadogAPIClient::V1
|
|
|
527
556
|
:'rum_session_count_sum' => :'rum_session_count_sum',
|
|
528
557
|
:'rum_total_session_count_sum' => :'rum_total_session_count_sum',
|
|
529
558
|
:'rum_units_sum' => :'rum_units_sum',
|
|
559
|
+
:'sca_fargate_count_avg' => :'sca_fargate_count_avg',
|
|
560
|
+
:'sca_fargate_count_hwm' => :'sca_fargate_count_hwm',
|
|
530
561
|
:'sds_apm_scanned_bytes_sum' => :'sds_apm_scanned_bytes_sum',
|
|
531
562
|
:'sds_events_scanned_bytes_sum' => :'sds_events_scanned_bytes_sum',
|
|
532
563
|
:'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
|
|
@@ -535,6 +566,7 @@ module DatadogAPIClient::V1
|
|
|
535
566
|
:'serverless_apps_azure_count_avg' => :'serverless_apps_azure_count_avg',
|
|
536
567
|
:'serverless_apps_google_count_avg' => :'serverless_apps_google_count_avg',
|
|
537
568
|
:'serverless_apps_total_count_avg' => :'serverless_apps_total_count_avg',
|
|
569
|
+
:'siem_analyzed_logs_add_on_count_sum' => :'siem_analyzed_logs_add_on_count_sum',
|
|
538
570
|
:'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
|
|
539
571
|
:'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
|
|
540
572
|
:'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
|
|
@@ -552,6 +584,8 @@ module DatadogAPIClient::V1
|
|
|
552
584
|
# @!visibility private
|
|
553
585
|
def self.openapi_types
|
|
554
586
|
{
|
|
587
|
+
:'account_name' => :'String',
|
|
588
|
+
:'account_public_id' => :'String',
|
|
555
589
|
:'agent_host_top99p' => :'Integer',
|
|
556
590
|
:'apm_azure_app_service_host_top99p' => :'Integer',
|
|
557
591
|
:'apm_devsecops_host_top99p' => :'Integer',
|
|
@@ -614,6 +648,9 @@ module DatadogAPIClient::V1
|
|
|
614
648
|
:'flex_logs_compute_medium_avg' => :'Integer',
|
|
615
649
|
:'flex_logs_compute_small_avg' => :'Integer',
|
|
616
650
|
:'flex_logs_compute_xsmall_avg' => :'Integer',
|
|
651
|
+
:'flex_logs_starter_avg' => :'Integer',
|
|
652
|
+
:'flex_logs_starter_storage_index_avg' => :'Integer',
|
|
653
|
+
:'flex_logs_starter_storage_retention_adjustment_avg' => :'Integer',
|
|
617
654
|
:'flex_stored_logs_avg' => :'Integer',
|
|
618
655
|
:'forwarding_events_bytes_sum' => :'Integer',
|
|
619
656
|
:'gcp_host_top99p' => :'Integer',
|
|
@@ -664,6 +701,8 @@ module DatadogAPIClient::V1
|
|
|
664
701
|
:'rum_session_count_sum' => :'Integer',
|
|
665
702
|
:'rum_total_session_count_sum' => :'Integer',
|
|
666
703
|
:'rum_units_sum' => :'Integer',
|
|
704
|
+
:'sca_fargate_count_avg' => :'Integer',
|
|
705
|
+
:'sca_fargate_count_hwm' => :'Integer',
|
|
667
706
|
:'sds_apm_scanned_bytes_sum' => :'Integer',
|
|
668
707
|
:'sds_events_scanned_bytes_sum' => :'Integer',
|
|
669
708
|
:'sds_logs_scanned_bytes_sum' => :'Integer',
|
|
@@ -672,6 +711,7 @@ module DatadogAPIClient::V1
|
|
|
672
711
|
:'serverless_apps_azure_count_avg' => :'Integer',
|
|
673
712
|
:'serverless_apps_google_count_avg' => :'Integer',
|
|
674
713
|
:'serverless_apps_total_count_avg' => :'Integer',
|
|
714
|
+
:'siem_analyzed_logs_add_on_count_sum' => :'Integer',
|
|
675
715
|
:'synthetics_browser_check_calls_count_sum' => :'Integer',
|
|
676
716
|
:'synthetics_check_calls_count_sum' => :'Integer',
|
|
677
717
|
:'synthetics_mobile_test_runs_sum' => :'Integer',
|
|
@@ -701,6 +741,14 @@ module DatadogAPIClient::V1
|
|
|
701
741
|
h[k.to_sym] = v
|
|
702
742
|
}
|
|
703
743
|
|
|
744
|
+
if attributes.key?(:'account_name')
|
|
745
|
+
self.account_name = attributes[:'account_name']
|
|
746
|
+
end
|
|
747
|
+
|
|
748
|
+
if attributes.key?(:'account_public_id')
|
|
749
|
+
self.account_public_id = attributes[:'account_public_id']
|
|
750
|
+
end
|
|
751
|
+
|
|
704
752
|
if attributes.key?(:'agent_host_top99p')
|
|
705
753
|
self.agent_host_top99p = attributes[:'agent_host_top99p']
|
|
706
754
|
end
|
|
@@ -949,6 +997,18 @@ module DatadogAPIClient::V1
|
|
|
949
997
|
self.flex_logs_compute_xsmall_avg = attributes[:'flex_logs_compute_xsmall_avg']
|
|
950
998
|
end
|
|
951
999
|
|
|
1000
|
+
if attributes.key?(:'flex_logs_starter_avg')
|
|
1001
|
+
self.flex_logs_starter_avg = attributes[:'flex_logs_starter_avg']
|
|
1002
|
+
end
|
|
1003
|
+
|
|
1004
|
+
if attributes.key?(:'flex_logs_starter_storage_index_avg')
|
|
1005
|
+
self.flex_logs_starter_storage_index_avg = attributes[:'flex_logs_starter_storage_index_avg']
|
|
1006
|
+
end
|
|
1007
|
+
|
|
1008
|
+
if attributes.key?(:'flex_logs_starter_storage_retention_adjustment_avg')
|
|
1009
|
+
self.flex_logs_starter_storage_retention_adjustment_avg = attributes[:'flex_logs_starter_storage_retention_adjustment_avg']
|
|
1010
|
+
end
|
|
1011
|
+
|
|
952
1012
|
if attributes.key?(:'flex_stored_logs_avg')
|
|
953
1013
|
self.flex_stored_logs_avg = attributes[:'flex_stored_logs_avg']
|
|
954
1014
|
end
|
|
@@ -1149,6 +1209,14 @@ module DatadogAPIClient::V1
|
|
|
1149
1209
|
self.rum_units_sum = attributes[:'rum_units_sum']
|
|
1150
1210
|
end
|
|
1151
1211
|
|
|
1212
|
+
if attributes.key?(:'sca_fargate_count_avg')
|
|
1213
|
+
self.sca_fargate_count_avg = attributes[:'sca_fargate_count_avg']
|
|
1214
|
+
end
|
|
1215
|
+
|
|
1216
|
+
if attributes.key?(:'sca_fargate_count_hwm')
|
|
1217
|
+
self.sca_fargate_count_hwm = attributes[:'sca_fargate_count_hwm']
|
|
1218
|
+
end
|
|
1219
|
+
|
|
1152
1220
|
if attributes.key?(:'sds_apm_scanned_bytes_sum')
|
|
1153
1221
|
self.sds_apm_scanned_bytes_sum = attributes[:'sds_apm_scanned_bytes_sum']
|
|
1154
1222
|
end
|
|
@@ -1181,6 +1249,10 @@ module DatadogAPIClient::V1
|
|
|
1181
1249
|
self.serverless_apps_total_count_avg = attributes[:'serverless_apps_total_count_avg']
|
|
1182
1250
|
end
|
|
1183
1251
|
|
|
1252
|
+
if attributes.key?(:'siem_analyzed_logs_add_on_count_sum')
|
|
1253
|
+
self.siem_analyzed_logs_add_on_count_sum = attributes[:'siem_analyzed_logs_add_on_count_sum']
|
|
1254
|
+
end
|
|
1255
|
+
|
|
1184
1256
|
if attributes.key?(:'synthetics_browser_check_calls_count_sum')
|
|
1185
1257
|
self.synthetics_browser_check_calls_count_sum = attributes[:'synthetics_browser_check_calls_count_sum']
|
|
1186
1258
|
end
|
|
@@ -1228,6 +1300,8 @@ module DatadogAPIClient::V1
|
|
|
1228
1300
|
def ==(o)
|
|
1229
1301
|
return true if self.equal?(o)
|
|
1230
1302
|
self.class == o.class &&
|
|
1303
|
+
account_name == o.account_name &&
|
|
1304
|
+
account_public_id == o.account_public_id &&
|
|
1231
1305
|
agent_host_top99p == o.agent_host_top99p &&
|
|
1232
1306
|
apm_azure_app_service_host_top99p == o.apm_azure_app_service_host_top99p &&
|
|
1233
1307
|
apm_devsecops_host_top99p == o.apm_devsecops_host_top99p &&
|
|
@@ -1290,6 +1364,9 @@ module DatadogAPIClient::V1
|
|
|
1290
1364
|
flex_logs_compute_medium_avg == o.flex_logs_compute_medium_avg &&
|
|
1291
1365
|
flex_logs_compute_small_avg == o.flex_logs_compute_small_avg &&
|
|
1292
1366
|
flex_logs_compute_xsmall_avg == o.flex_logs_compute_xsmall_avg &&
|
|
1367
|
+
flex_logs_starter_avg == o.flex_logs_starter_avg &&
|
|
1368
|
+
flex_logs_starter_storage_index_avg == o.flex_logs_starter_storage_index_avg &&
|
|
1369
|
+
flex_logs_starter_storage_retention_adjustment_avg == o.flex_logs_starter_storage_retention_adjustment_avg &&
|
|
1293
1370
|
flex_stored_logs_avg == o.flex_stored_logs_avg &&
|
|
1294
1371
|
forwarding_events_bytes_sum == o.forwarding_events_bytes_sum &&
|
|
1295
1372
|
gcp_host_top99p == o.gcp_host_top99p &&
|
|
@@ -1340,6 +1417,8 @@ module DatadogAPIClient::V1
|
|
|
1340
1417
|
rum_session_count_sum == o.rum_session_count_sum &&
|
|
1341
1418
|
rum_total_session_count_sum == o.rum_total_session_count_sum &&
|
|
1342
1419
|
rum_units_sum == o.rum_units_sum &&
|
|
1420
|
+
sca_fargate_count_avg == o.sca_fargate_count_avg &&
|
|
1421
|
+
sca_fargate_count_hwm == o.sca_fargate_count_hwm &&
|
|
1343
1422
|
sds_apm_scanned_bytes_sum == o.sds_apm_scanned_bytes_sum &&
|
|
1344
1423
|
sds_events_scanned_bytes_sum == o.sds_events_scanned_bytes_sum &&
|
|
1345
1424
|
sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
|
|
@@ -1348,6 +1427,7 @@ module DatadogAPIClient::V1
|
|
|
1348
1427
|
serverless_apps_azure_count_avg == o.serverless_apps_azure_count_avg &&
|
|
1349
1428
|
serverless_apps_google_count_avg == o.serverless_apps_google_count_avg &&
|
|
1350
1429
|
serverless_apps_total_count_avg == o.serverless_apps_total_count_avg &&
|
|
1430
|
+
siem_analyzed_logs_add_on_count_sum == o.siem_analyzed_logs_add_on_count_sum &&
|
|
1351
1431
|
synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
|
|
1352
1432
|
synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
|
|
1353
1433
|
synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
|
|
@@ -1364,7 +1444,7 @@ module DatadogAPIClient::V1
|
|
|
1364
1444
|
# @return [Integer] Hash code
|
|
1365
1445
|
# @!visibility private
|
|
1366
1446
|
def hash
|
|
1367
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1447
|
+
[account_name, account_public_id, agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_historical_ts_avg, custom_live_ts_avg, custom_ts_avg, cws_container_count_avg, cws_host_top99p, dbm_host_top99p_sum, dbm_queries_avg_sum, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_logs_starter_avg, flex_logs_starter_storage_index_avg, flex_logs_starter_storage_retention_adjustment_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, id, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_agg_sum, iot_device_top99p_sum, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, name, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, profiling_aas_count_top99p, profiling_host_top99p, public_id, region, rum_browser_and_mobile_session_count, rum_browser_legacy_session_count_sum, rum_browser_lite_session_count_sum, rum_browser_replay_session_count_sum, rum_lite_session_count_sum, rum_mobile_legacy_session_count_android_sum, rum_mobile_legacy_session_count_flutter_sum, rum_mobile_legacy_session_count_ios_sum, rum_mobile_legacy_session_count_reactnative_sum, rum_mobile_legacy_session_count_roku_sum, rum_mobile_lite_session_count_android_sum, rum_mobile_lite_session_count_flutter_sum, rum_mobile_lite_session_count_ios_sum, rum_mobile_lite_session_count_reactnative_sum, rum_mobile_lite_session_count_roku_sum, rum_replay_session_count_sum, rum_session_count_sum, rum_total_session_count_sum, rum_units_sum, sca_fargate_count_avg, sca_fargate_count_hwm, sds_apm_scanned_bytes_sum, sds_events_scanned_bytes_sum, sds_logs_scanned_bytes_sum, sds_rum_scanned_bytes_sum, sds_total_scanned_bytes_sum, serverless_apps_azure_count_avg, serverless_apps_google_count_avg, serverless_apps_total_count_avg, siem_analyzed_logs_add_on_count_sum, synthetics_browser_check_calls_count_sum, synthetics_check_calls_count_sum, synthetics_mobile_test_runs_sum, synthetics_parallel_testing_max_slots_hwm, trace_search_indexed_events_count_sum, twol_ingested_events_bytes_sum, universal_service_monitoring_host_top99p, vsphere_host_top99p, vuln_management_host_count_top99p, workflow_executions_usage_sum].hash
|
|
1368
1448
|
end
|
|
1369
1449
|
end
|
|
1370
1450
|
end
|