datadog_api_client 2.20.0 → 2.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.apigentools-info +4 -4
- data/.generator/conftest.py +5 -0
- data/.generator/schemas/v1/openapi.yaml +333 -128
- data/.generator/schemas/v2/openapi.yaml +2450 -131
- data/CHANGELOG.md +28 -0
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
- data/examples/v2/case-management/ArchiveCase.rb +14 -0
- data/examples/v2/case-management/AssignCase.rb +20 -0
- data/examples/v2/case-management/CreateCase.rb +33 -0
- data/examples/v2/case-management/CreateProject.rb +15 -0
- data/examples/v2/case-management/DeleteProject.rb +5 -0
- data/examples/v2/case-management/GetCase.rb +8 -0
- data/examples/v2/case-management/GetProject.rb +5 -0
- data/examples/v2/case-management/GetProjects.rb +5 -0
- data/examples/v2/case-management/SearchCases.rb +5 -0
- data/examples/v2/case-management/SearchCases_3433960044.rb +5 -0
- data/examples/v2/case-management/UnarchiveCase.rb +14 -0
- data/examples/v2/case-management/UnassignCase.rb +14 -0
- data/examples/v2/case-management/UpdatePriority.rb +17 -0
- data/examples/v2/case-management/UpdateStatus.rb +17 -0
- data/examples/v2/cloud-workload-security/CreateCSMThreatsAgentRule.rb +17 -0
- data/examples/v2/cloud-workload-security/DeleteCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/DownloadCSMThreatsPolicy.rb +5 -0
- data/examples/v2/cloud-workload-security/GetCSMThreatsAgentRule.rb +8 -0
- data/examples/v2/cloud-workload-security/ListCSMThreatsAgentRules.rb +5 -0
- data/examples/v2/cloud-workload-security/UpdateCSMThreatsAgentRule.rb +20 -0
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +6 -3
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1091442807.rb +31 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_1288180912.rb +27 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_141236188.rb +32 -0
- data/examples/v2/logs-custom-destinations/CreateLogsCustomDestination_2184123765.rb +31 -0
- data/examples/v2/logs-custom-destinations/DeleteLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/GetLogsCustomDestination.rb +8 -0
- data/examples/v2/logs-custom-destinations/ListLogsCustomDestinations.rb +5 -0
- data/examples/v2/logs-custom-destinations/UpdateLogsCustomDestination.rb +18 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/lib/datadog_api_client/inflector.rb +112 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +5 -5
- data/lib/datadog_api_client/v1/models/gcp_account.rb +14 -1
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +6 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +8 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +84 -4
- data/lib/datadog_api_client/v1/models/synthetics_api_step_subtype.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +1 -1
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +2 -0
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +2 -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 +83 -3
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +182 -102
- data/lib/datadog_api_client/v2/api/case_management_api.rb +942 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_tests_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/cloud_workload_security_api.rb +392 -0
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +15 -0
- data/lib/datadog_api_client/v2/api/logs_custom_destinations_api.rb +355 -0
- data/lib/datadog_api_client/v2/api/metrics_api.rb +69 -1
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +3 -3
- data/lib/datadog_api_client/v2/models/case.rb +150 -0
- data/lib/datadog_api_client/v2/models/case3rd_party_ticket_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_assign.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_assign_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_assign_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_attributes.rb +202 -0
- data/lib/datadog_api_client/v2/models/case_create.rb +129 -0
- data/lib/datadog_api_client/v2/models/case_create_attributes.rb +139 -0
- data/lib/datadog_api_client/v2/models/case_create_relationships.rb +116 -0
- data/lib/datadog_api_client/v2/models/case_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_empty_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_priority.rb +31 -0
- data/lib/datadog_api_client/v2/models/case_relationships.rb +120 -0
- data/lib/datadog_api_client/v2/models/case_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/case_sortable_field.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/case_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_update_priority.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_priority_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status.rb +119 -0
- data/lib/datadog_api_client/v2/models/case_update_status_attributes.rb +98 -0
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/cases_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta.rb +80 -0
- data/lib/datadog_api_client/v2/models/cases_response_meta_pagination.rb +100 -0
- data/lib/datadog_api_client/v2/models/ci_app_aggregate_sort.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_pipelines_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/ci_app_tests_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action.rb +90 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_kill.rb +80 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_data.rb +11 -1
- data/lib/datadog_api_client/v2/models/custom_destination_attribute_tags_restriction_list_type.rb +31 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/custom_destination_create_request_definition.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_elasticsearch_destination_auth.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header.rb +140 -0
- data/lib/datadog_api_client/v2/models/custom_destination_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_definition.rb +100 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination.rb +64 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch.rb +181 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_elasticsearch_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http.rb +141 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_http_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk.rb +120 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_forward_destination_splunk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth.rb +63 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic.rb +98 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_basic_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header.rb +119 -0
- data/lib/datadog_api_client/v2/models/custom_destination_response_http_destination_auth_custom_header_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request.rb +80 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_attributes.rb +169 -0
- data/lib/datadog_api_client/v2/models/custom_destination_update_request_definition.rb +129 -0
- data/lib/datadog_api_client/v2/models/custom_destinations_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/dora_incident_request_attributes.rb +21 -20
- data/lib/datadog_api_client/v2/models/gcpsts_service_account_attributes.rb +14 -1
- data/lib/datadog_api_client/v2/models/jira_issue.rb +90 -0
- data/lib/datadog_api_client/v2/models/jira_issue_result.rb +110 -0
- data/lib/datadog_api_client/v2/models/logs_archive_integration_gcs.rb +1 -12
- data/lib/datadog_api_client/v2/models/metric_asset_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_dashboard_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_monitor_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_notebook_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_data.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_included.rb +65 -0
- data/lib/datadog_api_client/v2/models/metric_asset_response_relationships.rb +110 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationship.rb +90 -0
- data/lib/datadog_api_client/v2/models/metric_asset_slo_relationships.rb +82 -0
- data/lib/datadog_api_client/v2/models/metric_assets_response.rb +92 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_attributes.rb +112 -0
- data/lib/datadog_api_client/v2/models/metric_dashboard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_monitor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_notebook_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/metric_slo_asset.rb +129 -0
- data/lib/datadog_api_client/v2/models/metric_slo_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/nullable_user_relationship.rb +88 -0
- data/lib/datadog_api_client/v2/models/nullable_user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project.rb +150 -0
- data/lib/datadog_api_client/v2/models/project_attributes.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_create.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_attributes.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship.rb +98 -0
- data/lib/datadog_api_client/v2/models/project_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/project_relationships.rb +90 -0
- data/lib/datadog_api_client/v2/models/project_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/project_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/projects_response.rb +82 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_now_ticket.rb +90 -0
- data/lib/datadog_api_client/v2/models/service_now_ticket_result.rb +80 -0
- data/lib/datadog_api_client/v2/models/user_relationship_data.rb +119 -0
- data/lib/datadog_api_client/v2/models/user_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_team_included.rb +62 -0
- data/lib/datadog_api_client/v2/models/user_team_response.rb +16 -4
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +147 -2
|
@@ -57,6 +57,12 @@ module DatadogAPIClient::V1
|
|
|
57
57
|
# The Application Security Monitoring host usage by tag(s).
|
|
58
58
|
attr_accessor :appsec_usage
|
|
59
59
|
|
|
60
|
+
# The percentage of Application Security Monitoring Serverless traced invocations usage by tag(s).
|
|
61
|
+
attr_accessor :asm_serverless_traced_invocations_percentage
|
|
62
|
+
|
|
63
|
+
# The Application Security Monitoring Serverless traced invocations usage by tag(s).
|
|
64
|
+
attr_accessor :asm_serverless_traced_invocations_usage
|
|
65
|
+
|
|
60
66
|
# The percentage of synthetic browser test usage by tag(s).
|
|
61
67
|
attr_accessor :browser_percentage
|
|
62
68
|
|
|
@@ -153,6 +159,12 @@ module DatadogAPIClient::V1
|
|
|
153
159
|
# The Database Monitoring queries usage by tag(s).
|
|
154
160
|
attr_accessor :dbm_queries_usage
|
|
155
161
|
|
|
162
|
+
# The percentage of error tracking events usage by tag(s).
|
|
163
|
+
attr_accessor :error_tracking_percentage
|
|
164
|
+
|
|
165
|
+
# The error tracking events usage by tag(s).
|
|
166
|
+
attr_accessor :error_tracking_usage
|
|
167
|
+
|
|
156
168
|
# The percentage of estimated live indexed logs usage by tag(s).
|
|
157
169
|
attr_accessor :estimated_indexed_logs_percentage
|
|
158
170
|
|
|
@@ -315,6 +327,12 @@ module DatadogAPIClient::V1
|
|
|
315
327
|
# The observability pipeline bytes usage by tag(s).
|
|
316
328
|
attr_accessor :obs_pipeline_bytes_usage
|
|
317
329
|
|
|
330
|
+
# The percentage of observability pipeline per core usage by tag(s).
|
|
331
|
+
attr_accessor :obs_pipelines_vcpu_percentage
|
|
332
|
+
|
|
333
|
+
# The observability pipeline per core usage by tag(s).
|
|
334
|
+
attr_accessor :obs_pipelines_vcpu_usage
|
|
335
|
+
|
|
318
336
|
# The percentage of profiled container usage by tag(s).
|
|
319
337
|
attr_accessor :profiled_container_percentage
|
|
320
338
|
|
|
@@ -381,6 +399,12 @@ module DatadogAPIClient::V1
|
|
|
381
399
|
# The Application Vulnerability Management usage by tag(s).
|
|
382
400
|
attr_accessor :vuln_management_hosts_usage
|
|
383
401
|
|
|
402
|
+
# The percentage of workflow executions usage by tag(s).
|
|
403
|
+
attr_accessor :workflow_executions_percentage
|
|
404
|
+
|
|
405
|
+
# The total workflow executions usage by tag(s).
|
|
406
|
+
attr_accessor :workflow_executions_usage
|
|
407
|
+
|
|
384
408
|
# Attribute mapping from ruby-style variable name to JSON key.
|
|
385
409
|
# @!visibility private
|
|
386
410
|
def self.attribute_map
|
|
@@ -397,6 +421,8 @@ module DatadogAPIClient::V1
|
|
|
397
421
|
:'appsec_fargate_usage' => :'appsec_fargate_usage',
|
|
398
422
|
:'appsec_percentage' => :'appsec_percentage',
|
|
399
423
|
:'appsec_usage' => :'appsec_usage',
|
|
424
|
+
:'asm_serverless_traced_invocations_percentage' => :'asm_serverless_traced_invocations_percentage',
|
|
425
|
+
:'asm_serverless_traced_invocations_usage' => :'asm_serverless_traced_invocations_usage',
|
|
400
426
|
:'browser_percentage' => :'browser_percentage',
|
|
401
427
|
:'browser_usage' => :'browser_usage',
|
|
402
428
|
:'ci_pipeline_indexed_spans_percentage' => :'ci_pipeline_indexed_spans_percentage',
|
|
@@ -429,6 +455,8 @@ module DatadogAPIClient::V1
|
|
|
429
455
|
:'dbm_hosts_usage' => :'dbm_hosts_usage',
|
|
430
456
|
:'dbm_queries_percentage' => :'dbm_queries_percentage',
|
|
431
457
|
:'dbm_queries_usage' => :'dbm_queries_usage',
|
|
458
|
+
:'error_tracking_percentage' => :'error_tracking_percentage',
|
|
459
|
+
:'error_tracking_usage' => :'error_tracking_usage',
|
|
432
460
|
:'estimated_indexed_logs_percentage' => :'estimated_indexed_logs_percentage',
|
|
433
461
|
:'estimated_indexed_logs_usage' => :'estimated_indexed_logs_usage',
|
|
434
462
|
:'estimated_indexed_spans_percentage' => :'estimated_indexed_spans_percentage',
|
|
@@ -483,6 +511,8 @@ module DatadogAPIClient::V1
|
|
|
483
511
|
:'npm_host_usage' => :'npm_host_usage',
|
|
484
512
|
:'obs_pipeline_bytes_percentage' => :'obs_pipeline_bytes_percentage',
|
|
485
513
|
:'obs_pipeline_bytes_usage' => :'obs_pipeline_bytes_usage',
|
|
514
|
+
:'obs_pipelines_vcpu_percentage' => :'obs_pipelines_vcpu_percentage',
|
|
515
|
+
:'obs_pipelines_vcpu_usage' => :'obs_pipelines_vcpu_usage',
|
|
486
516
|
:'profiled_container_percentage' => :'profiled_container_percentage',
|
|
487
517
|
:'profiled_container_usage' => :'profiled_container_usage',
|
|
488
518
|
:'profiled_fargate_percentage' => :'profiled_fargate_percentage',
|
|
@@ -504,7 +534,9 @@ module DatadogAPIClient::V1
|
|
|
504
534
|
:'universal_service_monitoring_percentage' => :'universal_service_monitoring_percentage',
|
|
505
535
|
:'universal_service_monitoring_usage' => :'universal_service_monitoring_usage',
|
|
506
536
|
:'vuln_management_hosts_percentage' => :'vuln_management_hosts_percentage',
|
|
507
|
-
:'vuln_management_hosts_usage' => :'vuln_management_hosts_usage'
|
|
537
|
+
:'vuln_management_hosts_usage' => :'vuln_management_hosts_usage',
|
|
538
|
+
:'workflow_executions_percentage' => :'workflow_executions_percentage',
|
|
539
|
+
:'workflow_executions_usage' => :'workflow_executions_usage'
|
|
508
540
|
}
|
|
509
541
|
end
|
|
510
542
|
|
|
@@ -524,6 +556,8 @@ module DatadogAPIClient::V1
|
|
|
524
556
|
:'appsec_fargate_usage' => :'Float',
|
|
525
557
|
:'appsec_percentage' => :'Float',
|
|
526
558
|
:'appsec_usage' => :'Float',
|
|
559
|
+
:'asm_serverless_traced_invocations_percentage' => :'Float',
|
|
560
|
+
:'asm_serverless_traced_invocations_usage' => :'Float',
|
|
527
561
|
:'browser_percentage' => :'Float',
|
|
528
562
|
:'browser_usage' => :'Float',
|
|
529
563
|
:'ci_pipeline_indexed_spans_percentage' => :'Float',
|
|
@@ -556,6 +590,8 @@ module DatadogAPIClient::V1
|
|
|
556
590
|
:'dbm_hosts_usage' => :'Float',
|
|
557
591
|
:'dbm_queries_percentage' => :'Float',
|
|
558
592
|
:'dbm_queries_usage' => :'Float',
|
|
593
|
+
:'error_tracking_percentage' => :'Float',
|
|
594
|
+
:'error_tracking_usage' => :'Float',
|
|
559
595
|
:'estimated_indexed_logs_percentage' => :'Float',
|
|
560
596
|
:'estimated_indexed_logs_usage' => :'Float',
|
|
561
597
|
:'estimated_indexed_spans_percentage' => :'Float',
|
|
@@ -610,6 +646,8 @@ module DatadogAPIClient::V1
|
|
|
610
646
|
:'npm_host_usage' => :'Float',
|
|
611
647
|
:'obs_pipeline_bytes_percentage' => :'Float',
|
|
612
648
|
:'obs_pipeline_bytes_usage' => :'Float',
|
|
649
|
+
:'obs_pipelines_vcpu_percentage' => :'Float',
|
|
650
|
+
:'obs_pipelines_vcpu_usage' => :'Float',
|
|
613
651
|
:'profiled_container_percentage' => :'Float',
|
|
614
652
|
:'profiled_container_usage' => :'Float',
|
|
615
653
|
:'profiled_fargate_percentage' => :'Float',
|
|
@@ -631,7 +669,9 @@ module DatadogAPIClient::V1
|
|
|
631
669
|
:'universal_service_monitoring_percentage' => :'Float',
|
|
632
670
|
:'universal_service_monitoring_usage' => :'Float',
|
|
633
671
|
:'vuln_management_hosts_percentage' => :'Float',
|
|
634
|
-
:'vuln_management_hosts_usage' => :'Float'
|
|
672
|
+
:'vuln_management_hosts_usage' => :'Float',
|
|
673
|
+
:'workflow_executions_percentage' => :'Float',
|
|
674
|
+
:'workflow_executions_usage' => :'Float'
|
|
635
675
|
}
|
|
636
676
|
end
|
|
637
677
|
|
|
@@ -699,6 +739,14 @@ module DatadogAPIClient::V1
|
|
|
699
739
|
self.appsec_usage = attributes[:'appsec_usage']
|
|
700
740
|
end
|
|
701
741
|
|
|
742
|
+
if attributes.key?(:'asm_serverless_traced_invocations_percentage')
|
|
743
|
+
self.asm_serverless_traced_invocations_percentage = attributes[:'asm_serverless_traced_invocations_percentage']
|
|
744
|
+
end
|
|
745
|
+
|
|
746
|
+
if attributes.key?(:'asm_serverless_traced_invocations_usage')
|
|
747
|
+
self.asm_serverless_traced_invocations_usage = attributes[:'asm_serverless_traced_invocations_usage']
|
|
748
|
+
end
|
|
749
|
+
|
|
702
750
|
if attributes.key?(:'browser_percentage')
|
|
703
751
|
self.browser_percentage = attributes[:'browser_percentage']
|
|
704
752
|
end
|
|
@@ -827,6 +875,14 @@ module DatadogAPIClient::V1
|
|
|
827
875
|
self.dbm_queries_usage = attributes[:'dbm_queries_usage']
|
|
828
876
|
end
|
|
829
877
|
|
|
878
|
+
if attributes.key?(:'error_tracking_percentage')
|
|
879
|
+
self.error_tracking_percentage = attributes[:'error_tracking_percentage']
|
|
880
|
+
end
|
|
881
|
+
|
|
882
|
+
if attributes.key?(:'error_tracking_usage')
|
|
883
|
+
self.error_tracking_usage = attributes[:'error_tracking_usage']
|
|
884
|
+
end
|
|
885
|
+
|
|
830
886
|
if attributes.key?(:'estimated_indexed_logs_percentage')
|
|
831
887
|
self.estimated_indexed_logs_percentage = attributes[:'estimated_indexed_logs_percentage']
|
|
832
888
|
end
|
|
@@ -1043,6 +1099,14 @@ module DatadogAPIClient::V1
|
|
|
1043
1099
|
self.obs_pipeline_bytes_usage = attributes[:'obs_pipeline_bytes_usage']
|
|
1044
1100
|
end
|
|
1045
1101
|
|
|
1102
|
+
if attributes.key?(:'obs_pipelines_vcpu_percentage')
|
|
1103
|
+
self.obs_pipelines_vcpu_percentage = attributes[:'obs_pipelines_vcpu_percentage']
|
|
1104
|
+
end
|
|
1105
|
+
|
|
1106
|
+
if attributes.key?(:'obs_pipelines_vcpu_usage')
|
|
1107
|
+
self.obs_pipelines_vcpu_usage = attributes[:'obs_pipelines_vcpu_usage']
|
|
1108
|
+
end
|
|
1109
|
+
|
|
1046
1110
|
if attributes.key?(:'profiled_container_percentage')
|
|
1047
1111
|
self.profiled_container_percentage = attributes[:'profiled_container_percentage']
|
|
1048
1112
|
end
|
|
@@ -1130,6 +1194,14 @@ module DatadogAPIClient::V1
|
|
|
1130
1194
|
if attributes.key?(:'vuln_management_hosts_usage')
|
|
1131
1195
|
self.vuln_management_hosts_usage = attributes[:'vuln_management_hosts_usage']
|
|
1132
1196
|
end
|
|
1197
|
+
|
|
1198
|
+
if attributes.key?(:'workflow_executions_percentage')
|
|
1199
|
+
self.workflow_executions_percentage = attributes[:'workflow_executions_percentage']
|
|
1200
|
+
end
|
|
1201
|
+
|
|
1202
|
+
if attributes.key?(:'workflow_executions_usage')
|
|
1203
|
+
self.workflow_executions_usage = attributes[:'workflow_executions_usage']
|
|
1204
|
+
end
|
|
1133
1205
|
end
|
|
1134
1206
|
|
|
1135
1207
|
# Checks equality by comparing each attribute.
|
|
@@ -1150,6 +1222,8 @@ module DatadogAPIClient::V1
|
|
|
1150
1222
|
appsec_fargate_usage == o.appsec_fargate_usage &&
|
|
1151
1223
|
appsec_percentage == o.appsec_percentage &&
|
|
1152
1224
|
appsec_usage == o.appsec_usage &&
|
|
1225
|
+
asm_serverless_traced_invocations_percentage == o.asm_serverless_traced_invocations_percentage &&
|
|
1226
|
+
asm_serverless_traced_invocations_usage == o.asm_serverless_traced_invocations_usage &&
|
|
1153
1227
|
browser_percentage == o.browser_percentage &&
|
|
1154
1228
|
browser_usage == o.browser_usage &&
|
|
1155
1229
|
ci_pipeline_indexed_spans_percentage == o.ci_pipeline_indexed_spans_percentage &&
|
|
@@ -1182,6 +1256,8 @@ module DatadogAPIClient::V1
|
|
|
1182
1256
|
dbm_hosts_usage == o.dbm_hosts_usage &&
|
|
1183
1257
|
dbm_queries_percentage == o.dbm_queries_percentage &&
|
|
1184
1258
|
dbm_queries_usage == o.dbm_queries_usage &&
|
|
1259
|
+
error_tracking_percentage == o.error_tracking_percentage &&
|
|
1260
|
+
error_tracking_usage == o.error_tracking_usage &&
|
|
1185
1261
|
estimated_indexed_logs_percentage == o.estimated_indexed_logs_percentage &&
|
|
1186
1262
|
estimated_indexed_logs_usage == o.estimated_indexed_logs_usage &&
|
|
1187
1263
|
estimated_indexed_spans_percentage == o.estimated_indexed_spans_percentage &&
|
|
@@ -1236,6 +1312,8 @@ module DatadogAPIClient::V1
|
|
|
1236
1312
|
npm_host_usage == o.npm_host_usage &&
|
|
1237
1313
|
obs_pipeline_bytes_percentage == o.obs_pipeline_bytes_percentage &&
|
|
1238
1314
|
obs_pipeline_bytes_usage == o.obs_pipeline_bytes_usage &&
|
|
1315
|
+
obs_pipelines_vcpu_percentage == o.obs_pipelines_vcpu_percentage &&
|
|
1316
|
+
obs_pipelines_vcpu_usage == o.obs_pipelines_vcpu_usage &&
|
|
1239
1317
|
profiled_container_percentage == o.profiled_container_percentage &&
|
|
1240
1318
|
profiled_container_usage == o.profiled_container_usage &&
|
|
1241
1319
|
profiled_fargate_percentage == o.profiled_fargate_percentage &&
|
|
@@ -1257,14 +1335,16 @@ module DatadogAPIClient::V1
|
|
|
1257
1335
|
universal_service_monitoring_percentage == o.universal_service_monitoring_percentage &&
|
|
1258
1336
|
universal_service_monitoring_usage == o.universal_service_monitoring_usage &&
|
|
1259
1337
|
vuln_management_hosts_percentage == o.vuln_management_hosts_percentage &&
|
|
1260
|
-
vuln_management_hosts_usage == o.vuln_management_hosts_usage
|
|
1338
|
+
vuln_management_hosts_usage == o.vuln_management_hosts_usage &&
|
|
1339
|
+
workflow_executions_percentage == o.workflow_executions_percentage &&
|
|
1340
|
+
workflow_executions_usage == o.workflow_executions_usage
|
|
1261
1341
|
end
|
|
1262
1342
|
|
|
1263
1343
|
# Calculates hash code according to all attributes.
|
|
1264
1344
|
# @return [Integer] Hash code
|
|
1265
1345
|
# @!visibility private
|
|
1266
1346
|
def hash
|
|
1267
|
-
[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, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, 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_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, 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, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_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].hash
|
|
1347
|
+
[api_percentage, api_usage, apm_fargate_percentage, apm_fargate_usage, apm_host_percentage, apm_host_usage, apm_usm_percentage, apm_usm_usage, appsec_fargate_percentage, appsec_fargate_usage, appsec_percentage, appsec_usage, asm_serverless_traced_invocations_percentage, asm_serverless_traced_invocations_usage, browser_percentage, browser_usage, ci_pipeline_indexed_spans_percentage, ci_pipeline_indexed_spans_usage, ci_test_indexed_spans_percentage, ci_test_indexed_spans_usage, ci_visibility_itr_percentage, ci_visibility_itr_usage, cloud_siem_percentage, cloud_siem_usage, container_excl_agent_percentage, container_excl_agent_usage, container_percentage, container_usage, cspm_containers_percentage, cspm_containers_usage, cspm_hosts_percentage, cspm_hosts_usage, custom_event_percentage, custom_event_usage, custom_ingested_timeseries_percentage, custom_ingested_timeseries_usage, custom_timeseries_percentage, custom_timeseries_usage, cws_containers_percentage, cws_containers_usage, cws_hosts_percentage, cws_hosts_usage, dbm_hosts_percentage, dbm_hosts_usage, dbm_queries_percentage, dbm_queries_usage, error_tracking_percentage, error_tracking_usage, estimated_indexed_logs_percentage, estimated_indexed_logs_usage, estimated_indexed_spans_percentage, estimated_indexed_spans_usage, estimated_ingested_logs_percentage, estimated_ingested_logs_usage, estimated_ingested_spans_percentage, estimated_ingested_spans_usage, estimated_rum_sessions_percentage, estimated_rum_sessions_usage, fargate_percentage, fargate_usage, functions_percentage, functions_usage, 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_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, 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, sds_scanned_bytes_percentage, sds_scanned_bytes_usage, serverless_apps_percentage, serverless_apps_usage, siem_ingested_bytes_percentage, siem_ingested_bytes_usage, snmp_percentage, snmp_usage, universal_service_monitoring_percentage, universal_service_monitoring_usage, vuln_management_hosts_percentage, vuln_management_hosts_usage, workflow_executions_percentage, workflow_executions_usage].hash
|
|
1268
1348
|
end
|
|
1269
1349
|
end
|
|
1270
1350
|
end
|
|
@@ -63,6 +63,9 @@ module DatadogAPIClient::V1
|
|
|
63
63
|
# Host name to perform the test with.
|
|
64
64
|
attr_accessor :host
|
|
65
65
|
|
|
66
|
+
# HTTP version to use for a Synthetic test.
|
|
67
|
+
attr_accessor :http_version
|
|
68
|
+
|
|
66
69
|
# Message to send for UDP or WebSocket tests.
|
|
67
70
|
attr_accessor :message
|
|
68
71
|
|
|
@@ -125,6 +128,7 @@ module DatadogAPIClient::V1
|
|
|
125
128
|
:'follow_redirects' => :'follow_redirects',
|
|
126
129
|
:'headers' => :'headers',
|
|
127
130
|
:'host' => :'host',
|
|
131
|
+
:'http_version' => :'httpVersion',
|
|
128
132
|
:'message' => :'message',
|
|
129
133
|
:'metadata' => :'metadata',
|
|
130
134
|
:'method' => :'method',
|
|
@@ -160,6 +164,7 @@ module DatadogAPIClient::V1
|
|
|
160
164
|
:'follow_redirects' => :'Boolean',
|
|
161
165
|
:'headers' => :'Hash<String, String>',
|
|
162
166
|
:'host' => :'String',
|
|
167
|
+
:'http_version' => :'SyntheticsTestOptionsHTTPVersion',
|
|
163
168
|
:'message' => :'String',
|
|
164
169
|
:'metadata' => :'Hash<String, String>',
|
|
165
170
|
:'method' => :'String',
|
|
@@ -251,6 +256,10 @@ module DatadogAPIClient::V1
|
|
|
251
256
|
self.host = attributes[:'host']
|
|
252
257
|
end
|
|
253
258
|
|
|
259
|
+
if attributes.key?(:'http_version')
|
|
260
|
+
self.http_version = attributes[:'http_version']
|
|
261
|
+
end
|
|
262
|
+
|
|
254
263
|
if attributes.key?(:'message')
|
|
255
264
|
self.message = attributes[:'message']
|
|
256
265
|
end
|
|
@@ -365,6 +374,7 @@ module DatadogAPIClient::V1
|
|
|
365
374
|
follow_redirects == o.follow_redirects &&
|
|
366
375
|
headers == o.headers &&
|
|
367
376
|
host == o.host &&
|
|
377
|
+
http_version == o.http_version &&
|
|
368
378
|
message == o.message &&
|
|
369
379
|
metadata == o.metadata &&
|
|
370
380
|
method == o.method &&
|
|
@@ -385,7 +395,7 @@ module DatadogAPIClient::V1
|
|
|
385
395
|
# @return [Integer] Hash code
|
|
386
396
|
# @!visibility private
|
|
387
397
|
def hash
|
|
388
|
-
[allow_insecure, basic_auth, body, body_type, call_type, certificate, certificate_domains, compressed_json_descriptor, compressed_proto_file, dns_server, dns_server_port, follow_redirects, headers, host, message, metadata, method, no_saving_response_body, number_of_packets, persist_cookies, port, proxy, query, servername, service, should_track_hops, timeout, url].hash
|
|
398
|
+
[allow_insecure, basic_auth, body, body_type, call_type, certificate, certificate_domains, compressed_json_descriptor, compressed_proto_file, dns_server, dns_server_port, follow_redirects, headers, host, http_version, message, metadata, method, no_saving_response_body, number_of_packets, persist_cookies, port, proxy, query, servername, service, should_track_hops, timeout, url].hash
|
|
389
399
|
end
|
|
390
400
|
end
|
|
391
401
|
end
|
|
@@ -40,7 +40,7 @@ module DatadogAPIClient::V1
|
|
|
40
40
|
# In this scenario the API returns the total usage, not broken down by tags.
|
|
41
41
|
attr_accessor :tags
|
|
42
42
|
|
|
43
|
-
# Shows the the most recent hour in the current
|
|
43
|
+
# Shows the the most recent hour in the current month for all organizations for which all usages were calculated.
|
|
44
44
|
attr_accessor :updated_at
|
|
45
45
|
|
|
46
46
|
# Fields in Usage Summary by tag(s).
|
|
@@ -57,5 +57,7 @@ module DatadogAPIClient::V1
|
|
|
57
57
|
APPSEC_FARGATE_PERCENTAGE = "appsec_fargate_percentage".freeze
|
|
58
58
|
ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE = "estimated_rum_usage_attribution_usage".freeze
|
|
59
59
|
ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE = "estimated_rum_usage_attribution_percentage".freeze
|
|
60
|
+
ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE = "asm_serverless_traced_invocations_usage".freeze
|
|
61
|
+
ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE = "asm_serverless_traced_invocations_percentage".freeze
|
|
60
62
|
end
|
|
61
63
|
end
|
|
@@ -67,6 +67,8 @@ module DatadogAPIClient::V1
|
|
|
67
67
|
APPSEC_FARGATE_PERCENTAGE = "appsec_fargate_percentage".freeze
|
|
68
68
|
ESTIMATED_RUM_USAGE_ATTRIBUTION_USAGE = "estimated_rum_usage_attribution_usage".freeze
|
|
69
69
|
ESTIMATED_RUM_USAGE_ATTRIBUTION_PERCENTAGE = "estimated_rum_usage_attribution_percentage".freeze
|
|
70
|
+
ASM_SERVERLESS_TRACED_INVOCATIONS_USAGE = "asm_serverless_traced_invocations_usage".freeze
|
|
71
|
+
ASM_SERVERLESS_TRACED_INVOCATIONS_PERCENTAGE = "asm_serverless_traced_invocations_percentage".freeze
|
|
70
72
|
ALL = "*".freeze
|
|
71
73
|
end
|
|
72
74
|
end
|
|
@@ -39,6 +39,9 @@ module DatadogAPIClient::V1
|
|
|
39
39
|
# Shows the average of all Application Security Monitoring ECS Fargate tasks over all hours in the current date for all organizations.
|
|
40
40
|
attr_accessor :appsec_fargate_count_avg
|
|
41
41
|
|
|
42
|
+
# Shows the sum of all Application Security Monitoring Serverless invocations over all hours in the current date for all organizations.
|
|
43
|
+
attr_accessor :asm_serverless_sum
|
|
44
|
+
|
|
42
45
|
# Shows the sum of audit logs lines indexed over all hours in the current date for all organizations.
|
|
43
46
|
attr_accessor :audit_logs_lines_indexed_sum
|
|
44
47
|
|
|
@@ -93,6 +96,9 @@ module DatadogAPIClient::V1
|
|
|
93
96
|
# Host count average of Cloud Cost Management for Azure for the given date and given organization.
|
|
94
97
|
attr_accessor :cloud_cost_management_azure_host_count_avg
|
|
95
98
|
|
|
99
|
+
# Host count average of Cloud Cost Management for GCP for the given date and given organization.
|
|
100
|
+
attr_accessor :cloud_cost_management_gcp_host_count_avg
|
|
101
|
+
|
|
96
102
|
# Host count average of Cloud Cost Management for all cloud providers for the given date and given organization.
|
|
97
103
|
attr_accessor :cloud_cost_management_host_count_avg
|
|
98
104
|
|
|
@@ -177,12 +183,30 @@ module DatadogAPIClient::V1
|
|
|
177
183
|
# Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
|
|
178
184
|
attr_accessor :dbm_queries_count_avg
|
|
179
185
|
|
|
186
|
+
# Shows the sum of all Error Tracking events over all hours in the current date for the given org.
|
|
187
|
+
attr_accessor :error_tracking_events_sum
|
|
188
|
+
|
|
180
189
|
# Shows the high-watermark of all Fargate tasks over all hours in the current date for all organizations.
|
|
181
190
|
attr_accessor :fargate_tasks_count_avg
|
|
182
191
|
|
|
183
192
|
# Shows the average of all Fargate tasks over all hours in the current date for all organizations.
|
|
184
193
|
attr_accessor :fargate_tasks_count_hwm
|
|
185
194
|
|
|
195
|
+
# Shows the average number of Flex Logs Compute Large Instances over all hours in the current date for the given org.
|
|
196
|
+
attr_accessor :flex_logs_compute_large_avg
|
|
197
|
+
|
|
198
|
+
# Shows the average number of Flex Logs Compute Medium Instances over all hours in the current date for the given org.
|
|
199
|
+
attr_accessor :flex_logs_compute_medium_avg
|
|
200
|
+
|
|
201
|
+
# Shows the average number of Flex Logs Compute Small Instances over all hours in the current date for the given org.
|
|
202
|
+
attr_accessor :flex_logs_compute_small_avg
|
|
203
|
+
|
|
204
|
+
# Shows the average number of Flex Logs Compute Extra Small Instances over all hours in the current date for the given org.
|
|
205
|
+
attr_accessor :flex_logs_compute_xsmall_avg
|
|
206
|
+
|
|
207
|
+
# Shows the average of all Flex Stored Logs over all hours in the current date for the given org.
|
|
208
|
+
attr_accessor :flex_stored_logs_avg
|
|
209
|
+
|
|
186
210
|
# Shows the sum of all log bytes forwarded over all hours in the current date for all organizations.
|
|
187
211
|
attr_accessor :forwarding_events_bytes_sum
|
|
188
212
|
|
|
@@ -340,6 +364,7 @@ module DatadogAPIClient::V1
|
|
|
340
364
|
:'apm_fargate_count_avg' => :'apm_fargate_count_avg',
|
|
341
365
|
:'apm_host_top99p' => :'apm_host_top99p',
|
|
342
366
|
:'appsec_fargate_count_avg' => :'appsec_fargate_count_avg',
|
|
367
|
+
:'asm_serverless_sum' => :'asm_serverless_sum',
|
|
343
368
|
:'audit_logs_lines_indexed_sum' => :'audit_logs_lines_indexed_sum',
|
|
344
369
|
:'audit_trail_enabled_hwm' => :'audit_trail_enabled_hwm',
|
|
345
370
|
:'avg_profiled_fargate_tasks' => :'avg_profiled_fargate_tasks',
|
|
@@ -358,6 +383,7 @@ module DatadogAPIClient::V1
|
|
|
358
383
|
:'ci_visibility_test_committers_hwm' => :'ci_visibility_test_committers_hwm',
|
|
359
384
|
:'cloud_cost_management_aws_host_count_avg' => :'cloud_cost_management_aws_host_count_avg',
|
|
360
385
|
:'cloud_cost_management_azure_host_count_avg' => :'cloud_cost_management_azure_host_count_avg',
|
|
386
|
+
:'cloud_cost_management_gcp_host_count_avg' => :'cloud_cost_management_gcp_host_count_avg',
|
|
361
387
|
:'cloud_cost_management_host_count_avg' => :'cloud_cost_management_host_count_avg',
|
|
362
388
|
:'cloud_siem_events_sum' => :'cloud_siem_events_sum',
|
|
363
389
|
:'container_avg' => :'container_avg',
|
|
@@ -386,8 +412,14 @@ module DatadogAPIClient::V1
|
|
|
386
412
|
:'date' => :'date',
|
|
387
413
|
:'dbm_host_top99p' => :'dbm_host_top99p',
|
|
388
414
|
:'dbm_queries_count_avg' => :'dbm_queries_count_avg',
|
|
415
|
+
:'error_tracking_events_sum' => :'error_tracking_events_sum',
|
|
389
416
|
:'fargate_tasks_count_avg' => :'fargate_tasks_count_avg',
|
|
390
417
|
:'fargate_tasks_count_hwm' => :'fargate_tasks_count_hwm',
|
|
418
|
+
:'flex_logs_compute_large_avg' => :'flex_logs_compute_large_avg',
|
|
419
|
+
:'flex_logs_compute_medium_avg' => :'flex_logs_compute_medium_avg',
|
|
420
|
+
:'flex_logs_compute_small_avg' => :'flex_logs_compute_small_avg',
|
|
421
|
+
:'flex_logs_compute_xsmall_avg' => :'flex_logs_compute_xsmall_avg',
|
|
422
|
+
:'flex_stored_logs_avg' => :'flex_stored_logs_avg',
|
|
391
423
|
:'forwarding_events_bytes_sum' => :'forwarding_events_bytes_sum',
|
|
392
424
|
:'gcp_host_top99p' => :'gcp_host_top99p',
|
|
393
425
|
:'heroku_host_top99p' => :'heroku_host_top99p',
|
|
@@ -450,6 +482,7 @@ module DatadogAPIClient::V1
|
|
|
450
482
|
:'apm_fargate_count_avg' => :'Integer',
|
|
451
483
|
:'apm_host_top99p' => :'Integer',
|
|
452
484
|
:'appsec_fargate_count_avg' => :'Integer',
|
|
485
|
+
:'asm_serverless_sum' => :'Integer',
|
|
453
486
|
:'audit_logs_lines_indexed_sum' => :'Integer',
|
|
454
487
|
:'audit_trail_enabled_hwm' => :'Integer',
|
|
455
488
|
:'avg_profiled_fargate_tasks' => :'Integer',
|
|
@@ -468,6 +501,7 @@ module DatadogAPIClient::V1
|
|
|
468
501
|
:'ci_visibility_test_committers_hwm' => :'Integer',
|
|
469
502
|
:'cloud_cost_management_aws_host_count_avg' => :'Integer',
|
|
470
503
|
:'cloud_cost_management_azure_host_count_avg' => :'Integer',
|
|
504
|
+
:'cloud_cost_management_gcp_host_count_avg' => :'Integer',
|
|
471
505
|
:'cloud_cost_management_host_count_avg' => :'Integer',
|
|
472
506
|
:'cloud_siem_events_sum' => :'Integer',
|
|
473
507
|
:'container_avg' => :'Integer',
|
|
@@ -496,8 +530,14 @@ module DatadogAPIClient::V1
|
|
|
496
530
|
:'date' => :'Time',
|
|
497
531
|
:'dbm_host_top99p' => :'Integer',
|
|
498
532
|
:'dbm_queries_count_avg' => :'Integer',
|
|
533
|
+
:'error_tracking_events_sum' => :'Integer',
|
|
499
534
|
:'fargate_tasks_count_avg' => :'Integer',
|
|
500
535
|
:'fargate_tasks_count_hwm' => :'Integer',
|
|
536
|
+
:'flex_logs_compute_large_avg' => :'Integer',
|
|
537
|
+
:'flex_logs_compute_medium_avg' => :'Integer',
|
|
538
|
+
:'flex_logs_compute_small_avg' => :'Integer',
|
|
539
|
+
:'flex_logs_compute_xsmall_avg' => :'Integer',
|
|
540
|
+
:'flex_stored_logs_avg' => :'Integer',
|
|
501
541
|
:'forwarding_events_bytes_sum' => :'Integer',
|
|
502
542
|
:'gcp_host_top99p' => :'Integer',
|
|
503
543
|
:'heroku_host_top99p' => :'Integer',
|
|
@@ -590,6 +630,10 @@ module DatadogAPIClient::V1
|
|
|
590
630
|
self.appsec_fargate_count_avg = attributes[:'appsec_fargate_count_avg']
|
|
591
631
|
end
|
|
592
632
|
|
|
633
|
+
if attributes.key?(:'asm_serverless_sum')
|
|
634
|
+
self.asm_serverless_sum = attributes[:'asm_serverless_sum']
|
|
635
|
+
end
|
|
636
|
+
|
|
593
637
|
if attributes.key?(:'audit_logs_lines_indexed_sum')
|
|
594
638
|
self.audit_logs_lines_indexed_sum = attributes[:'audit_logs_lines_indexed_sum']
|
|
595
639
|
end
|
|
@@ -662,6 +706,10 @@ module DatadogAPIClient::V1
|
|
|
662
706
|
self.cloud_cost_management_azure_host_count_avg = attributes[:'cloud_cost_management_azure_host_count_avg']
|
|
663
707
|
end
|
|
664
708
|
|
|
709
|
+
if attributes.key?(:'cloud_cost_management_gcp_host_count_avg')
|
|
710
|
+
self.cloud_cost_management_gcp_host_count_avg = attributes[:'cloud_cost_management_gcp_host_count_avg']
|
|
711
|
+
end
|
|
712
|
+
|
|
665
713
|
if attributes.key?(:'cloud_cost_management_host_count_avg')
|
|
666
714
|
self.cloud_cost_management_host_count_avg = attributes[:'cloud_cost_management_host_count_avg']
|
|
667
715
|
end
|
|
@@ -774,6 +822,10 @@ module DatadogAPIClient::V1
|
|
|
774
822
|
self.dbm_queries_count_avg = attributes[:'dbm_queries_count_avg']
|
|
775
823
|
end
|
|
776
824
|
|
|
825
|
+
if attributes.key?(:'error_tracking_events_sum')
|
|
826
|
+
self.error_tracking_events_sum = attributes[:'error_tracking_events_sum']
|
|
827
|
+
end
|
|
828
|
+
|
|
777
829
|
if attributes.key?(:'fargate_tasks_count_avg')
|
|
778
830
|
self.fargate_tasks_count_avg = attributes[:'fargate_tasks_count_avg']
|
|
779
831
|
end
|
|
@@ -782,6 +834,26 @@ module DatadogAPIClient::V1
|
|
|
782
834
|
self.fargate_tasks_count_hwm = attributes[:'fargate_tasks_count_hwm']
|
|
783
835
|
end
|
|
784
836
|
|
|
837
|
+
if attributes.key?(:'flex_logs_compute_large_avg')
|
|
838
|
+
self.flex_logs_compute_large_avg = attributes[:'flex_logs_compute_large_avg']
|
|
839
|
+
end
|
|
840
|
+
|
|
841
|
+
if attributes.key?(:'flex_logs_compute_medium_avg')
|
|
842
|
+
self.flex_logs_compute_medium_avg = attributes[:'flex_logs_compute_medium_avg']
|
|
843
|
+
end
|
|
844
|
+
|
|
845
|
+
if attributes.key?(:'flex_logs_compute_small_avg')
|
|
846
|
+
self.flex_logs_compute_small_avg = attributes[:'flex_logs_compute_small_avg']
|
|
847
|
+
end
|
|
848
|
+
|
|
849
|
+
if attributes.key?(:'flex_logs_compute_xsmall_avg')
|
|
850
|
+
self.flex_logs_compute_xsmall_avg = attributes[:'flex_logs_compute_xsmall_avg']
|
|
851
|
+
end
|
|
852
|
+
|
|
853
|
+
if attributes.key?(:'flex_stored_logs_avg')
|
|
854
|
+
self.flex_stored_logs_avg = attributes[:'flex_stored_logs_avg']
|
|
855
|
+
end
|
|
856
|
+
|
|
785
857
|
if attributes.key?(:'forwarding_events_bytes_sum')
|
|
786
858
|
self.forwarding_events_bytes_sum = attributes[:'forwarding_events_bytes_sum']
|
|
787
859
|
end
|
|
@@ -993,6 +1065,7 @@ module DatadogAPIClient::V1
|
|
|
993
1065
|
apm_fargate_count_avg == o.apm_fargate_count_avg &&
|
|
994
1066
|
apm_host_top99p == o.apm_host_top99p &&
|
|
995
1067
|
appsec_fargate_count_avg == o.appsec_fargate_count_avg &&
|
|
1068
|
+
asm_serverless_sum == o.asm_serverless_sum &&
|
|
996
1069
|
audit_logs_lines_indexed_sum == o.audit_logs_lines_indexed_sum &&
|
|
997
1070
|
audit_trail_enabled_hwm == o.audit_trail_enabled_hwm &&
|
|
998
1071
|
avg_profiled_fargate_tasks == o.avg_profiled_fargate_tasks &&
|
|
@@ -1011,6 +1084,7 @@ module DatadogAPIClient::V1
|
|
|
1011
1084
|
ci_visibility_test_committers_hwm == o.ci_visibility_test_committers_hwm &&
|
|
1012
1085
|
cloud_cost_management_aws_host_count_avg == o.cloud_cost_management_aws_host_count_avg &&
|
|
1013
1086
|
cloud_cost_management_azure_host_count_avg == o.cloud_cost_management_azure_host_count_avg &&
|
|
1087
|
+
cloud_cost_management_gcp_host_count_avg == o.cloud_cost_management_gcp_host_count_avg &&
|
|
1014
1088
|
cloud_cost_management_host_count_avg == o.cloud_cost_management_host_count_avg &&
|
|
1015
1089
|
cloud_siem_events_sum == o.cloud_siem_events_sum &&
|
|
1016
1090
|
container_avg == o.container_avg &&
|
|
@@ -1039,8 +1113,14 @@ module DatadogAPIClient::V1
|
|
|
1039
1113
|
date == o.date &&
|
|
1040
1114
|
dbm_host_top99p == o.dbm_host_top99p &&
|
|
1041
1115
|
dbm_queries_count_avg == o.dbm_queries_count_avg &&
|
|
1116
|
+
error_tracking_events_sum == o.error_tracking_events_sum &&
|
|
1042
1117
|
fargate_tasks_count_avg == o.fargate_tasks_count_avg &&
|
|
1043
1118
|
fargate_tasks_count_hwm == o.fargate_tasks_count_hwm &&
|
|
1119
|
+
flex_logs_compute_large_avg == o.flex_logs_compute_large_avg &&
|
|
1120
|
+
flex_logs_compute_medium_avg == o.flex_logs_compute_medium_avg &&
|
|
1121
|
+
flex_logs_compute_small_avg == o.flex_logs_compute_small_avg &&
|
|
1122
|
+
flex_logs_compute_xsmall_avg == o.flex_logs_compute_xsmall_avg &&
|
|
1123
|
+
flex_stored_logs_avg == o.flex_stored_logs_avg &&
|
|
1044
1124
|
forwarding_events_bytes_sum == o.forwarding_events_bytes_sum &&
|
|
1045
1125
|
gcp_host_top99p == o.gcp_host_top99p &&
|
|
1046
1126
|
heroku_host_top99p == o.heroku_host_top99p &&
|
|
@@ -1096,7 +1176,7 @@ module DatadogAPIClient::V1
|
|
|
1096
1176
|
# @return [Integer] Hash code
|
|
1097
1177
|
# @!visibility private
|
|
1098
1178
|
def hash
|
|
1099
|
-
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_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, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, fargate_tasks_count_avg, fargate_tasks_count_hwm, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_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
|
|
1179
|
+
[agent_host_top99p, apm_azure_app_service_host_top99p, apm_devsecops_host_top99p, apm_fargate_count_avg, apm_host_top99p, appsec_fargate_count_avg, asm_serverless_sum, audit_logs_lines_indexed_sum, audit_trail_enabled_hwm, avg_profiled_fargate_tasks, aws_host_top99p, aws_lambda_func_count, aws_lambda_invocations_sum, azure_app_service_top99p, billable_ingested_bytes_sum, browser_rum_lite_session_count_sum, browser_rum_replay_session_count_sum, browser_rum_units_sum, ci_pipeline_indexed_spans_sum, ci_test_indexed_spans_sum, ci_visibility_itr_committers_hwm, ci_visibility_pipeline_committers_hwm, ci_visibility_test_committers_hwm, cloud_cost_management_aws_host_count_avg, cloud_cost_management_azure_host_count_avg, cloud_cost_management_gcp_host_count_avg, cloud_cost_management_host_count_avg, cloud_siem_events_sum, container_avg, container_excl_agent_avg, container_hwm, csm_container_enterprise_compliance_count_sum, csm_container_enterprise_cws_count_sum, csm_container_enterprise_total_count_sum, csm_host_enterprise_aas_host_count_top99p, csm_host_enterprise_aws_host_count_top99p, csm_host_enterprise_azure_host_count_top99p, csm_host_enterprise_compliance_host_count_top99p, csm_host_enterprise_cws_host_count_top99p, csm_host_enterprise_gcp_host_count_top99p, csm_host_enterprise_total_host_count_top99p, cspm_aas_host_top99p, cspm_aws_host_top99p, cspm_azure_host_top99p, cspm_container_avg, cspm_container_hwm, cspm_gcp_host_top99p, cspm_host_top99p, custom_ts_avg, cws_container_count_avg, cws_host_top99p, date, dbm_host_top99p, dbm_queries_count_avg, error_tracking_events_sum, fargate_tasks_count_avg, fargate_tasks_count_hwm, flex_logs_compute_large_avg, flex_logs_compute_medium_avg, flex_logs_compute_small_avg, flex_logs_compute_xsmall_avg, flex_stored_logs_avg, forwarding_events_bytes_sum, gcp_host_top99p, heroku_host_top99p, incident_management_monthly_active_users_hwm, indexed_events_count_sum, infra_host_top99p, ingested_events_bytes_sum, iot_device_sum, iot_device_top99p, mobile_rum_lite_session_count_sum, mobile_rum_session_count_android_sum, mobile_rum_session_count_flutter_sum, mobile_rum_session_count_ios_sum, mobile_rum_session_count_reactnative_sum, mobile_rum_session_count_roku_sum, mobile_rum_session_count_sum, mobile_rum_units_sum, ndm_netflow_events_sum, netflow_indexed_events_count_sum, npm_host_top99p, observability_pipelines_bytes_processed_sum, online_archive_events_count_sum, opentelemetry_apm_host_top99p, opentelemetry_host_top99p, orgs, profiling_aas_count_top99p, profiling_host_top99p, rum_browser_and_mobile_session_count, rum_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
|
|
1100
1180
|
end
|
|
1101
1181
|
end
|
|
1102
1182
|
end
|