datadog_api_client 2.15.0 → 2.16.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 +6 -6
- data/.generator/schemas/v1/openapi.yaml +643 -123
- data/.generator/schemas/v2/openapi.yaml +1815 -195
- data/.generator/src/generator/templates/api_client.j2 +19 -1
- data/.generator/src/generator/templates/model_base.j2 +1 -0
- data/CHANGELOG.md +30 -0
- data/examples/v1/dashboards/CreateDashboard_1754992756.rb +44 -0
- data/examples/v1/dashboards/CreateDashboard_2278756614.rb +91 -0
- data/examples/v1/monitors/CreateMonitor_1539578087.rb +36 -0
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_2932742688.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsBrowserTest_397420811.rb +1 -1
- data/examples/v1/usage-metering/GetUsageCIApp.rb +4 -1
- data/examples/v1/usage-metering/GetUsageCWS.rb +4 -1
- data/examples/v1/usage-metering/GetUsageCloudSecurityPostureManagement.rb +1 -1
- data/examples/v2/apm-retention-filters/CreateApmRetentionFilter.rb +20 -0
- data/examples/v2/apm-retention-filters/DeleteApmRetentionFilter.rb +8 -0
- data/examples/v2/apm-retention-filters/GetApmRetentionFilter.rb +8 -0
- data/examples/v2/apm-retention-filters/ListApmRetentionFilters.rb +5 -0
- data/examples/v2/apm-retention-filters/ReorderApmRetentionFilters.rb +18 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +24 -0
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent.rb +0 -3
- data/examples/v2/ci-visibility-pipelines/CreateCIAppPipelineEvent_129899466.rb +0 -8
- data/examples/v2/container-images/ListContainerImages.rb +8 -0
- data/examples/v2/container-images/ListContainerImages_3088586393.rb +11 -0
- data/examples/v2/container-images/ListContainerImages_3974828736.rb +11 -0
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +19 -0
- data/examples/v2/powerpack/CreatePowerpack.rb +47 -0
- data/examples/v2/powerpack/DeletePowerpack.rb +8 -0
- data/examples/v2/powerpack/GetPowerpack.rb +8 -0
- data/examples/v2/powerpack/ListPowerpacks.rb +8 -0
- data/examples/v2/powerpack/ListPowerpacks_1173755071.rb +8 -0
- data/examples/v2/powerpack/UpdatePowerpack.rb +50 -0
- data/examples/v2/rum/CreateRUMApplication.rb +1 -1
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey.rb +5 -7
- data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey.rb +7 -1
- data/examples/v2/service-accounts/GetServiceAccountApplicationKey.rb +7 -1
- data/examples/v2/service-accounts/ListServiceAccountApplicationKeys.rb +4 -1
- data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey.rb +11 -9
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +23 -12
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions_2621709423.rb +53 -0
- data/lib/datadog_api_client/api_client.rb +19 -1
- data/lib/datadog_api_client/configuration.rb +1 -1
- data/lib/datadog_api_client/inflector.rb +80 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -20
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
- data/lib/datadog_api_client/v1/api/webhooks_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/model_base.rb +1 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +6 -4
- data/lib/datadog_api_client/v1/models/ip_prefixes_global.rb +94 -0
- data/lib/datadog_api_client/v1/models/ip_ranges.rb +11 -1
- data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule.rb +82 -0
- data/lib/datadog_api_client/v1/models/monitor_options_custom_schedule_recurrence.rb +100 -0
- data/lib/datadog_api_client/v1/models/monitor_options_scheduling_options.rb +11 -1
- 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 +45 -5
- data/lib/datadog_api_client/v1/models/powerpack_template_variable_contents.rb +131 -0
- data/lib/datadog_api_client/v1/models/powerpack_template_variables.rb +94 -0
- data/lib/datadog_api_client/v1/models/powerpack_widget_definition.rb +169 -0
- data/lib/datadog_api_client/v1/models/powerpack_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/split_config.rb +181 -0
- data/lib/datadog_api_client/v1/models/split_config_sort_compute.rb +119 -0
- data/lib/datadog_api_client/v1/models/split_dimension.rb +98 -0
- data/lib/datadog_api_client/v1/models/split_graph_source_widget_definition.rb +70 -0
- data/lib/datadog_api_client/v1/models/split_graph_viz_size.rb +29 -0
- data/lib/datadog_api_client/v1/models/split_graph_widget_definition.rb +191 -0
- data/lib/datadog_api_client/v1/models/split_graph_widget_definition_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/split_sort.rb +108 -0
- data/lib/datadog_api_client/v1/models/split_vector_entry_item.rb +125 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +4 -4
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_hour.rb +8 -8
- data/lib/datadog_api_client/v1/models/usage_cloud_security_posture_management_response.rb +2 -2
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +148 -8
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +148 -8
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +148 -8
- data/lib/datadog_api_client/v1/models/widget_definition.rb +8 -6
- data/lib/datadog_api_client/v2/api/apm_retention_filters_api.rb +423 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +4 -10
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +3 -3
- data/lib/datadog_api_client/v2/api/container_images_api.rb +129 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/powerpack_api.rb +383 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/model_base.rb +1 -0
- data/lib/datadog_api_client/v2/models/apm_retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image.rb +100 -0
- data/lib/datadog_api_client/v2/models/container_image_attributes.rb +261 -0
- data/lib/datadog_api_client/v2/models/container_image_flavor.rb +120 -0
- data/lib/datadog_api_client/v2/models/container_image_group.rb +110 -0
- data/lib/datadog_api_client/v2/models/container_image_group_attributes.rb +100 -0
- data/lib/datadog_api_client/v2/models/container_image_group_images_relationships_link.rb +92 -0
- data/lib/datadog_api_client/v2/models/container_image_group_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_group_relationships_links.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_group_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_item.rb +63 -0
- data/lib/datadog_api_client/v2/models/container_image_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/container_image_meta_page.rb +160 -0
- data/lib/datadog_api_client/v2/models/container_image_meta_page_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/container_image_vulnerabilities.rb +140 -0
- data/lib/datadog_api_client/v2/models/container_images_response.rb +102 -0
- data/lib/datadog_api_client/v2/models/container_images_response_links.rb +130 -0
- data/lib/datadog_api_client/v2/models/data_scalar_column.rb +2 -2
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/group_scalar_column.rb +2 -2
- data/lib/datadog_api_client/v2/models/list_powerpacks_response.rb +114 -0
- data/lib/datadog_api_client/v2/models/powerpack.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpack_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/powerpack_data.rb +110 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget.rb +108 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget_definition.rb +162 -0
- data/lib/datadog_api_client/v2/models/powerpack_group_widget_layout.rb +177 -0
- data/lib/datadog_api_client/v2/models/powerpack_inner_widget_layout.rb +177 -0
- data/lib/datadog_api_client/v2/models/powerpack_inner_widgets.rb +108 -0
- data/lib/datadog_api_client/v2/models/powerpack_relationships.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpack_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/powerpack_response_links.rb +129 -0
- data/lib/datadog_api_client/v2/models/powerpack_template_variable.rb +110 -0
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/powerpacks_response_meta_pagination.rb +150 -0
- data/lib/datadog_api_client/v2/models/reorder_retention_filters_request.rb +100 -0
- data/lib/datadog_api_client/v2/models/restriction_policy_binding.rb +1 -1
- data/lib/datadog_api_client/v2/models/retention_filter.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/retention_filter_all_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/retention_filter_attributes.rb +181 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/retention_filter_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/retention_filter_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +140 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/retention_filter_without_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/retention_filters_response.rb +100 -0
- data/lib/datadog_api_client/v2/models/scalar_column_type_group.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_column_type_number.rb +26 -0
- data/lib/datadog_api_client/v2/models/scalar_meta.rb +8 -0
- data/lib/datadog_api_client/v2/models/service_definition_schema.rb +2 -1
- data/lib/datadog_api_client/v2/models/service_definition_schema_versions.rb +1 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +247 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_contact.rb +129 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_integrations.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_link.rb +150 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie.rb +108 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_opsgenie_region.rb +27 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_pagerduty.rb +80 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_type.rb +32 -0
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2_version.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_definitions_create_request.rb +1 -0
- data/lib/datadog_api_client/v2/models/spans_filter.rb +80 -0
- data/lib/datadog_api_client/v2/models/spans_filter_create.rb +98 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/run-tests.sh +6 -5
- metadata +102 -9
- data/examples/v1/usage-metering/GetUsageCIApp_1064440884.rb +0 -8
- data/examples/v1/usage-metering/GetUsageCWS_736958514.rb +0 -8
- data/examples/v2/service-accounts/CreateServiceAccountApplicationKey_1761876297.rb +0 -17
- data/examples/v2/service-accounts/DeleteServiceAccountApplicationKey_992091161.rb +0 -11
- data/examples/v2/service-accounts/GetServiceAccountApplicationKey_819075131.rb +0 -11
- data/examples/v2/service-accounts/ListServiceAccountApplicationKeys_1268914341.rb +0 -8
- data/examples/v2/service-accounts/UpdateServiceAccountApplicationKey_768415790.rb +0 -22
|
@@ -102,25 +102,55 @@ module DatadogAPIClient::V1
|
|
|
102
102
|
# Shows the high-water mark of all distinct containers over all hours in the current date for the given org.
|
|
103
103
|
attr_accessor :container_hwm
|
|
104
104
|
|
|
105
|
-
# Shows the
|
|
105
|
+
# Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current date for the given org.
|
|
106
|
+
attr_accessor :csm_container_enterprise_compliance_count_sum
|
|
107
|
+
|
|
108
|
+
# Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current date for the given org.
|
|
109
|
+
attr_accessor :csm_container_enterprise_cws_count_sum
|
|
110
|
+
|
|
111
|
+
# Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current date for the given org.
|
|
112
|
+
attr_accessor :csm_container_enterprise_total_count_sum
|
|
113
|
+
|
|
114
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current date for the given org.
|
|
115
|
+
attr_accessor :csm_host_enterprise_aas_host_count_top99p
|
|
116
|
+
|
|
117
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current date for the given org.
|
|
118
|
+
attr_accessor :csm_host_enterprise_aws_host_count_top99p
|
|
119
|
+
|
|
120
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current date for the given org.
|
|
121
|
+
attr_accessor :csm_host_enterprise_azure_host_count_top99p
|
|
122
|
+
|
|
123
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current date for the given org.
|
|
124
|
+
attr_accessor :csm_host_enterprise_compliance_host_count_top99p
|
|
125
|
+
|
|
126
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current date for the given org.
|
|
127
|
+
attr_accessor :csm_host_enterprise_cws_host_count_top99p
|
|
128
|
+
|
|
129
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current date for the given org.
|
|
130
|
+
attr_accessor :csm_host_enterprise_gcp_host_count_top99p
|
|
131
|
+
|
|
132
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
|
|
133
|
+
attr_accessor :csm_host_enterprise_total_host_count_top99p
|
|
134
|
+
|
|
135
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current date for the given org.
|
|
106
136
|
attr_accessor :cspm_aas_host_top99p
|
|
107
137
|
|
|
108
|
-
# Shows the 99th percentile of all Cloud Security
|
|
138
|
+
# Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current date for the given org.
|
|
109
139
|
attr_accessor :cspm_aws_host_top99p
|
|
110
140
|
|
|
111
|
-
# Shows the 99th percentile of all Cloud Security
|
|
141
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current date for the given org.
|
|
112
142
|
attr_accessor :cspm_azure_host_top99p
|
|
113
143
|
|
|
114
|
-
# Shows the average number of Cloud Security
|
|
144
|
+
# Shows the average number of Cloud Security Management Pro containers over all hours in the current date for the given org.
|
|
115
145
|
attr_accessor :cspm_container_avg
|
|
116
146
|
|
|
117
|
-
# Shows the high-water mark of Cloud Security
|
|
147
|
+
# Shows the high-water mark of Cloud Security Management Pro containers over all hours in the current date for the given org.
|
|
118
148
|
attr_accessor :cspm_container_hwm
|
|
119
149
|
|
|
120
|
-
# Shows the 99th percentile of all Cloud Security
|
|
150
|
+
# Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current date for the given org.
|
|
121
151
|
attr_accessor :cspm_gcp_host_top99p
|
|
122
152
|
|
|
123
|
-
# Shows the 99th percentile of all Cloud Security
|
|
153
|
+
# Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
|
|
124
154
|
attr_accessor :cspm_host_top99p
|
|
125
155
|
|
|
126
156
|
# Shows the average number of distinct custom metrics over all hours in the current date for the given org.
|
|
@@ -201,6 +231,9 @@ module DatadogAPIClient::V1
|
|
|
201
231
|
# The organization name.
|
|
202
232
|
attr_accessor :name
|
|
203
233
|
|
|
234
|
+
# Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current date for the given org.
|
|
235
|
+
attr_accessor :ndm_netflow_events_sum
|
|
236
|
+
|
|
204
237
|
# Shows the sum of all Network flows indexed over all hours in the current date for the given org.
|
|
205
238
|
attr_accessor :netflow_indexed_events_count_sum
|
|
206
239
|
|
|
@@ -258,6 +291,15 @@ module DatadogAPIClient::V1
|
|
|
258
291
|
# Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for the given org.
|
|
259
292
|
attr_accessor :sds_total_scanned_bytes_sum
|
|
260
293
|
|
|
294
|
+
# Shows the average of the number of Serverless Apps for Azure for the given date and given org.
|
|
295
|
+
attr_accessor :serverless_apps_azure_count_avg
|
|
296
|
+
|
|
297
|
+
# Shows the average of the number of Serverless Apps for Google Cloud for the given date and given org.
|
|
298
|
+
attr_accessor :serverless_apps_google_count_avg
|
|
299
|
+
|
|
300
|
+
# Shows the average of the number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
301
|
+
attr_accessor :serverless_apps_total_count_avg
|
|
302
|
+
|
|
261
303
|
# Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
|
|
262
304
|
attr_accessor :synthetics_browser_check_calls_count_sum
|
|
263
305
|
|
|
@@ -319,6 +361,16 @@ module DatadogAPIClient::V1
|
|
|
319
361
|
:'container_avg' => :'container_avg',
|
|
320
362
|
:'container_excl_agent_avg' => :'container_excl_agent_avg',
|
|
321
363
|
:'container_hwm' => :'container_hwm',
|
|
364
|
+
:'csm_container_enterprise_compliance_count_sum' => :'csm_container_enterprise_compliance_count_sum',
|
|
365
|
+
:'csm_container_enterprise_cws_count_sum' => :'csm_container_enterprise_cws_count_sum',
|
|
366
|
+
:'csm_container_enterprise_total_count_sum' => :'csm_container_enterprise_total_count_sum',
|
|
367
|
+
:'csm_host_enterprise_aas_host_count_top99p' => :'csm_host_enterprise_aas_host_count_top99p',
|
|
368
|
+
:'csm_host_enterprise_aws_host_count_top99p' => :'csm_host_enterprise_aws_host_count_top99p',
|
|
369
|
+
:'csm_host_enterprise_azure_host_count_top99p' => :'csm_host_enterprise_azure_host_count_top99p',
|
|
370
|
+
:'csm_host_enterprise_compliance_host_count_top99p' => :'csm_host_enterprise_compliance_host_count_top99p',
|
|
371
|
+
:'csm_host_enterprise_cws_host_count_top99p' => :'csm_host_enterprise_cws_host_count_top99p',
|
|
372
|
+
:'csm_host_enterprise_gcp_host_count_top99p' => :'csm_host_enterprise_gcp_host_count_top99p',
|
|
373
|
+
:'csm_host_enterprise_total_host_count_top99p' => :'csm_host_enterprise_total_host_count_top99p',
|
|
322
374
|
:'cspm_aas_host_top99p' => :'cspm_aas_host_top99p',
|
|
323
375
|
:'cspm_aws_host_top99p' => :'cspm_aws_host_top99p',
|
|
324
376
|
:'cspm_azure_host_top99p' => :'cspm_azure_host_top99p',
|
|
@@ -352,6 +404,7 @@ module DatadogAPIClient::V1
|
|
|
352
404
|
:'mobile_rum_session_count_sum' => :'mobile_rum_session_count_sum',
|
|
353
405
|
:'mobile_rum_units_sum' => :'mobile_rum_units_sum',
|
|
354
406
|
:'name' => :'name',
|
|
407
|
+
:'ndm_netflow_events_sum' => :'ndm_netflow_events_sum',
|
|
355
408
|
:'netflow_indexed_events_count_sum' => :'netflow_indexed_events_count_sum',
|
|
356
409
|
:'npm_host_top99p' => :'npm_host_top99p',
|
|
357
410
|
:'observability_pipelines_bytes_processed_sum' => :'observability_pipelines_bytes_processed_sum',
|
|
@@ -371,6 +424,9 @@ module DatadogAPIClient::V1
|
|
|
371
424
|
:'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
|
|
372
425
|
:'sds_rum_scanned_bytes_sum' => :'sds_rum_scanned_bytes_sum',
|
|
373
426
|
:'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
|
|
427
|
+
:'serverless_apps_azure_count_avg' => :'serverless_apps_azure_count_avg',
|
|
428
|
+
:'serverless_apps_google_count_avg' => :'serverless_apps_google_count_avg',
|
|
429
|
+
:'serverless_apps_total_count_avg' => :'serverless_apps_total_count_avg',
|
|
374
430
|
:'synthetics_browser_check_calls_count_sum' => :'synthetics_browser_check_calls_count_sum',
|
|
375
431
|
:'synthetics_check_calls_count_sum' => :'synthetics_check_calls_count_sum',
|
|
376
432
|
:'synthetics_mobile_test_runs_sum' => :'synthetics_mobile_test_runs_sum',
|
|
@@ -415,6 +471,16 @@ module DatadogAPIClient::V1
|
|
|
415
471
|
:'container_avg' => :'Integer',
|
|
416
472
|
:'container_excl_agent_avg' => :'Integer',
|
|
417
473
|
:'container_hwm' => :'Integer',
|
|
474
|
+
:'csm_container_enterprise_compliance_count_sum' => :'Integer',
|
|
475
|
+
:'csm_container_enterprise_cws_count_sum' => :'Integer',
|
|
476
|
+
:'csm_container_enterprise_total_count_sum' => :'Integer',
|
|
477
|
+
:'csm_host_enterprise_aas_host_count_top99p' => :'Integer',
|
|
478
|
+
:'csm_host_enterprise_aws_host_count_top99p' => :'Integer',
|
|
479
|
+
:'csm_host_enterprise_azure_host_count_top99p' => :'Integer',
|
|
480
|
+
:'csm_host_enterprise_compliance_host_count_top99p' => :'Integer',
|
|
481
|
+
:'csm_host_enterprise_cws_host_count_top99p' => :'Integer',
|
|
482
|
+
:'csm_host_enterprise_gcp_host_count_top99p' => :'Integer',
|
|
483
|
+
:'csm_host_enterprise_total_host_count_top99p' => :'Integer',
|
|
418
484
|
:'cspm_aas_host_top99p' => :'Integer',
|
|
419
485
|
:'cspm_aws_host_top99p' => :'Integer',
|
|
420
486
|
:'cspm_azure_host_top99p' => :'Integer',
|
|
@@ -448,6 +514,7 @@ module DatadogAPIClient::V1
|
|
|
448
514
|
:'mobile_rum_session_count_sum' => :'Integer',
|
|
449
515
|
:'mobile_rum_units_sum' => :'Integer',
|
|
450
516
|
:'name' => :'String',
|
|
517
|
+
:'ndm_netflow_events_sum' => :'Integer',
|
|
451
518
|
:'netflow_indexed_events_count_sum' => :'Integer',
|
|
452
519
|
:'npm_host_top99p' => :'Integer',
|
|
453
520
|
:'observability_pipelines_bytes_processed_sum' => :'Integer',
|
|
@@ -467,6 +534,9 @@ module DatadogAPIClient::V1
|
|
|
467
534
|
:'sds_logs_scanned_bytes_sum' => :'Integer',
|
|
468
535
|
:'sds_rum_scanned_bytes_sum' => :'Integer',
|
|
469
536
|
:'sds_total_scanned_bytes_sum' => :'Integer',
|
|
537
|
+
:'serverless_apps_azure_count_avg' => :'Integer',
|
|
538
|
+
:'serverless_apps_google_count_avg' => :'Integer',
|
|
539
|
+
:'serverless_apps_total_count_avg' => :'Integer',
|
|
470
540
|
:'synthetics_browser_check_calls_count_sum' => :'Integer',
|
|
471
541
|
:'synthetics_check_calls_count_sum' => :'Integer',
|
|
472
542
|
:'synthetics_mobile_test_runs_sum' => :'Integer',
|
|
@@ -604,6 +674,46 @@ module DatadogAPIClient::V1
|
|
|
604
674
|
self.container_hwm = attributes[:'container_hwm']
|
|
605
675
|
end
|
|
606
676
|
|
|
677
|
+
if attributes.key?(:'csm_container_enterprise_compliance_count_sum')
|
|
678
|
+
self.csm_container_enterprise_compliance_count_sum = attributes[:'csm_container_enterprise_compliance_count_sum']
|
|
679
|
+
end
|
|
680
|
+
|
|
681
|
+
if attributes.key?(:'csm_container_enterprise_cws_count_sum')
|
|
682
|
+
self.csm_container_enterprise_cws_count_sum = attributes[:'csm_container_enterprise_cws_count_sum']
|
|
683
|
+
end
|
|
684
|
+
|
|
685
|
+
if attributes.key?(:'csm_container_enterprise_total_count_sum')
|
|
686
|
+
self.csm_container_enterprise_total_count_sum = attributes[:'csm_container_enterprise_total_count_sum']
|
|
687
|
+
end
|
|
688
|
+
|
|
689
|
+
if attributes.key?(:'csm_host_enterprise_aas_host_count_top99p')
|
|
690
|
+
self.csm_host_enterprise_aas_host_count_top99p = attributes[:'csm_host_enterprise_aas_host_count_top99p']
|
|
691
|
+
end
|
|
692
|
+
|
|
693
|
+
if attributes.key?(:'csm_host_enterprise_aws_host_count_top99p')
|
|
694
|
+
self.csm_host_enterprise_aws_host_count_top99p = attributes[:'csm_host_enterprise_aws_host_count_top99p']
|
|
695
|
+
end
|
|
696
|
+
|
|
697
|
+
if attributes.key?(:'csm_host_enterprise_azure_host_count_top99p')
|
|
698
|
+
self.csm_host_enterprise_azure_host_count_top99p = attributes[:'csm_host_enterprise_azure_host_count_top99p']
|
|
699
|
+
end
|
|
700
|
+
|
|
701
|
+
if attributes.key?(:'csm_host_enterprise_compliance_host_count_top99p')
|
|
702
|
+
self.csm_host_enterprise_compliance_host_count_top99p = attributes[:'csm_host_enterprise_compliance_host_count_top99p']
|
|
703
|
+
end
|
|
704
|
+
|
|
705
|
+
if attributes.key?(:'csm_host_enterprise_cws_host_count_top99p')
|
|
706
|
+
self.csm_host_enterprise_cws_host_count_top99p = attributes[:'csm_host_enterprise_cws_host_count_top99p']
|
|
707
|
+
end
|
|
708
|
+
|
|
709
|
+
if attributes.key?(:'csm_host_enterprise_gcp_host_count_top99p')
|
|
710
|
+
self.csm_host_enterprise_gcp_host_count_top99p = attributes[:'csm_host_enterprise_gcp_host_count_top99p']
|
|
711
|
+
end
|
|
712
|
+
|
|
713
|
+
if attributes.key?(:'csm_host_enterprise_total_host_count_top99p')
|
|
714
|
+
self.csm_host_enterprise_total_host_count_top99p = attributes[:'csm_host_enterprise_total_host_count_top99p']
|
|
715
|
+
end
|
|
716
|
+
|
|
607
717
|
if attributes.key?(:'cspm_aas_host_top99p')
|
|
608
718
|
self.cspm_aas_host_top99p = attributes[:'cspm_aas_host_top99p']
|
|
609
719
|
end
|
|
@@ -736,6 +846,10 @@ module DatadogAPIClient::V1
|
|
|
736
846
|
self.name = attributes[:'name']
|
|
737
847
|
end
|
|
738
848
|
|
|
849
|
+
if attributes.key?(:'ndm_netflow_events_sum')
|
|
850
|
+
self.ndm_netflow_events_sum = attributes[:'ndm_netflow_events_sum']
|
|
851
|
+
end
|
|
852
|
+
|
|
739
853
|
if attributes.key?(:'netflow_indexed_events_count_sum')
|
|
740
854
|
self.netflow_indexed_events_count_sum = attributes[:'netflow_indexed_events_count_sum']
|
|
741
855
|
end
|
|
@@ -812,6 +926,18 @@ module DatadogAPIClient::V1
|
|
|
812
926
|
self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
|
|
813
927
|
end
|
|
814
928
|
|
|
929
|
+
if attributes.key?(:'serverless_apps_azure_count_avg')
|
|
930
|
+
self.serverless_apps_azure_count_avg = attributes[:'serverless_apps_azure_count_avg']
|
|
931
|
+
end
|
|
932
|
+
|
|
933
|
+
if attributes.key?(:'serverless_apps_google_count_avg')
|
|
934
|
+
self.serverless_apps_google_count_avg = attributes[:'serverless_apps_google_count_avg']
|
|
935
|
+
end
|
|
936
|
+
|
|
937
|
+
if attributes.key?(:'serverless_apps_total_count_avg')
|
|
938
|
+
self.serverless_apps_total_count_avg = attributes[:'serverless_apps_total_count_avg']
|
|
939
|
+
end
|
|
940
|
+
|
|
815
941
|
if attributes.key?(:'synthetics_browser_check_calls_count_sum')
|
|
816
942
|
self.synthetics_browser_check_calls_count_sum = attributes[:'synthetics_browser_check_calls_count_sum']
|
|
817
943
|
end
|
|
@@ -886,6 +1012,16 @@ module DatadogAPIClient::V1
|
|
|
886
1012
|
container_avg == o.container_avg &&
|
|
887
1013
|
container_excl_agent_avg == o.container_excl_agent_avg &&
|
|
888
1014
|
container_hwm == o.container_hwm &&
|
|
1015
|
+
csm_container_enterprise_compliance_count_sum == o.csm_container_enterprise_compliance_count_sum &&
|
|
1016
|
+
csm_container_enterprise_cws_count_sum == o.csm_container_enterprise_cws_count_sum &&
|
|
1017
|
+
csm_container_enterprise_total_count_sum == o.csm_container_enterprise_total_count_sum &&
|
|
1018
|
+
csm_host_enterprise_aas_host_count_top99p == o.csm_host_enterprise_aas_host_count_top99p &&
|
|
1019
|
+
csm_host_enterprise_aws_host_count_top99p == o.csm_host_enterprise_aws_host_count_top99p &&
|
|
1020
|
+
csm_host_enterprise_azure_host_count_top99p == o.csm_host_enterprise_azure_host_count_top99p &&
|
|
1021
|
+
csm_host_enterprise_compliance_host_count_top99p == o.csm_host_enterprise_compliance_host_count_top99p &&
|
|
1022
|
+
csm_host_enterprise_cws_host_count_top99p == o.csm_host_enterprise_cws_host_count_top99p &&
|
|
1023
|
+
csm_host_enterprise_gcp_host_count_top99p == o.csm_host_enterprise_gcp_host_count_top99p &&
|
|
1024
|
+
csm_host_enterprise_total_host_count_top99p == o.csm_host_enterprise_total_host_count_top99p &&
|
|
889
1025
|
cspm_aas_host_top99p == o.cspm_aas_host_top99p &&
|
|
890
1026
|
cspm_aws_host_top99p == o.cspm_aws_host_top99p &&
|
|
891
1027
|
cspm_azure_host_top99p == o.cspm_azure_host_top99p &&
|
|
@@ -919,6 +1055,7 @@ module DatadogAPIClient::V1
|
|
|
919
1055
|
mobile_rum_session_count_sum == o.mobile_rum_session_count_sum &&
|
|
920
1056
|
mobile_rum_units_sum == o.mobile_rum_units_sum &&
|
|
921
1057
|
name == o.name &&
|
|
1058
|
+
ndm_netflow_events_sum == o.ndm_netflow_events_sum &&
|
|
922
1059
|
netflow_indexed_events_count_sum == o.netflow_indexed_events_count_sum &&
|
|
923
1060
|
npm_host_top99p == o.npm_host_top99p &&
|
|
924
1061
|
observability_pipelines_bytes_processed_sum == o.observability_pipelines_bytes_processed_sum &&
|
|
@@ -938,6 +1075,9 @@ module DatadogAPIClient::V1
|
|
|
938
1075
|
sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
|
|
939
1076
|
sds_rum_scanned_bytes_sum == o.sds_rum_scanned_bytes_sum &&
|
|
940
1077
|
sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
|
|
1078
|
+
serverless_apps_azure_count_avg == o.serverless_apps_azure_count_avg &&
|
|
1079
|
+
serverless_apps_google_count_avg == o.serverless_apps_google_count_avg &&
|
|
1080
|
+
serverless_apps_total_count_avg == o.serverless_apps_total_count_avg &&
|
|
941
1081
|
synthetics_browser_check_calls_count_sum == o.synthetics_browser_check_calls_count_sum &&
|
|
942
1082
|
synthetics_check_calls_count_sum == o.synthetics_check_calls_count_sum &&
|
|
943
1083
|
synthetics_mobile_test_runs_sum == o.synthetics_mobile_test_runs_sum &&
|
|
@@ -954,7 +1094,7 @@ module DatadogAPIClient::V1
|
|
|
954
1094
|
# @return [Integer] Hash code
|
|
955
1095
|
# @!visibility private
|
|
956
1096
|
def hash
|
|
957
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_host_count_avg, container_avg, container_excl_agent_avg, container_hwm, 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, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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, 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_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, 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
|
|
1097
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, 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_host_count_avg, 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, dbm_host_top99p_sum, dbm_queries_avg_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, 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_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
|
|
958
1098
|
end
|
|
959
1099
|
end
|
|
960
1100
|
end
|
|
@@ -105,25 +105,55 @@ module DatadogAPIClient::V1
|
|
|
105
105
|
# Shows the sum of the high-water marks of all distinct containers over all hours in the current months for all organizations.
|
|
106
106
|
attr_accessor :container_hwm_sum
|
|
107
107
|
|
|
108
|
-
# Shows the
|
|
108
|
+
# Shows the sum of all Cloud Security Management Enterprise compliance containers over all hours in the current months for all organizations.
|
|
109
|
+
attr_accessor :csm_container_enterprise_compliance_count_agg_sum
|
|
110
|
+
|
|
111
|
+
# Shows the sum of all Cloud Security Management Enterprise Cloud Workload Security containers over all hours in the current months for all organizations.
|
|
112
|
+
attr_accessor :csm_container_enterprise_cws_count_agg_sum
|
|
113
|
+
|
|
114
|
+
# Shows the sum of all Cloud Security Management Enterprise containers over all hours in the current months for all organizations.
|
|
115
|
+
attr_accessor :csm_container_enterprise_total_count_agg_sum
|
|
116
|
+
|
|
117
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure app services hosts over all hours in the current months for all organizations.
|
|
118
|
+
attr_accessor :csm_host_enterprise_aas_host_count_top99p_sum
|
|
119
|
+
|
|
120
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise AWS hosts over all hours in the current months for all organizations.
|
|
121
|
+
attr_accessor :csm_host_enterprise_aws_host_count_top99p_sum
|
|
122
|
+
|
|
123
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Azure hosts over all hours in the current months for all organizations.
|
|
124
|
+
attr_accessor :csm_host_enterprise_azure_host_count_top99p_sum
|
|
125
|
+
|
|
126
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise compliance hosts over all hours in the current months for all organizations.
|
|
127
|
+
attr_accessor :csm_host_enterprise_compliance_host_count_top99p_sum
|
|
128
|
+
|
|
129
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise Cloud Workload Security hosts over all hours in the current months for all organizations.
|
|
130
|
+
attr_accessor :csm_host_enterprise_cws_host_count_top99p_sum
|
|
131
|
+
|
|
132
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise GCP hosts over all hours in the current months for all organizations.
|
|
133
|
+
attr_accessor :csm_host_enterprise_gcp_host_count_top99p_sum
|
|
134
|
+
|
|
135
|
+
# Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current months for all organizations.
|
|
136
|
+
attr_accessor :csm_host_enterprise_total_host_count_top99p_sum
|
|
137
|
+
|
|
138
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure app services hosts over all hours in the current months for all organizations.
|
|
109
139
|
attr_accessor :cspm_aas_host_top99p_sum
|
|
110
140
|
|
|
111
|
-
# Shows the 99th percentile of all Cloud Security
|
|
141
|
+
# Shows the 99th percentile of all Cloud Security Management Pro AWS hosts over all hours in the current months for all organizations.
|
|
112
142
|
attr_accessor :cspm_aws_host_top99p_sum
|
|
113
143
|
|
|
114
|
-
# Shows the 99th percentile of all Cloud Security
|
|
144
|
+
# Shows the 99th percentile of all Cloud Security Management Pro Azure hosts over all hours in the current months for all organizations.
|
|
115
145
|
attr_accessor :cspm_azure_host_top99p_sum
|
|
116
146
|
|
|
117
|
-
# Shows the average number of Cloud Security
|
|
147
|
+
# Shows the average number of Cloud Security Management Pro containers over all hours in the current months for all organizations.
|
|
118
148
|
attr_accessor :cspm_container_avg_sum
|
|
119
149
|
|
|
120
|
-
# Shows the sum of the the high-water marks of Cloud Security
|
|
150
|
+
# Shows the sum of the the high-water marks of Cloud Security Management Pro containers over all hours in the current months for all organizations.
|
|
121
151
|
attr_accessor :cspm_container_hwm_sum
|
|
122
152
|
|
|
123
|
-
# Shows the 99th percentile of all Cloud Security
|
|
153
|
+
# Shows the 99th percentile of all Cloud Security Management Pro GCP hosts over all hours in the current months for all organizations.
|
|
124
154
|
attr_accessor :cspm_gcp_host_top99p_sum
|
|
125
155
|
|
|
126
|
-
# Shows the 99th percentile of all Cloud Security
|
|
156
|
+
# Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current months for all organizations.
|
|
127
157
|
attr_accessor :cspm_host_top99p_sum
|
|
128
158
|
|
|
129
159
|
# Shows the average number of distinct custom metrics over all hours in the current months for all organizations.
|
|
@@ -213,6 +243,9 @@ module DatadogAPIClient::V1
|
|
|
213
243
|
# Shows the sum of all mobile RUM units over all hours in the current months for all organizations.
|
|
214
244
|
attr_accessor :mobile_rum_units_agg_sum
|
|
215
245
|
|
|
246
|
+
# Shows the sum of all Network Device Monitoring NetFlow events over all hours in the current months for all organizations.
|
|
247
|
+
attr_accessor :ndm_netflow_events_agg_sum
|
|
248
|
+
|
|
216
249
|
# Shows the sum of all Network flows indexed over all hours in the current months for all organizations.
|
|
217
250
|
attr_accessor :netflow_indexed_events_count_agg_sum
|
|
218
251
|
|
|
@@ -273,6 +306,15 @@ module DatadogAPIClient::V1
|
|
|
273
306
|
# Shows the sum of all bytes scanned across all usage types by the Sensitive Data Scanner over all hours in the current month for all organizations.
|
|
274
307
|
attr_accessor :sds_total_scanned_bytes_sum
|
|
275
308
|
|
|
309
|
+
# Sum of the average number of Serverless Apps for Azure in the current months for all organizations.
|
|
310
|
+
attr_accessor :serverless_apps_azure_count_avg_sum
|
|
311
|
+
|
|
312
|
+
# Sum of the average number of Serverless Apps for Google Cloud in the current months for all organizations.
|
|
313
|
+
attr_accessor :serverless_apps_google_count_avg_sum
|
|
314
|
+
|
|
315
|
+
# Sum of the average number of Serverless Apps for Azure and Google Cloud in the current months for all organizations.
|
|
316
|
+
attr_accessor :serverless_apps_total_count_avg_sum
|
|
317
|
+
|
|
276
318
|
# Shows the first date of usage in the current months for all organizations.
|
|
277
319
|
attr_accessor :start_date
|
|
278
320
|
|
|
@@ -341,6 +383,16 @@ module DatadogAPIClient::V1
|
|
|
341
383
|
:'container_avg_sum' => :'container_avg_sum',
|
|
342
384
|
:'container_excl_agent_avg_sum' => :'container_excl_agent_avg_sum',
|
|
343
385
|
:'container_hwm_sum' => :'container_hwm_sum',
|
|
386
|
+
:'csm_container_enterprise_compliance_count_agg_sum' => :'csm_container_enterprise_compliance_count_agg_sum',
|
|
387
|
+
:'csm_container_enterprise_cws_count_agg_sum' => :'csm_container_enterprise_cws_count_agg_sum',
|
|
388
|
+
:'csm_container_enterprise_total_count_agg_sum' => :'csm_container_enterprise_total_count_agg_sum',
|
|
389
|
+
:'csm_host_enterprise_aas_host_count_top99p_sum' => :'csm_host_enterprise_aas_host_count_top99p_sum',
|
|
390
|
+
:'csm_host_enterprise_aws_host_count_top99p_sum' => :'csm_host_enterprise_aws_host_count_top99p_sum',
|
|
391
|
+
:'csm_host_enterprise_azure_host_count_top99p_sum' => :'csm_host_enterprise_azure_host_count_top99p_sum',
|
|
392
|
+
:'csm_host_enterprise_compliance_host_count_top99p_sum' => :'csm_host_enterprise_compliance_host_count_top99p_sum',
|
|
393
|
+
:'csm_host_enterprise_cws_host_count_top99p_sum' => :'csm_host_enterprise_cws_host_count_top99p_sum',
|
|
394
|
+
:'csm_host_enterprise_gcp_host_count_top99p_sum' => :'csm_host_enterprise_gcp_host_count_top99p_sum',
|
|
395
|
+
:'csm_host_enterprise_total_host_count_top99p_sum' => :'csm_host_enterprise_total_host_count_top99p_sum',
|
|
344
396
|
:'cspm_aas_host_top99p_sum' => :'cspm_aas_host_top99p_sum',
|
|
345
397
|
:'cspm_aws_host_top99p_sum' => :'cspm_aws_host_top99p_sum',
|
|
346
398
|
:'cspm_azure_host_top99p_sum' => :'cspm_azure_host_top99p_sum',
|
|
@@ -377,6 +429,7 @@ module DatadogAPIClient::V1
|
|
|
377
429
|
:'mobile_rum_session_count_reactnative_agg_sum' => :'mobile_rum_session_count_reactnative_agg_sum',
|
|
378
430
|
:'mobile_rum_session_count_roku_agg_sum' => :'mobile_rum_session_count_roku_agg_sum',
|
|
379
431
|
:'mobile_rum_units_agg_sum' => :'mobile_rum_units_agg_sum',
|
|
432
|
+
:'ndm_netflow_events_agg_sum' => :'ndm_netflow_events_agg_sum',
|
|
380
433
|
:'netflow_indexed_events_count_agg_sum' => :'netflow_indexed_events_count_agg_sum',
|
|
381
434
|
:'npm_host_top99p_sum' => :'npm_host_top99p_sum',
|
|
382
435
|
:'observability_pipelines_bytes_processed_agg_sum' => :'observability_pipelines_bytes_processed_agg_sum',
|
|
@@ -397,6 +450,9 @@ module DatadogAPIClient::V1
|
|
|
397
450
|
:'sds_logs_scanned_bytes_sum' => :'sds_logs_scanned_bytes_sum',
|
|
398
451
|
:'sds_rum_scanned_bytes_sum' => :'sds_rum_scanned_bytes_sum',
|
|
399
452
|
:'sds_total_scanned_bytes_sum' => :'sds_total_scanned_bytes_sum',
|
|
453
|
+
:'serverless_apps_azure_count_avg_sum' => :'serverless_apps_azure_count_avg_sum',
|
|
454
|
+
:'serverless_apps_google_count_avg_sum' => :'serverless_apps_google_count_avg_sum',
|
|
455
|
+
:'serverless_apps_total_count_avg_sum' => :'serverless_apps_total_count_avg_sum',
|
|
400
456
|
:'start_date' => :'start_date',
|
|
401
457
|
:'synthetics_browser_check_calls_count_agg_sum' => :'synthetics_browser_check_calls_count_agg_sum',
|
|
402
458
|
:'synthetics_check_calls_count_agg_sum' => :'synthetics_check_calls_count_agg_sum',
|
|
@@ -444,6 +500,16 @@ module DatadogAPIClient::V1
|
|
|
444
500
|
:'container_avg_sum' => :'Integer',
|
|
445
501
|
:'container_excl_agent_avg_sum' => :'Integer',
|
|
446
502
|
:'container_hwm_sum' => :'Integer',
|
|
503
|
+
:'csm_container_enterprise_compliance_count_agg_sum' => :'Integer',
|
|
504
|
+
:'csm_container_enterprise_cws_count_agg_sum' => :'Integer',
|
|
505
|
+
:'csm_container_enterprise_total_count_agg_sum' => :'Integer',
|
|
506
|
+
:'csm_host_enterprise_aas_host_count_top99p_sum' => :'Integer',
|
|
507
|
+
:'csm_host_enterprise_aws_host_count_top99p_sum' => :'Integer',
|
|
508
|
+
:'csm_host_enterprise_azure_host_count_top99p_sum' => :'Integer',
|
|
509
|
+
:'csm_host_enterprise_compliance_host_count_top99p_sum' => :'Integer',
|
|
510
|
+
:'csm_host_enterprise_cws_host_count_top99p_sum' => :'Integer',
|
|
511
|
+
:'csm_host_enterprise_gcp_host_count_top99p_sum' => :'Integer',
|
|
512
|
+
:'csm_host_enterprise_total_host_count_top99p_sum' => :'Integer',
|
|
447
513
|
:'cspm_aas_host_top99p_sum' => :'Integer',
|
|
448
514
|
:'cspm_aws_host_top99p_sum' => :'Integer',
|
|
449
515
|
:'cspm_azure_host_top99p_sum' => :'Integer',
|
|
@@ -480,6 +546,7 @@ module DatadogAPIClient::V1
|
|
|
480
546
|
:'mobile_rum_session_count_reactnative_agg_sum' => :'Integer',
|
|
481
547
|
:'mobile_rum_session_count_roku_agg_sum' => :'Integer',
|
|
482
548
|
:'mobile_rum_units_agg_sum' => :'Integer',
|
|
549
|
+
:'ndm_netflow_events_agg_sum' => :'Integer',
|
|
483
550
|
:'netflow_indexed_events_count_agg_sum' => :'Integer',
|
|
484
551
|
:'npm_host_top99p_sum' => :'Integer',
|
|
485
552
|
:'observability_pipelines_bytes_processed_agg_sum' => :'Integer',
|
|
@@ -500,6 +567,9 @@ module DatadogAPIClient::V1
|
|
|
500
567
|
:'sds_logs_scanned_bytes_sum' => :'Integer',
|
|
501
568
|
:'sds_rum_scanned_bytes_sum' => :'Integer',
|
|
502
569
|
:'sds_total_scanned_bytes_sum' => :'Integer',
|
|
570
|
+
:'serverless_apps_azure_count_avg_sum' => :'Integer',
|
|
571
|
+
:'serverless_apps_google_count_avg_sum' => :'Integer',
|
|
572
|
+
:'serverless_apps_total_count_avg_sum' => :'Integer',
|
|
503
573
|
:'start_date' => :'Time',
|
|
504
574
|
:'synthetics_browser_check_calls_count_agg_sum' => :'Integer',
|
|
505
575
|
:'synthetics_check_calls_count_agg_sum' => :'Integer',
|
|
@@ -643,6 +713,46 @@ module DatadogAPIClient::V1
|
|
|
643
713
|
self.container_hwm_sum = attributes[:'container_hwm_sum']
|
|
644
714
|
end
|
|
645
715
|
|
|
716
|
+
if attributes.key?(:'csm_container_enterprise_compliance_count_agg_sum')
|
|
717
|
+
self.csm_container_enterprise_compliance_count_agg_sum = attributes[:'csm_container_enterprise_compliance_count_agg_sum']
|
|
718
|
+
end
|
|
719
|
+
|
|
720
|
+
if attributes.key?(:'csm_container_enterprise_cws_count_agg_sum')
|
|
721
|
+
self.csm_container_enterprise_cws_count_agg_sum = attributes[:'csm_container_enterprise_cws_count_agg_sum']
|
|
722
|
+
end
|
|
723
|
+
|
|
724
|
+
if attributes.key?(:'csm_container_enterprise_total_count_agg_sum')
|
|
725
|
+
self.csm_container_enterprise_total_count_agg_sum = attributes[:'csm_container_enterprise_total_count_agg_sum']
|
|
726
|
+
end
|
|
727
|
+
|
|
728
|
+
if attributes.key?(:'csm_host_enterprise_aas_host_count_top99p_sum')
|
|
729
|
+
self.csm_host_enterprise_aas_host_count_top99p_sum = attributes[:'csm_host_enterprise_aas_host_count_top99p_sum']
|
|
730
|
+
end
|
|
731
|
+
|
|
732
|
+
if attributes.key?(:'csm_host_enterprise_aws_host_count_top99p_sum')
|
|
733
|
+
self.csm_host_enterprise_aws_host_count_top99p_sum = attributes[:'csm_host_enterprise_aws_host_count_top99p_sum']
|
|
734
|
+
end
|
|
735
|
+
|
|
736
|
+
if attributes.key?(:'csm_host_enterprise_azure_host_count_top99p_sum')
|
|
737
|
+
self.csm_host_enterprise_azure_host_count_top99p_sum = attributes[:'csm_host_enterprise_azure_host_count_top99p_sum']
|
|
738
|
+
end
|
|
739
|
+
|
|
740
|
+
if attributes.key?(:'csm_host_enterprise_compliance_host_count_top99p_sum')
|
|
741
|
+
self.csm_host_enterprise_compliance_host_count_top99p_sum = attributes[:'csm_host_enterprise_compliance_host_count_top99p_sum']
|
|
742
|
+
end
|
|
743
|
+
|
|
744
|
+
if attributes.key?(:'csm_host_enterprise_cws_host_count_top99p_sum')
|
|
745
|
+
self.csm_host_enterprise_cws_host_count_top99p_sum = attributes[:'csm_host_enterprise_cws_host_count_top99p_sum']
|
|
746
|
+
end
|
|
747
|
+
|
|
748
|
+
if attributes.key?(:'csm_host_enterprise_gcp_host_count_top99p_sum')
|
|
749
|
+
self.csm_host_enterprise_gcp_host_count_top99p_sum = attributes[:'csm_host_enterprise_gcp_host_count_top99p_sum']
|
|
750
|
+
end
|
|
751
|
+
|
|
752
|
+
if attributes.key?(:'csm_host_enterprise_total_host_count_top99p_sum')
|
|
753
|
+
self.csm_host_enterprise_total_host_count_top99p_sum = attributes[:'csm_host_enterprise_total_host_count_top99p_sum']
|
|
754
|
+
end
|
|
755
|
+
|
|
646
756
|
if attributes.key?(:'cspm_aas_host_top99p_sum')
|
|
647
757
|
self.cspm_aas_host_top99p_sum = attributes[:'cspm_aas_host_top99p_sum']
|
|
648
758
|
end
|
|
@@ -787,6 +897,10 @@ module DatadogAPIClient::V1
|
|
|
787
897
|
self.mobile_rum_units_agg_sum = attributes[:'mobile_rum_units_agg_sum']
|
|
788
898
|
end
|
|
789
899
|
|
|
900
|
+
if attributes.key?(:'ndm_netflow_events_agg_sum')
|
|
901
|
+
self.ndm_netflow_events_agg_sum = attributes[:'ndm_netflow_events_agg_sum']
|
|
902
|
+
end
|
|
903
|
+
|
|
790
904
|
if attributes.key?(:'netflow_indexed_events_count_agg_sum')
|
|
791
905
|
self.netflow_indexed_events_count_agg_sum = attributes[:'netflow_indexed_events_count_agg_sum']
|
|
792
906
|
end
|
|
@@ -867,6 +981,18 @@ module DatadogAPIClient::V1
|
|
|
867
981
|
self.sds_total_scanned_bytes_sum = attributes[:'sds_total_scanned_bytes_sum']
|
|
868
982
|
end
|
|
869
983
|
|
|
984
|
+
if attributes.key?(:'serverless_apps_azure_count_avg_sum')
|
|
985
|
+
self.serverless_apps_azure_count_avg_sum = attributes[:'serverless_apps_azure_count_avg_sum']
|
|
986
|
+
end
|
|
987
|
+
|
|
988
|
+
if attributes.key?(:'serverless_apps_google_count_avg_sum')
|
|
989
|
+
self.serverless_apps_google_count_avg_sum = attributes[:'serverless_apps_google_count_avg_sum']
|
|
990
|
+
end
|
|
991
|
+
|
|
992
|
+
if attributes.key?(:'serverless_apps_total_count_avg_sum')
|
|
993
|
+
self.serverless_apps_total_count_avg_sum = attributes[:'serverless_apps_total_count_avg_sum']
|
|
994
|
+
end
|
|
995
|
+
|
|
870
996
|
if attributes.key?(:'start_date')
|
|
871
997
|
self.start_date = attributes[:'start_date']
|
|
872
998
|
end
|
|
@@ -952,6 +1078,16 @@ module DatadogAPIClient::V1
|
|
|
952
1078
|
container_avg_sum == o.container_avg_sum &&
|
|
953
1079
|
container_excl_agent_avg_sum == o.container_excl_agent_avg_sum &&
|
|
954
1080
|
container_hwm_sum == o.container_hwm_sum &&
|
|
1081
|
+
csm_container_enterprise_compliance_count_agg_sum == o.csm_container_enterprise_compliance_count_agg_sum &&
|
|
1082
|
+
csm_container_enterprise_cws_count_agg_sum == o.csm_container_enterprise_cws_count_agg_sum &&
|
|
1083
|
+
csm_container_enterprise_total_count_agg_sum == o.csm_container_enterprise_total_count_agg_sum &&
|
|
1084
|
+
csm_host_enterprise_aas_host_count_top99p_sum == o.csm_host_enterprise_aas_host_count_top99p_sum &&
|
|
1085
|
+
csm_host_enterprise_aws_host_count_top99p_sum == o.csm_host_enterprise_aws_host_count_top99p_sum &&
|
|
1086
|
+
csm_host_enterprise_azure_host_count_top99p_sum == o.csm_host_enterprise_azure_host_count_top99p_sum &&
|
|
1087
|
+
csm_host_enterprise_compliance_host_count_top99p_sum == o.csm_host_enterprise_compliance_host_count_top99p_sum &&
|
|
1088
|
+
csm_host_enterprise_cws_host_count_top99p_sum == o.csm_host_enterprise_cws_host_count_top99p_sum &&
|
|
1089
|
+
csm_host_enterprise_gcp_host_count_top99p_sum == o.csm_host_enterprise_gcp_host_count_top99p_sum &&
|
|
1090
|
+
csm_host_enterprise_total_host_count_top99p_sum == o.csm_host_enterprise_total_host_count_top99p_sum &&
|
|
955
1091
|
cspm_aas_host_top99p_sum == o.cspm_aas_host_top99p_sum &&
|
|
956
1092
|
cspm_aws_host_top99p_sum == o.cspm_aws_host_top99p_sum &&
|
|
957
1093
|
cspm_azure_host_top99p_sum == o.cspm_azure_host_top99p_sum &&
|
|
@@ -988,6 +1124,7 @@ module DatadogAPIClient::V1
|
|
|
988
1124
|
mobile_rum_session_count_reactnative_agg_sum == o.mobile_rum_session_count_reactnative_agg_sum &&
|
|
989
1125
|
mobile_rum_session_count_roku_agg_sum == o.mobile_rum_session_count_roku_agg_sum &&
|
|
990
1126
|
mobile_rum_units_agg_sum == o.mobile_rum_units_agg_sum &&
|
|
1127
|
+
ndm_netflow_events_agg_sum == o.ndm_netflow_events_agg_sum &&
|
|
991
1128
|
netflow_indexed_events_count_agg_sum == o.netflow_indexed_events_count_agg_sum &&
|
|
992
1129
|
npm_host_top99p_sum == o.npm_host_top99p_sum &&
|
|
993
1130
|
observability_pipelines_bytes_processed_agg_sum == o.observability_pipelines_bytes_processed_agg_sum &&
|
|
@@ -1008,6 +1145,9 @@ module DatadogAPIClient::V1
|
|
|
1008
1145
|
sds_logs_scanned_bytes_sum == o.sds_logs_scanned_bytes_sum &&
|
|
1009
1146
|
sds_rum_scanned_bytes_sum == o.sds_rum_scanned_bytes_sum &&
|
|
1010
1147
|
sds_total_scanned_bytes_sum == o.sds_total_scanned_bytes_sum &&
|
|
1148
|
+
serverless_apps_azure_count_avg_sum == o.serverless_apps_azure_count_avg_sum &&
|
|
1149
|
+
serverless_apps_google_count_avg_sum == o.serverless_apps_google_count_avg_sum &&
|
|
1150
|
+
serverless_apps_total_count_avg_sum == o.serverless_apps_total_count_avg_sum &&
|
|
1011
1151
|
start_date == o.start_date &&
|
|
1012
1152
|
synthetics_browser_check_calls_count_agg_sum == o.synthetics_browser_check_calls_count_agg_sum &&
|
|
1013
1153
|
synthetics_check_calls_count_agg_sum == o.synthetics_check_calls_count_agg_sum &&
|
|
@@ -1026,7 +1166,7 @@ module DatadogAPIClient::V1
|
|
|
1026
1166
|
# @return [Integer] Hash code
|
|
1027
1167
|
# @!visibility private
|
|
1028
1168
|
def hash
|
|
1029
|
-
[agent_host_top99p_sum, apm_azure_app_service_host_top99p_sum, apm_fargate_count_avg_sum, apm_host_top99p_sum, appsec_fargate_count_avg_sum, audit_logs_lines_indexed_agg_sum, audit_trail_enabled_hwm_sum, avg_profiled_fargate_tasks_sum, aws_host_top99p_sum, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p_sum, azure_host_top99p_sum, billable_ingested_bytes_agg_sum, browser_rum_lite_session_count_agg_sum, browser_rum_replay_session_count_agg_sum, browser_rum_units_agg_sum, ci_pipeline_indexed_spans_agg_sum, ci_test_indexed_spans_agg_sum, ci_visibility_itr_committers_hwm_sum, ci_visibility_pipeline_committers_hwm_sum, ci_visibility_test_committers_hwm_sum, cloud_cost_management_aws_host_count_avg_sum, cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, container_avg_sum, container_excl_agent_avg_sum, container_hwm_sum, cspm_aas_host_top99p_sum, cspm_aws_host_top99p_sum, cspm_azure_host_top99p_sum, cspm_container_avg_sum, cspm_container_hwm_sum, cspm_gcp_host_top99p_sum, cspm_host_top99p_sum, custom_ts_sum, cws_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_sum, forwarding_events_bytes_agg_sum, gcp_host_top99p_sum, heroku_host_top99p_sum, incident_management_monthly_active_users_hwm_sum, indexed_events_count_agg_sum, infra_host_top99p_sum, ingested_events_bytes_agg_sum, iot_device_agg_sum, iot_device_top99p_sum, last_updated, live_indexed_events_agg_sum, live_ingested_bytes_agg_sum, logs_by_retention, mobile_rum_lite_session_count_agg_sum, mobile_rum_session_count_agg_sum, mobile_rum_session_count_android_agg_sum, mobile_rum_session_count_flutter_agg_sum, mobile_rum_session_count_ios_agg_sum, mobile_rum_session_count_reactnative_agg_sum, mobile_rum_session_count_roku_agg_sum, mobile_rum_units_agg_sum, netflow_indexed_events_count_agg_sum, npm_host_top99p_sum, observability_pipelines_bytes_processed_agg_sum, online_archive_events_count_agg_sum, opentelemetry_apm_host_top99p_sum, opentelemetry_host_top99p_sum, profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum, rum_browser_and_mobile_session_count, rum_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_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, start_date, synthetics_browser_check_calls_count_agg_sum, synthetics_check_calls_count_agg_sum, synthetics_mobile_test_runs_agg_sum, synthetics_parallel_testing_max_slots_hwm_sum, trace_search_indexed_events_count_agg_sum, twol_ingested_events_bytes_agg_sum, universal_service_monitoring_host_top99p_sum, usage, vsphere_host_top99p_sum, vuln_management_host_count_top99p_sum, workflow_executions_usage_agg_sum].hash
|
|
1169
|
+
[agent_host_top99p_sum, apm_azure_app_service_host_top99p_sum, apm_fargate_count_avg_sum, apm_host_top99p_sum, appsec_fargate_count_avg_sum, audit_logs_lines_indexed_agg_sum, audit_trail_enabled_hwm_sum, avg_profiled_fargate_tasks_sum, aws_host_top99p_sum, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p_sum, azure_host_top99p_sum, billable_ingested_bytes_agg_sum, browser_rum_lite_session_count_agg_sum, browser_rum_replay_session_count_agg_sum, browser_rum_units_agg_sum, ci_pipeline_indexed_spans_agg_sum, ci_test_indexed_spans_agg_sum, ci_visibility_itr_committers_hwm_sum, ci_visibility_pipeline_committers_hwm_sum, ci_visibility_test_committers_hwm_sum, cloud_cost_management_aws_host_count_avg_sum, cloud_cost_management_azure_host_count_avg_sum, cloud_cost_management_host_count_avg_sum, container_avg_sum, container_excl_agent_avg_sum, container_hwm_sum, csm_container_enterprise_compliance_count_agg_sum, csm_container_enterprise_cws_count_agg_sum, csm_container_enterprise_total_count_agg_sum, csm_host_enterprise_aas_host_count_top99p_sum, csm_host_enterprise_aws_host_count_top99p_sum, csm_host_enterprise_azure_host_count_top99p_sum, csm_host_enterprise_compliance_host_count_top99p_sum, csm_host_enterprise_cws_host_count_top99p_sum, csm_host_enterprise_gcp_host_count_top99p_sum, csm_host_enterprise_total_host_count_top99p_sum, cspm_aas_host_top99p_sum, cspm_aws_host_top99p_sum, cspm_azure_host_top99p_sum, cspm_container_avg_sum, cspm_container_hwm_sum, cspm_gcp_host_top99p_sum, cspm_host_top99p_sum, custom_ts_sum, cws_containers_avg_sum, cws_host_top99p_sum, dbm_host_top99p_sum, dbm_queries_avg_sum, end_date, fargate_tasks_count_avg_sum, fargate_tasks_count_hwm_sum, forwarding_events_bytes_agg_sum, gcp_host_top99p_sum, heroku_host_top99p_sum, incident_management_monthly_active_users_hwm_sum, indexed_events_count_agg_sum, infra_host_top99p_sum, ingested_events_bytes_agg_sum, iot_device_agg_sum, iot_device_top99p_sum, last_updated, live_indexed_events_agg_sum, live_ingested_bytes_agg_sum, logs_by_retention, mobile_rum_lite_session_count_agg_sum, mobile_rum_session_count_agg_sum, mobile_rum_session_count_android_agg_sum, mobile_rum_session_count_flutter_agg_sum, mobile_rum_session_count_ios_agg_sum, mobile_rum_session_count_reactnative_agg_sum, mobile_rum_session_count_roku_agg_sum, mobile_rum_units_agg_sum, ndm_netflow_events_agg_sum, netflow_indexed_events_count_agg_sum, npm_host_top99p_sum, observability_pipelines_bytes_processed_agg_sum, online_archive_events_count_agg_sum, opentelemetry_apm_host_top99p_sum, opentelemetry_host_top99p_sum, profiling_aas_count_top99p_sum, profiling_container_agent_count_avg, profiling_host_count_top99p_sum, rehydrated_indexed_events_agg_sum, rehydrated_ingested_bytes_agg_sum, rum_browser_and_mobile_session_count, rum_session_count_agg_sum, rum_total_session_count_agg_sum, rum_units_agg_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_sum, serverless_apps_google_count_avg_sum, serverless_apps_total_count_avg_sum, start_date, synthetics_browser_check_calls_count_agg_sum, synthetics_check_calls_count_agg_sum, synthetics_mobile_test_runs_agg_sum, synthetics_parallel_testing_max_slots_hwm_sum, trace_search_indexed_events_count_agg_sum, twol_ingested_events_bytes_agg_sum, universal_service_monitoring_host_top99p_sum, usage, vsphere_host_top99p_sum, vuln_management_host_count_top99p_sum, workflow_executions_usage_agg_sum].hash
|
|
1030
1170
|
end
|
|
1031
1171
|
end
|
|
1032
1172
|
end
|
|
@@ -34,30 +34,32 @@ module DatadogAPIClient::V1
|
|
|
34
34
|
:'EventStreamWidgetDefinition',
|
|
35
35
|
:'EventTimelineWidgetDefinition',
|
|
36
36
|
:'FreeTextWidgetDefinition',
|
|
37
|
+
:'FunnelWidgetDefinition',
|
|
37
38
|
:'GeomapWidgetDefinition',
|
|
38
39
|
:'GroupWidgetDefinition',
|
|
39
40
|
:'HeatMapWidgetDefinition',
|
|
40
41
|
:'HostMapWidgetDefinition',
|
|
41
42
|
:'IFrameWidgetDefinition',
|
|
42
43
|
:'ImageWidgetDefinition',
|
|
44
|
+
:'ListStreamWidgetDefinition',
|
|
43
45
|
:'LogStreamWidgetDefinition',
|
|
44
46
|
:'MonitorSummaryWidgetDefinition',
|
|
45
47
|
:'NoteWidgetDefinition',
|
|
48
|
+
:'PowerpackWidgetDefinition',
|
|
46
49
|
:'QueryValueWidgetDefinition',
|
|
47
50
|
:'RunWorkflowWidgetDefinition',
|
|
48
|
-
:'ScatterPlotWidgetDefinition',
|
|
49
|
-
:'SLOWidgetDefinition',
|
|
50
51
|
:'SLOListWidgetDefinition',
|
|
52
|
+
:'SLOWidgetDefinition',
|
|
53
|
+
:'ScatterPlotWidgetDefinition',
|
|
51
54
|
:'ServiceMapWidgetDefinition',
|
|
52
55
|
:'ServiceSummaryWidgetDefinition',
|
|
56
|
+
:'SplitGraphWidgetDefinition',
|
|
53
57
|
:'SunburstWidgetDefinition',
|
|
54
58
|
:'TableWidgetDefinition',
|
|
55
59
|
:'TimeseriesWidgetDefinition',
|
|
56
60
|
:'ToplistWidgetDefinition',
|
|
57
|
-
:'
|
|
58
|
-
:'
|
|
59
|
-
:'FunnelWidgetDefinition',
|
|
60
|
-
:'TopologyMapWidgetDefinition'
|
|
61
|
+
:'TopologyMapWidgetDefinition',
|
|
62
|
+
:'TreeMapWidgetDefinition'
|
|
61
63
|
]
|
|
62
64
|
end
|
|
63
65
|
# Builds the object
|