datadog_api_client 2.38.0 → 2.39.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/.generated-info +4 -0
- data/.generator/schemas/v1/openapi.yaml +493 -13
- data/.generator/schemas/v2/openapi.yaml +1021 -36
- data/.github/workflows/approved_status.yml +1 -0
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +16 -0
- data/examples/v1/dashboards/CreateDashboard_1751391372.rb +41 -0
- data/examples/v1/dashboards/CreatePublicDashboard_1668947073.rb +28 -0
- data/examples/v1/dashboards/UpdatePublicDashboard_1708268778.rb +27 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_1248402480.rb +25 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_1267211320.rb +27 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_1271012410.rb +25 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_3314493032.rb +26 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_3934594739.rb +26 -0
- data/examples/v1/synthetics/SearchTests.rb +5 -0
- data/examples/v1/synthetics/SearchTests_195957771.rb +13 -0
- data/examples/v2/aws-integration/GetAWSIntegrationIAMPermissions.rb +5 -0
- data/examples/v2/cloud-cost-management/CreateCostGCPUsageCostConfig.rb +19 -0
- data/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCostGCPUsageCostConfigs.rb +5 -0
- data/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.rb +14 -0
- data/examples/v2/datasets/CreateDataset.rb +27 -0
- data/examples/v2/datasets/DeleteDataset.rb +5 -0
- data/examples/v2/datasets/GetAllDatasets.rb +5 -0
- data/examples/v2/datasets/GetDataset.rb +5 -0
- data/examples/v2/monitors/CreateMonitorNotificationRule.rb +0 -3
- data/examples/v2/monitors/DeleteMonitorNotificationRule.rb +0 -3
- data/examples/v2/monitors/GetMonitorNotificationRule.rb +0 -3
- data/examples/v2/monitors/GetMonitorNotificationRules.rb +0 -3
- data/examples/v2/monitors/UpdateMonitorNotificationRule.rb +0 -3
- data/examples/v2/on-call/UpdateOnCallSchedule.rb +1 -1
- data/examples/v2/security-monitoring/ListAssetsSBOMs.rb +12 -0
- data/lib/datadog_api_client/configuration.rb +1 -5
- data/lib/datadog_api_client/inflector.rb +41 -0
- data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -0
- data/lib/datadog_api_client/v1/api/synthetics_api.rb +72 -0
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +6 -6
- data/lib/datadog_api_client/v1/models/dashboard_template_variable.rb +14 -3
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_body.rb +1 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +9 -1
- data/lib/datadog_api_client/v1/models/logs_array_processor.rb +168 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation.rb +64 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation_append.rb +175 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation_append_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation_length.rb +165 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation_length_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation_select.rb +207 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_operation_select_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_array_processor_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_body.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +14 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +142 -1
- data/lib/datadog_api_client/v1/models/selectable_template_variable_items.rb +12 -1
- data/lib/datadog_api_client/v1/models/synthetics_step_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +81 -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 +81 -1
- data/lib/datadog_api_client/v2/api/aws_integration_api.rb +60 -0
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +264 -0
- data/lib/datadog_api_client/v2/api/datasets_api.rb +283 -0
- data/lib/datadog_api_client/v2/api/events_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/monitors_api.rb +0 -30
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +7 -3
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +111 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/asset_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/aws_integration_iam_permissions_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/dataset.rb +154 -0
- data/lib/datadog_api_client/v2/models/dataset_attributes.rb +197 -0
- data/lib/datadog_api_client/v2/models/dataset_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/dataset_response_multi.rb +125 -0
- data/lib/datadog_api_client/v2/models/dataset_response_single.rb +123 -0
- data/lib/datadog_api_client/v2/models/filters_per_product.rb +150 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config.rb +154 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_attributes.rb +369 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_patch_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_attributes.rb +217 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_post_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/gcp_usage_cost_configs_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/layer_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/layer_attributes_interval.rb +1 -1
- data/lib/datadog_api_client/v2/models/list_assets_sbo_ms_response.rb +145 -0
- data/lib/datadog_api_client/v2/models/sbom_attributes.rb +24 -1
- data/lib/datadog_api_client/v2/models/sbom_component.rb +46 -1
- data/lib/datadog_api_client/v2/models/sbom_component_dependency.rb +117 -0
- data/lib/datadog_api_client/v2/models/sbom_component_license.rb +123 -0
- data/lib/datadog_api_client/v2/models/sbom_component_license_license.rb +123 -0
- data/lib/datadog_api_client/v2/models/sbom_component_license_type.rb +33 -0
- data/lib/datadog_api_client/v2/models/sbom_component_property.rb +144 -0
- data/lib/datadog_api_client/v2/models/sbom_component_supplier.rb +123 -0
- data/lib/datadog_api_client/v2/models/sbom_metadata.rb +25 -3
- data/lib/datadog_api_client/v2/models/sbom_metadata_author.rb +105 -0
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +24 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +63 -2
- data/.apigentools-info +0 -16
@@ -87,10 +87,14 @@ module DatadogAPIClient::V1
|
|
87
87
|
INVOCATIONS_PERCENTAGE = "invocations_percentage".freeze
|
88
88
|
LAMBDA_TRACED_INVOCATIONS_USAGE = "lambda_traced_invocations_usage".freeze
|
89
89
|
LAMBDA_TRACED_INVOCATIONS_PERCENTAGE = "lambda_traced_invocations_percentage".freeze
|
90
|
+
LLM_OBSERVABILITY_USAGE = "llm_observability_usage".freeze
|
91
|
+
LLM_OBSERVABILITY_PERCENTAGE = "llm_observability_percentage".freeze
|
90
92
|
MOBILE_APP_TESTING_USAGE = "mobile_app_testing_percentage".freeze
|
91
93
|
MOBILE_APP_TESTING_PERCENTAGE = "mobile_app_testing_usage".freeze
|
92
94
|
NDM_NETFLOW_USAGE = "ndm_netflow_usage".freeze
|
93
95
|
NDM_NETFLOW_PERCENTAGE = "ndm_netflow_percentage".freeze
|
96
|
+
NETWORK_DEVICE_WIRELESS_USAGE = "network_device_wireless_usage".freeze
|
97
|
+
NETWORK_DEVICE_WIRELESS_PERCENTAGE = "network_device_wireless_percentage".freeze
|
94
98
|
NPM_HOST_USAGE = "npm_host_usage".freeze
|
95
99
|
NPM_HOST_PERCENTAGE = "npm_host_percentage".freeze
|
96
100
|
OBS_PIPELINE_BYTES_USAGE = "obs_pipeline_bytes_usage".freeze
|
@@ -99,12 +103,16 @@ module DatadogAPIClient::V1
|
|
99
103
|
OBS_PIPELINES_VCPU_PERCENTAGE = "obs_pipelines_vcpu_percentage".freeze
|
100
104
|
ONLINE_ARCHIVE_USAGE = "online_archive_usage".freeze
|
101
105
|
ONLINE_ARCHIVE_PERCENTAGE = "online_archive_percentage".freeze
|
106
|
+
PRODUCT_ANALYTICS_SESSION_USAGE = "product_analytics_session_usage".freeze
|
107
|
+
PRODUCT_ANALYTICS_SESSION_PERCENTAGE = "product_analytics_session_percentage".freeze
|
102
108
|
PROFILED_CONTAINER_USAGE = "profiled_container_usage".freeze
|
103
109
|
PROFILED_CONTAINER_PERCENTAGE = "profiled_container_percentage".freeze
|
104
110
|
PROFILED_FARGATE_USAGE = "profiled_fargate_usage".freeze
|
105
111
|
PROFILED_FARGATE_PERCENTAGE = "profiled_fargate_percentage".freeze
|
106
112
|
PROFILED_HOST_USAGE = "profiled_host_usage".freeze
|
107
113
|
PROFILED_HOST_PERCENTAGE = "profiled_host_percentage".freeze
|
114
|
+
PUBLISHED_APP_USAGE = "published_app_usage".freeze
|
115
|
+
PUBLISHED_APP_PERCENTAGE = "published_app_percentage".freeze
|
108
116
|
SERVERLESS_APPS_USAGE = "serverless_apps_usage".freeze
|
109
117
|
SERVERLESS_APPS_PERCENTAGE = "serverless_apps_percentage".freeze
|
110
118
|
SNMP_USAGE = "snmp_usage".freeze
|
@@ -147,8 +155,14 @@ module DatadogAPIClient::V1
|
|
147
155
|
LOGS_INDEXED_3DAY_PERCENTAGE = "logs_indexed_3day_percentage".freeze
|
148
156
|
LOGS_INDEXED_1DAY_USAGE = "logs_indexed_1day_usage".freeze
|
149
157
|
LOGS_INDEXED_1DAY_PERCENTAGE = "logs_indexed_1day_percentage".freeze
|
158
|
+
RUM_INGESTED_USAGE = "rum_ingested_usage".freeze
|
159
|
+
RUM_INGESTED_PERCENTAGE = "rum_ingested_percentage".freeze
|
160
|
+
RUM_INVESTIGATE_USAGE = "rum_investigate_usage".freeze
|
161
|
+
RUM_INVESTIGATE_PERCENTAGE = "rum_investigate_percentage".freeze
|
150
162
|
RUM_REPLAY_SESSIONS_USAGE = "rum_replay_sessions_usage".freeze
|
151
163
|
RUM_REPLAY_SESSIONS_PERCENTAGE = "rum_replay_sessions_percentage".freeze
|
164
|
+
RUM_SESSION_REPLAY_ADD_ON_USAGE = "rum_session_replay_add_on_usage".freeze
|
165
|
+
RUM_SESSION_REPLAY_ADD_ON_PERCENTAGE = "rum_session_replay_add_on_percentage".freeze
|
152
166
|
RUM_BROWSER_MOBILE_SESSIONS_USAGE = "rum_browser_mobile_sessions_usage".freeze
|
153
167
|
RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE = "rum_browser_mobile_sessions_percentage".freeze
|
154
168
|
INGESTED_SPANS_BYTES_USAGE = "ingested_spans_bytes_usage".freeze
|
@@ -18,6 +18,7 @@ require 'time'
|
|
18
18
|
|
19
19
|
module DatadogAPIClient::V1
|
20
20
|
# Fields in Usage Summary by tag(s).
|
21
|
+
# The following values have been **deprecated**: `estimated_indexed_spans_usage`, `estimated_indexed_spans_percentage`, `estimated_ingested_spans_usage`, `estimated_ingested_spans_percentage`.
|
21
22
|
class MonthlyUsageAttributionValues
|
22
23
|
include BaseGenericModel
|
23
24
|
|
@@ -249,6 +250,12 @@ module DatadogAPIClient::V1
|
|
249
250
|
# The Serverless APM usage by tag(s).
|
250
251
|
attr_accessor :lambda_traced_invocations_usage
|
251
252
|
|
253
|
+
# The percentage of LLM Observability usage by tag(s).
|
254
|
+
attr_accessor :llm_observability_percentage
|
255
|
+
|
256
|
+
# The LLM Observability usage by tag(s).
|
257
|
+
attr_accessor :llm_observability_usage
|
258
|
+
|
252
259
|
# The percentage of Indexed Logs (15-day Retention) usage by tag(s).
|
253
260
|
attr_accessor :logs_indexed_15day_percentage
|
254
261
|
|
@@ -327,6 +334,12 @@ module DatadogAPIClient::V1
|
|
327
334
|
# The Network Device Monitoring NetFlow usage by tag(s).
|
328
335
|
attr_accessor :ndm_netflow_usage
|
329
336
|
|
337
|
+
# The percentage of network device wireless usage by tag(s).
|
338
|
+
attr_accessor :network_device_wireless_percentage
|
339
|
+
|
340
|
+
# The network device wireless usage by tag(s).
|
341
|
+
attr_accessor :network_device_wireless_usage
|
342
|
+
|
330
343
|
# The percentage of network host usage by tag(s).
|
331
344
|
attr_accessor :npm_host_percentage
|
332
345
|
|
@@ -351,6 +364,12 @@ module DatadogAPIClient::V1
|
|
351
364
|
# The online archive usage by tag(s).
|
352
365
|
attr_accessor :online_archive_usage
|
353
366
|
|
367
|
+
# The percentage of Product Analytics session usage by tag(s).
|
368
|
+
attr_accessor :product_analytics_session_percentage
|
369
|
+
|
370
|
+
# The Product Analytics session usage by tag(s).
|
371
|
+
attr_accessor :product_analytics_session_usage
|
372
|
+
|
354
373
|
# The percentage of profiled container usage by tag(s).
|
355
374
|
attr_accessor :profiled_container_percentage
|
356
375
|
|
@@ -369,18 +388,42 @@ module DatadogAPIClient::V1
|
|
369
388
|
# The profiled hosts usage by tag(s).
|
370
389
|
attr_accessor :profiled_host_usage
|
371
390
|
|
391
|
+
# The percentage of published application usage by tag(s).
|
392
|
+
attr_accessor :published_app_percentage
|
393
|
+
|
394
|
+
# The published application usage by tag(s).
|
395
|
+
attr_accessor :published_app_usage
|
396
|
+
|
372
397
|
# The percentage of RUM Browser and Mobile usage by tag(s).
|
373
398
|
attr_accessor :rum_browser_mobile_sessions_percentage
|
374
399
|
|
375
400
|
# The total RUM Browser and Mobile usage by tag(s).
|
376
401
|
attr_accessor :rum_browser_mobile_sessions_usage
|
377
402
|
|
403
|
+
# The percentage of RUM Ingested usage by tag(s).
|
404
|
+
attr_accessor :rum_ingested_percentage
|
405
|
+
|
406
|
+
# The total RUM Ingested usage by tag(s).
|
407
|
+
attr_accessor :rum_ingested_usage
|
408
|
+
|
409
|
+
# The percentage of RUM Investigate usage by tag(s).
|
410
|
+
attr_accessor :rum_investigate_percentage
|
411
|
+
|
412
|
+
# The total RUM Investigate usage by tag(s).
|
413
|
+
attr_accessor :rum_investigate_usage
|
414
|
+
|
378
415
|
# The percentage of RUM Session Replay usage by tag(s).
|
379
416
|
attr_accessor :rum_replay_sessions_percentage
|
380
417
|
|
381
418
|
# The total RUM Session Replay usage by tag(s).
|
382
419
|
attr_accessor :rum_replay_sessions_usage
|
383
420
|
|
421
|
+
# The percentage of RUM Session Replay Add-On usage by tag(s).
|
422
|
+
attr_accessor :rum_session_replay_add_on_percentage
|
423
|
+
|
424
|
+
# The total RUM Session Replay Add-On usage by tag(s).
|
425
|
+
attr_accessor :rum_session_replay_add_on_usage
|
426
|
+
|
384
427
|
# The percentage of Software Composition Analysis Fargate task usage by tag(s).
|
385
428
|
attr_accessor :sca_fargate_percentage
|
386
429
|
|
@@ -517,6 +560,8 @@ module DatadogAPIClient::V1
|
|
517
560
|
:'invocations_usage' => :'invocations_usage',
|
518
561
|
:'lambda_traced_invocations_percentage' => :'lambda_traced_invocations_percentage',
|
519
562
|
:'lambda_traced_invocations_usage' => :'lambda_traced_invocations_usage',
|
563
|
+
:'llm_observability_percentage' => :'llm_observability_percentage',
|
564
|
+
:'llm_observability_usage' => :'llm_observability_usage',
|
520
565
|
:'logs_indexed_15day_percentage' => :'logs_indexed_15day_percentage',
|
521
566
|
:'logs_indexed_15day_usage' => :'logs_indexed_15day_usage',
|
522
567
|
:'logs_indexed_180day_percentage' => :'logs_indexed_180day_percentage',
|
@@ -543,6 +588,8 @@ module DatadogAPIClient::V1
|
|
543
588
|
:'mobile_app_testing_usage' => :'mobile_app_testing_usage',
|
544
589
|
:'ndm_netflow_percentage' => :'ndm_netflow_percentage',
|
545
590
|
:'ndm_netflow_usage' => :'ndm_netflow_usage',
|
591
|
+
:'network_device_wireless_percentage' => :'network_device_wireless_percentage',
|
592
|
+
:'network_device_wireless_usage' => :'network_device_wireless_usage',
|
546
593
|
:'npm_host_percentage' => :'npm_host_percentage',
|
547
594
|
:'npm_host_usage' => :'npm_host_usage',
|
548
595
|
:'obs_pipeline_bytes_percentage' => :'obs_pipeline_bytes_percentage',
|
@@ -551,16 +598,26 @@ module DatadogAPIClient::V1
|
|
551
598
|
:'obs_pipelines_vcpu_usage' => :'obs_pipelines_vcpu_usage',
|
552
599
|
:'online_archive_percentage' => :'online_archive_percentage',
|
553
600
|
:'online_archive_usage' => :'online_archive_usage',
|
601
|
+
:'product_analytics_session_percentage' => :'product_analytics_session_percentage',
|
602
|
+
:'product_analytics_session_usage' => :'product_analytics_session_usage',
|
554
603
|
:'profiled_container_percentage' => :'profiled_container_percentage',
|
555
604
|
:'profiled_container_usage' => :'profiled_container_usage',
|
556
605
|
:'profiled_fargate_percentage' => :'profiled_fargate_percentage',
|
557
606
|
:'profiled_fargate_usage' => :'profiled_fargate_usage',
|
558
607
|
:'profiled_host_percentage' => :'profiled_host_percentage',
|
559
608
|
:'profiled_host_usage' => :'profiled_host_usage',
|
609
|
+
:'published_app_percentage' => :'published_app_percentage',
|
610
|
+
:'published_app_usage' => :'published_app_usage',
|
560
611
|
:'rum_browser_mobile_sessions_percentage' => :'rum_browser_mobile_sessions_percentage',
|
561
612
|
:'rum_browser_mobile_sessions_usage' => :'rum_browser_mobile_sessions_usage',
|
613
|
+
:'rum_ingested_percentage' => :'rum_ingested_percentage',
|
614
|
+
:'rum_ingested_usage' => :'rum_ingested_usage',
|
615
|
+
:'rum_investigate_percentage' => :'rum_investigate_percentage',
|
616
|
+
:'rum_investigate_usage' => :'rum_investigate_usage',
|
562
617
|
:'rum_replay_sessions_percentage' => :'rum_replay_sessions_percentage',
|
563
618
|
:'rum_replay_sessions_usage' => :'rum_replay_sessions_usage',
|
619
|
+
:'rum_session_replay_add_on_percentage' => :'rum_session_replay_add_on_percentage',
|
620
|
+
:'rum_session_replay_add_on_usage' => :'rum_session_replay_add_on_usage',
|
564
621
|
:'sca_fargate_percentage' => :'sca_fargate_percentage',
|
565
622
|
:'sca_fargate_usage' => :'sca_fargate_usage',
|
566
623
|
:'sds_scanned_bytes_percentage' => :'sds_scanned_bytes_percentage',
|
@@ -662,6 +719,8 @@ module DatadogAPIClient::V1
|
|
662
719
|
:'invocations_usage' => :'Float',
|
663
720
|
:'lambda_traced_invocations_percentage' => :'Float',
|
664
721
|
:'lambda_traced_invocations_usage' => :'Float',
|
722
|
+
:'llm_observability_percentage' => :'Float',
|
723
|
+
:'llm_observability_usage' => :'Float',
|
665
724
|
:'logs_indexed_15day_percentage' => :'Float',
|
666
725
|
:'logs_indexed_15day_usage' => :'Float',
|
667
726
|
:'logs_indexed_180day_percentage' => :'Float',
|
@@ -688,6 +747,8 @@ module DatadogAPIClient::V1
|
|
688
747
|
:'mobile_app_testing_usage' => :'Float',
|
689
748
|
:'ndm_netflow_percentage' => :'Float',
|
690
749
|
:'ndm_netflow_usage' => :'Float',
|
750
|
+
:'network_device_wireless_percentage' => :'Float',
|
751
|
+
:'network_device_wireless_usage' => :'Float',
|
691
752
|
:'npm_host_percentage' => :'Float',
|
692
753
|
:'npm_host_usage' => :'Float',
|
693
754
|
:'obs_pipeline_bytes_percentage' => :'Float',
|
@@ -696,16 +757,26 @@ module DatadogAPIClient::V1
|
|
696
757
|
:'obs_pipelines_vcpu_usage' => :'Float',
|
697
758
|
:'online_archive_percentage' => :'Float',
|
698
759
|
:'online_archive_usage' => :'Float',
|
760
|
+
:'product_analytics_session_percentage' => :'Float',
|
761
|
+
:'product_analytics_session_usage' => :'Float',
|
699
762
|
:'profiled_container_percentage' => :'Float',
|
700
763
|
:'profiled_container_usage' => :'Float',
|
701
764
|
:'profiled_fargate_percentage' => :'Float',
|
702
765
|
:'profiled_fargate_usage' => :'Float',
|
703
766
|
:'profiled_host_percentage' => :'Float',
|
704
767
|
:'profiled_host_usage' => :'Float',
|
768
|
+
:'published_app_percentage' => :'Float',
|
769
|
+
:'published_app_usage' => :'Float',
|
705
770
|
:'rum_browser_mobile_sessions_percentage' => :'Float',
|
706
771
|
:'rum_browser_mobile_sessions_usage' => :'Float',
|
772
|
+
:'rum_ingested_percentage' => :'Float',
|
773
|
+
:'rum_ingested_usage' => :'Float',
|
774
|
+
:'rum_investigate_percentage' => :'Float',
|
775
|
+
:'rum_investigate_usage' => :'Float',
|
707
776
|
:'rum_replay_sessions_percentage' => :'Float',
|
708
777
|
:'rum_replay_sessions_usage' => :'Float',
|
778
|
+
:'rum_session_replay_add_on_percentage' => :'Float',
|
779
|
+
:'rum_session_replay_add_on_usage' => :'Float',
|
709
780
|
:'sca_fargate_percentage' => :'Float',
|
710
781
|
:'sca_fargate_usage' => :'Float',
|
711
782
|
:'sds_scanned_bytes_percentage' => :'Float',
|
@@ -1049,6 +1120,14 @@ module DatadogAPIClient::V1
|
|
1049
1120
|
self.lambda_traced_invocations_usage = attributes[:'lambda_traced_invocations_usage']
|
1050
1121
|
end
|
1051
1122
|
|
1123
|
+
if attributes.key?(:'llm_observability_percentage')
|
1124
|
+
self.llm_observability_percentage = attributes[:'llm_observability_percentage']
|
1125
|
+
end
|
1126
|
+
|
1127
|
+
if attributes.key?(:'llm_observability_usage')
|
1128
|
+
self.llm_observability_usage = attributes[:'llm_observability_usage']
|
1129
|
+
end
|
1130
|
+
|
1052
1131
|
if attributes.key?(:'logs_indexed_15day_percentage')
|
1053
1132
|
self.logs_indexed_15day_percentage = attributes[:'logs_indexed_15day_percentage']
|
1054
1133
|
end
|
@@ -1153,6 +1232,14 @@ module DatadogAPIClient::V1
|
|
1153
1232
|
self.ndm_netflow_usage = attributes[:'ndm_netflow_usage']
|
1154
1233
|
end
|
1155
1234
|
|
1235
|
+
if attributes.key?(:'network_device_wireless_percentage')
|
1236
|
+
self.network_device_wireless_percentage = attributes[:'network_device_wireless_percentage']
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
if attributes.key?(:'network_device_wireless_usage')
|
1240
|
+
self.network_device_wireless_usage = attributes[:'network_device_wireless_usage']
|
1241
|
+
end
|
1242
|
+
|
1156
1243
|
if attributes.key?(:'npm_host_percentage')
|
1157
1244
|
self.npm_host_percentage = attributes[:'npm_host_percentage']
|
1158
1245
|
end
|
@@ -1185,6 +1272,14 @@ module DatadogAPIClient::V1
|
|
1185
1272
|
self.online_archive_usage = attributes[:'online_archive_usage']
|
1186
1273
|
end
|
1187
1274
|
|
1275
|
+
if attributes.key?(:'product_analytics_session_percentage')
|
1276
|
+
self.product_analytics_session_percentage = attributes[:'product_analytics_session_percentage']
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
if attributes.key?(:'product_analytics_session_usage')
|
1280
|
+
self.product_analytics_session_usage = attributes[:'product_analytics_session_usage']
|
1281
|
+
end
|
1282
|
+
|
1188
1283
|
if attributes.key?(:'profiled_container_percentage')
|
1189
1284
|
self.profiled_container_percentage = attributes[:'profiled_container_percentage']
|
1190
1285
|
end
|
@@ -1209,6 +1304,14 @@ module DatadogAPIClient::V1
|
|
1209
1304
|
self.profiled_host_usage = attributes[:'profiled_host_usage']
|
1210
1305
|
end
|
1211
1306
|
|
1307
|
+
if attributes.key?(:'published_app_percentage')
|
1308
|
+
self.published_app_percentage = attributes[:'published_app_percentage']
|
1309
|
+
end
|
1310
|
+
|
1311
|
+
if attributes.key?(:'published_app_usage')
|
1312
|
+
self.published_app_usage = attributes[:'published_app_usage']
|
1313
|
+
end
|
1314
|
+
|
1212
1315
|
if attributes.key?(:'rum_browser_mobile_sessions_percentage')
|
1213
1316
|
self.rum_browser_mobile_sessions_percentage = attributes[:'rum_browser_mobile_sessions_percentage']
|
1214
1317
|
end
|
@@ -1217,6 +1320,22 @@ module DatadogAPIClient::V1
|
|
1217
1320
|
self.rum_browser_mobile_sessions_usage = attributes[:'rum_browser_mobile_sessions_usage']
|
1218
1321
|
end
|
1219
1322
|
|
1323
|
+
if attributes.key?(:'rum_ingested_percentage')
|
1324
|
+
self.rum_ingested_percentage = attributes[:'rum_ingested_percentage']
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
if attributes.key?(:'rum_ingested_usage')
|
1328
|
+
self.rum_ingested_usage = attributes[:'rum_ingested_usage']
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
if attributes.key?(:'rum_investigate_percentage')
|
1332
|
+
self.rum_investigate_percentage = attributes[:'rum_investigate_percentage']
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
if attributes.key?(:'rum_investigate_usage')
|
1336
|
+
self.rum_investigate_usage = attributes[:'rum_investigate_usage']
|
1337
|
+
end
|
1338
|
+
|
1220
1339
|
if attributes.key?(:'rum_replay_sessions_percentage')
|
1221
1340
|
self.rum_replay_sessions_percentage = attributes[:'rum_replay_sessions_percentage']
|
1222
1341
|
end
|
@@ -1225,6 +1344,14 @@ module DatadogAPIClient::V1
|
|
1225
1344
|
self.rum_replay_sessions_usage = attributes[:'rum_replay_sessions_usage']
|
1226
1345
|
end
|
1227
1346
|
|
1347
|
+
if attributes.key?(:'rum_session_replay_add_on_percentage')
|
1348
|
+
self.rum_session_replay_add_on_percentage = attributes[:'rum_session_replay_add_on_percentage']
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
if attributes.key?(:'rum_session_replay_add_on_usage')
|
1352
|
+
self.rum_session_replay_add_on_usage = attributes[:'rum_session_replay_add_on_usage']
|
1353
|
+
end
|
1354
|
+
|
1228
1355
|
if attributes.key?(:'sca_fargate_percentage')
|
1229
1356
|
self.sca_fargate_percentage = attributes[:'sca_fargate_percentage']
|
1230
1357
|
end
|
@@ -1400,6 +1527,8 @@ module DatadogAPIClient::V1
|
|
1400
1527
|
invocations_usage == o.invocations_usage &&
|
1401
1528
|
lambda_traced_invocations_percentage == o.lambda_traced_invocations_percentage &&
|
1402
1529
|
lambda_traced_invocations_usage == o.lambda_traced_invocations_usage &&
|
1530
|
+
llm_observability_percentage == o.llm_observability_percentage &&
|
1531
|
+
llm_observability_usage == o.llm_observability_usage &&
|
1403
1532
|
logs_indexed_15day_percentage == o.logs_indexed_15day_percentage &&
|
1404
1533
|
logs_indexed_15day_usage == o.logs_indexed_15day_usage &&
|
1405
1534
|
logs_indexed_180day_percentage == o.logs_indexed_180day_percentage &&
|
@@ -1426,6 +1555,8 @@ module DatadogAPIClient::V1
|
|
1426
1555
|
mobile_app_testing_usage == o.mobile_app_testing_usage &&
|
1427
1556
|
ndm_netflow_percentage == o.ndm_netflow_percentage &&
|
1428
1557
|
ndm_netflow_usage == o.ndm_netflow_usage &&
|
1558
|
+
network_device_wireless_percentage == o.network_device_wireless_percentage &&
|
1559
|
+
network_device_wireless_usage == o.network_device_wireless_usage &&
|
1429
1560
|
npm_host_percentage == o.npm_host_percentage &&
|
1430
1561
|
npm_host_usage == o.npm_host_usage &&
|
1431
1562
|
obs_pipeline_bytes_percentage == o.obs_pipeline_bytes_percentage &&
|
@@ -1434,16 +1565,26 @@ module DatadogAPIClient::V1
|
|
1434
1565
|
obs_pipelines_vcpu_usage == o.obs_pipelines_vcpu_usage &&
|
1435
1566
|
online_archive_percentage == o.online_archive_percentage &&
|
1436
1567
|
online_archive_usage == o.online_archive_usage &&
|
1568
|
+
product_analytics_session_percentage == o.product_analytics_session_percentage &&
|
1569
|
+
product_analytics_session_usage == o.product_analytics_session_usage &&
|
1437
1570
|
profiled_container_percentage == o.profiled_container_percentage &&
|
1438
1571
|
profiled_container_usage == o.profiled_container_usage &&
|
1439
1572
|
profiled_fargate_percentage == o.profiled_fargate_percentage &&
|
1440
1573
|
profiled_fargate_usage == o.profiled_fargate_usage &&
|
1441
1574
|
profiled_host_percentage == o.profiled_host_percentage &&
|
1442
1575
|
profiled_host_usage == o.profiled_host_usage &&
|
1576
|
+
published_app_percentage == o.published_app_percentage &&
|
1577
|
+
published_app_usage == o.published_app_usage &&
|
1443
1578
|
rum_browser_mobile_sessions_percentage == o.rum_browser_mobile_sessions_percentage &&
|
1444
1579
|
rum_browser_mobile_sessions_usage == o.rum_browser_mobile_sessions_usage &&
|
1580
|
+
rum_ingested_percentage == o.rum_ingested_percentage &&
|
1581
|
+
rum_ingested_usage == o.rum_ingested_usage &&
|
1582
|
+
rum_investigate_percentage == o.rum_investigate_percentage &&
|
1583
|
+
rum_investigate_usage == o.rum_investigate_usage &&
|
1445
1584
|
rum_replay_sessions_percentage == o.rum_replay_sessions_percentage &&
|
1446
1585
|
rum_replay_sessions_usage == o.rum_replay_sessions_usage &&
|
1586
|
+
rum_session_replay_add_on_percentage == o.rum_session_replay_add_on_percentage &&
|
1587
|
+
rum_session_replay_add_on_usage == o.rum_session_replay_add_on_usage &&
|
1447
1588
|
sca_fargate_percentage == o.sca_fargate_percentage &&
|
1448
1589
|
sca_fargate_usage == o.sca_fargate_usage &&
|
1449
1590
|
sds_scanned_bytes_percentage == o.sds_scanned_bytes_percentage &&
|
@@ -1469,7 +1610,7 @@ module DatadogAPIClient::V1
|
|
1469
1610
|
# @return [Integer] Hash code
|
1470
1611
|
# @!visibility private
|
1471
1612
|
def hash
|
1472
|
-
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, code_security_host_percentage, code_security_host_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_fargate_task_percentage, cws_fargate_task_usage, cws_hosts_percentage, cws_hosts_usage, data_jobs_monitoring_usage, data_stream_monitoring_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, sca_fargate_percentage, sca_fargate_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage, additional_properties].hash
|
1613
|
+
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, code_security_host_percentage, code_security_host_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_fargate_task_percentage, cws_fargate_task_usage, cws_hosts_percentage, cws_hosts_usage, data_jobs_monitoring_usage, data_stream_monitoring_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, incident_management_monthly_active_users_percentage, incident_management_monthly_active_users_usage, indexed_spans_percentage, indexed_spans_usage, infra_host_percentage, infra_host_usage, ingested_logs_bytes_percentage, ingested_logs_bytes_usage, ingested_spans_bytes_percentage, ingested_spans_bytes_usage, invocations_percentage, invocations_usage, lambda_traced_invocations_percentage, lambda_traced_invocations_usage, llm_observability_percentage, llm_observability_usage, logs_indexed_15day_percentage, logs_indexed_15day_usage, logs_indexed_180day_percentage, logs_indexed_180day_usage, logs_indexed_1day_percentage, logs_indexed_1day_usage, logs_indexed_30day_percentage, logs_indexed_30day_usage, logs_indexed_360day_percentage, logs_indexed_360day_usage, logs_indexed_3day_percentage, logs_indexed_3day_usage, logs_indexed_45day_percentage, logs_indexed_45day_usage, logs_indexed_60day_percentage, logs_indexed_60day_usage, logs_indexed_7day_percentage, logs_indexed_7day_usage, logs_indexed_90day_percentage, logs_indexed_90day_usage, logs_indexed_custom_retention_percentage, logs_indexed_custom_retention_usage, mobile_app_testing_percentage, mobile_app_testing_usage, ndm_netflow_percentage, ndm_netflow_usage, network_device_wireless_percentage, network_device_wireless_usage, npm_host_percentage, npm_host_usage, obs_pipeline_bytes_percentage, obs_pipeline_bytes_usage, obs_pipelines_vcpu_percentage, obs_pipelines_vcpu_usage, online_archive_percentage, online_archive_usage, product_analytics_session_percentage, product_analytics_session_usage, profiled_container_percentage, profiled_container_usage, profiled_fargate_percentage, profiled_fargate_usage, profiled_host_percentage, profiled_host_usage, published_app_percentage, published_app_usage, rum_browser_mobile_sessions_percentage, rum_browser_mobile_sessions_usage, rum_ingested_percentage, rum_ingested_usage, rum_investigate_percentage, rum_investigate_usage, rum_replay_sessions_percentage, rum_replay_sessions_usage, rum_session_replay_add_on_percentage, rum_session_replay_add_on_usage, sca_fargate_percentage, sca_fargate_usage, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_analyzed_logs_add_on_percentage, siem_analyzed_logs_add_on_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage, additional_properties].hash
|
1473
1614
|
end
|
1474
1615
|
end
|
1475
1616
|
end
|
@@ -30,6 +30,9 @@ module DatadogAPIClient::V1
|
|
30
30
|
# The tag/attribute key associated with the template variable.
|
31
31
|
attr_accessor :prefix
|
32
32
|
|
33
|
+
# The type of variable. This is to differentiate between filter variables (interpolated in query) and group by variables (interpolated into group by).
|
34
|
+
attr_accessor :type
|
35
|
+
|
33
36
|
# List of visible tag values on the shared dashboard.
|
34
37
|
attr_accessor :visible_tags
|
35
38
|
|
@@ -42,6 +45,7 @@ module DatadogAPIClient::V1
|
|
42
45
|
:'default_value' => :'default_value',
|
43
46
|
:'name' => :'name',
|
44
47
|
:'prefix' => :'prefix',
|
48
|
+
:'type' => :'type',
|
45
49
|
:'visible_tags' => :'visible_tags'
|
46
50
|
}
|
47
51
|
end
|
@@ -53,6 +57,7 @@ module DatadogAPIClient::V1
|
|
53
57
|
:'default_value' => :'String',
|
54
58
|
:'name' => :'String',
|
55
59
|
:'prefix' => :'String',
|
60
|
+
:'type' => :'String',
|
56
61
|
:'visible_tags' => :'Array<String>'
|
57
62
|
}
|
58
63
|
end
|
@@ -61,6 +66,7 @@ module DatadogAPIClient::V1
|
|
61
66
|
# @!visibility private
|
62
67
|
def self.openapi_nullable
|
63
68
|
Set.new([
|
69
|
+
:'type',
|
64
70
|
:'visible_tags',
|
65
71
|
])
|
66
72
|
end
|
@@ -95,6 +101,10 @@ module DatadogAPIClient::V1
|
|
95
101
|
self.prefix = attributes[:'prefix']
|
96
102
|
end
|
97
103
|
|
104
|
+
if attributes.key?(:'type')
|
105
|
+
self.type = attributes[:'type']
|
106
|
+
end
|
107
|
+
|
98
108
|
if attributes.key?(:'visible_tags')
|
99
109
|
if (value = attributes[:'visible_tags']).is_a?(Array)
|
100
110
|
self.visible_tags = value
|
@@ -131,6 +141,7 @@ module DatadogAPIClient::V1
|
|
131
141
|
default_value == o.default_value &&
|
132
142
|
name == o.name &&
|
133
143
|
prefix == o.prefix &&
|
144
|
+
type == o.type &&
|
134
145
|
visible_tags == o.visible_tags &&
|
135
146
|
additional_properties == o.additional_properties
|
136
147
|
end
|
@@ -139,7 +150,7 @@ module DatadogAPIClient::V1
|
|
139
150
|
# @return [Integer] Hash code
|
140
151
|
# @!visibility private
|
141
152
|
def hash
|
142
|
-
[default_value, name, prefix, visible_tags, additional_properties].hash
|
153
|
+
[default_value, name, prefix, type, visible_tags, additional_properties].hash
|
143
154
|
end
|
144
155
|
end
|
145
156
|
end
|
@@ -33,6 +33,7 @@ module DatadogAPIClient::V1
|
|
33
33
|
ASSERT_REQUESTS = "assertRequests".freeze
|
34
34
|
CLICK = "click".freeze
|
35
35
|
EXTRACT_FROM_JAVASCRIPT = "extractFromJavascript".freeze
|
36
|
+
EXTRACT_FROM_EMAIL_BODY = "extractFromEmailBody".freeze
|
36
37
|
EXTRACT_VARIABLE = "extractVariable".freeze
|
37
38
|
GO_TO_EMAIL_LINK = "goToEmailLink".freeze
|
38
39
|
GO_TO_URL = "goToUrl".freeze
|