datadog_api_client 2.20.0 → 2.22.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 +502 -754
- data/.generator/schemas/v2/openapi.yaml +2903 -102
- data/.github/workflows/prepare_release.yml +2 -2
- data/.github/workflows/publish.yml +2 -2
- data/.github/workflows/release.yml +2 -2
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +52 -0
- data/Gemfile +1 -1
- data/examples/v1/aws-integration/CreateAWSAccount.rb +1 -1
- data/examples/v1/aws-integration/CreateNewAWSExternalID.rb +1 -0
- data/examples/v1/aws-integration/UpdateAWSAccount.rb +1 -1
- data/examples/v1/gcp-integration/CreateGCPIntegration.rb +3 -0
- data/examples/v1/gcp-integration/UpdateGCPIntegration_3544259255.rb +25 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1241981394.rb +118 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_1279271422.rb +29 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +4 -0
- data/examples/v2/apm-retention-filters/UpdateApmRetentionFilter.rb +2 -2
- data/examples/v2/authn-mappings/CreateAuthNMapping.rb +1 -1
- data/examples/v2/authn-mappings/UpdateAuthNMapping.rb +1 -1
- 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.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_109518525.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_130557025.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_194782945.rb +18 -0
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_2597004741.rb +1 -1
- data/examples/v2/gcp-integration/CreateGCPSTSAccount_4235664992.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount.rb +1 -1
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_2241994060.rb +21 -0
- data/examples/v2/gcp-integration/UpdateGCPSTSAccount_3205636354.rb +1 -1
- 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 +22 -0
- data/examples/v2/metrics/ListMetricAssets.rb +5 -0
- data/examples/v2/metrics/QueryScalarData_3112571352.rb +2 -2
- data/examples/v2/metrics/QueryTimeseriesData_301142940.rb +3 -3
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression_3192265332.rb +19 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringRule.rb +42 -0
- data/examples/v2/service-definition/CreateOrUpdateServiceDefinitions.rb +4 -0
- data/examples/v2/service-level-objectives/CreateSLOReportJob.rb +20 -0
- data/examples/v2/service-level-objectives/GetSLOReport.rb +8 -0
- data/examples/v2/service-level-objectives/GetSLOReportJobStatus.rb +11 -0
- data/lib/datadog_api_client/configuration.rb +3 -0
- data/lib/datadog_api_client/inflector.rb +132 -7
- data/lib/datadog_api_client/v1/api/monitors_api.rb +1 -3
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +104 -131
- data/lib/datadog_api_client/v1/models/aws_account.rb +12 -2
- 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 +8 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_options.rb +4 -1
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +12 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +124 -4
- data/lib/datadog_api_client/v1/models/series.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_time_slice_condition.rb +14 -2
- data/lib/datadog_api_client/v1/models/slo_time_slice_interval.rb +29 -0
- data/lib/datadog_api_client/v1/models/slo_time_slice_spec.rb +1 -1
- 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 +23 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_file.rb +175 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_request_body_type.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/apm_retention_filters_api.rb +6 -0
- 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 +70 -2
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +67 -0
- data/lib/datadog_api_client/v2/api/service_definition_api.rb +2 -1
- data/lib/datadog_api_client/v2/api/service_level_objectives_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +15 -6
- data/lib/datadog_api_client/v2/models/authn_mapping_create_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_create_relationships.rb +37 -54
- data/lib/datadog_api_client/v2/models/authn_mapping_included.rb +2 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_role.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationship_to_team.rb +98 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_relationships.rb +14 -4
- data/lib/datadog_api_client/v2/models/authn_mapping_team.rb +100 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_team_attributes.rb +212 -0
- data/lib/datadog_api_client/v2/models/authn_mapping_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/authn_mapping_update_relationships.rb +37 -54
- 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/{v1/models/usage_attribution_pagination.rb → v2/models/case_update_status_attributes.rb} +29 -51
- data/lib/datadog_api_client/v2/models/case_update_status_request.rb +98 -0
- data/lib/datadog_api_client/{v1/models/usage_attribution_metadata.rb → v2/models/cases_response.rb} +22 -22
- 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_deployment_request_attributes.rb +1 -1
- 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_series.rb +1 -1
- 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/{v1/models/usage_attribution_response.rb → v2/models/nullable_user_relationship.rb} +22 -26
- 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/relationship_to_team.rb +80 -0
- data/lib/datadog_api_client/v2/models/relationship_to_team_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/retention_filter_update_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_update_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_create_payload.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +13 -14
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_standard_pattern_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/service_definition_v2_dot2.rb +13 -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/slo_report_create_request.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_attributes.rb +160 -0
- data/lib/datadog_api_client/v2/models/slo_report_create_request_data.rb +98 -0
- data/lib/datadog_api_client/v2/models/slo_report_interval.rb +27 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_post_response_data.rb +90 -0
- data/lib/datadog_api_client/v2/models/slo_report_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/slo_report_status_get_response_data.rb +100 -0
- data/lib/datadog_api_client/v2/models/timeseries_response_series.rb +8 -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/user_teams_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/users_relationship.rb +100 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +196 -33
- data/examples/v1/usage-metering/GetUsageAttribution.rb +0 -9
- data/lib/datadog_api_client/v1/models/usage_attribution_body.rb +0 -152
- data/lib/datadog_api_client/v1/models/usage_attribution_sort.rb +0 -61
- data/lib/datadog_api_client/v1/models/usage_attribution_supported_metrics.rb +0 -72
- data/lib/datadog_api_client/v1/models/usage_attribution_values.rb +0 -590
|
@@ -54,6 +54,9 @@ module DatadogAPIClient::V1
|
|
|
54
54
|
# DNS server port to use for DNS tests.
|
|
55
55
|
attr_reader :dns_server_port
|
|
56
56
|
|
|
57
|
+
# Files to be used as part of the request in the test.
|
|
58
|
+
attr_accessor :files
|
|
59
|
+
|
|
57
60
|
# Specifies whether or not the request follows redirects.
|
|
58
61
|
attr_accessor :follow_redirects
|
|
59
62
|
|
|
@@ -63,6 +66,9 @@ module DatadogAPIClient::V1
|
|
|
63
66
|
# Host name to perform the test with.
|
|
64
67
|
attr_accessor :host
|
|
65
68
|
|
|
69
|
+
# HTTP version to use for a Synthetic test.
|
|
70
|
+
attr_accessor :http_version
|
|
71
|
+
|
|
66
72
|
# Message to send for UDP or WebSocket tests.
|
|
67
73
|
attr_accessor :message
|
|
68
74
|
|
|
@@ -122,9 +128,11 @@ module DatadogAPIClient::V1
|
|
|
122
128
|
:'compressed_proto_file' => :'compressedProtoFile',
|
|
123
129
|
:'dns_server' => :'dnsServer',
|
|
124
130
|
:'dns_server_port' => :'dnsServerPort',
|
|
131
|
+
:'files' => :'files',
|
|
125
132
|
:'follow_redirects' => :'follow_redirects',
|
|
126
133
|
:'headers' => :'headers',
|
|
127
134
|
:'host' => :'host',
|
|
135
|
+
:'http_version' => :'httpVersion',
|
|
128
136
|
:'message' => :'message',
|
|
129
137
|
:'metadata' => :'metadata',
|
|
130
138
|
:'method' => :'method',
|
|
@@ -157,9 +165,11 @@ module DatadogAPIClient::V1
|
|
|
157
165
|
:'compressed_proto_file' => :'String',
|
|
158
166
|
:'dns_server' => :'String',
|
|
159
167
|
:'dns_server_port' => :'Integer',
|
|
168
|
+
:'files' => :'Array<SyntheticsTestRequestBodyFile>',
|
|
160
169
|
:'follow_redirects' => :'Boolean',
|
|
161
170
|
:'headers' => :'Hash<String, String>',
|
|
162
171
|
:'host' => :'String',
|
|
172
|
+
:'http_version' => :'SyntheticsTestOptionsHTTPVersion',
|
|
163
173
|
:'message' => :'String',
|
|
164
174
|
:'metadata' => :'Hash<String, String>',
|
|
165
175
|
:'method' => :'String',
|
|
@@ -239,6 +249,12 @@ module DatadogAPIClient::V1
|
|
|
239
249
|
self.dns_server_port = attributes[:'dns_server_port']
|
|
240
250
|
end
|
|
241
251
|
|
|
252
|
+
if attributes.key?(:'files')
|
|
253
|
+
if (value = attributes[:'files']).is_a?(Array)
|
|
254
|
+
self.files = value
|
|
255
|
+
end
|
|
256
|
+
end
|
|
257
|
+
|
|
242
258
|
if attributes.key?(:'follow_redirects')
|
|
243
259
|
self.follow_redirects = attributes[:'follow_redirects']
|
|
244
260
|
end
|
|
@@ -251,6 +267,10 @@ module DatadogAPIClient::V1
|
|
|
251
267
|
self.host = attributes[:'host']
|
|
252
268
|
end
|
|
253
269
|
|
|
270
|
+
if attributes.key?(:'http_version')
|
|
271
|
+
self.http_version = attributes[:'http_version']
|
|
272
|
+
end
|
|
273
|
+
|
|
254
274
|
if attributes.key?(:'message')
|
|
255
275
|
self.message = attributes[:'message']
|
|
256
276
|
end
|
|
@@ -362,9 +382,11 @@ module DatadogAPIClient::V1
|
|
|
362
382
|
compressed_proto_file == o.compressed_proto_file &&
|
|
363
383
|
dns_server == o.dns_server &&
|
|
364
384
|
dns_server_port == o.dns_server_port &&
|
|
385
|
+
files == o.files &&
|
|
365
386
|
follow_redirects == o.follow_redirects &&
|
|
366
387
|
headers == o.headers &&
|
|
367
388
|
host == o.host &&
|
|
389
|
+
http_version == o.http_version &&
|
|
368
390
|
message == o.message &&
|
|
369
391
|
metadata == o.metadata &&
|
|
370
392
|
method == o.method &&
|
|
@@ -385,7 +407,7 @@ module DatadogAPIClient::V1
|
|
|
385
407
|
# @return [Integer] Hash code
|
|
386
408
|
# @!visibility private
|
|
387
409
|
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
|
|
410
|
+
[allow_insecure, basic_auth, body, body_type, call_type, certificate, certificate_domains, compressed_json_descriptor, compressed_proto_file, dns_server, dns_server_port, files, 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
411
|
end
|
|
390
412
|
end
|
|
391
413
|
end
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
=begin
|
|
2
|
+
#Datadog API V1 Collection
|
|
3
|
+
|
|
4
|
+
#Collection of all Datadog Public endpoints.
|
|
5
|
+
|
|
6
|
+
The version of the OpenAPI document: 1.0
|
|
7
|
+
Contact: support@datadoghq.com
|
|
8
|
+
Generated by: https://github.com/DataDog/datadog-api-client-ruby/tree/master/.generator
|
|
9
|
+
|
|
10
|
+
Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
|
|
11
|
+
This product includes software developed at Datadog (https://www.datadoghq.com/).
|
|
12
|
+
Copyright 2020-Present Datadog, Inc.
|
|
13
|
+
|
|
14
|
+
=end
|
|
15
|
+
|
|
16
|
+
require 'date'
|
|
17
|
+
require 'time'
|
|
18
|
+
|
|
19
|
+
module DatadogAPIClient::V1
|
|
20
|
+
# Object describing a file to be used as part of the request in the test.
|
|
21
|
+
class SyntheticsTestRequestBodyFile
|
|
22
|
+
include BaseGenericModel
|
|
23
|
+
|
|
24
|
+
# Bucket key of the file.
|
|
25
|
+
attr_accessor :bucket_key
|
|
26
|
+
|
|
27
|
+
# Content of the file.
|
|
28
|
+
attr_reader :content
|
|
29
|
+
|
|
30
|
+
# Name of the file.
|
|
31
|
+
attr_reader :name
|
|
32
|
+
|
|
33
|
+
# Size of the file.
|
|
34
|
+
attr_reader :size
|
|
35
|
+
|
|
36
|
+
# Type of the file.
|
|
37
|
+
attr_reader :type
|
|
38
|
+
|
|
39
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
|
40
|
+
# @!visibility private
|
|
41
|
+
def self.attribute_map
|
|
42
|
+
{
|
|
43
|
+
:'bucket_key' => :'bucketKey',
|
|
44
|
+
:'content' => :'content',
|
|
45
|
+
:'name' => :'name',
|
|
46
|
+
:'size' => :'size',
|
|
47
|
+
:'type' => :'type'
|
|
48
|
+
}
|
|
49
|
+
end
|
|
50
|
+
|
|
51
|
+
# Attribute type mapping.
|
|
52
|
+
# @!visibility private
|
|
53
|
+
def self.openapi_types
|
|
54
|
+
{
|
|
55
|
+
:'bucket_key' => :'String',
|
|
56
|
+
:'content' => :'String',
|
|
57
|
+
:'name' => :'String',
|
|
58
|
+
:'size' => :'Integer',
|
|
59
|
+
:'type' => :'String'
|
|
60
|
+
}
|
|
61
|
+
end
|
|
62
|
+
|
|
63
|
+
# Initializes the object
|
|
64
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
|
65
|
+
# @!visibility private
|
|
66
|
+
def initialize(attributes = {})
|
|
67
|
+
if (!attributes.is_a?(Hash))
|
|
68
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::SyntheticsTestRequestBodyFile` initialize method"
|
|
69
|
+
end
|
|
70
|
+
|
|
71
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
|
72
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
|
73
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
|
74
|
+
fail ArgumentError, "`#{k}` is not a valid attribute in `DatadogAPIClient::V1::SyntheticsTestRequestBodyFile`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect
|
|
75
|
+
end
|
|
76
|
+
h[k.to_sym] = v
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
if attributes.key?(:'bucket_key')
|
|
80
|
+
self.bucket_key = attributes[:'bucket_key']
|
|
81
|
+
end
|
|
82
|
+
|
|
83
|
+
if attributes.key?(:'content')
|
|
84
|
+
self.content = attributes[:'content']
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
if attributes.key?(:'name')
|
|
88
|
+
self.name = attributes[:'name']
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
if attributes.key?(:'size')
|
|
92
|
+
self.size = attributes[:'size']
|
|
93
|
+
end
|
|
94
|
+
|
|
95
|
+
if attributes.key?(:'type')
|
|
96
|
+
self.type = attributes[:'type']
|
|
97
|
+
end
|
|
98
|
+
end
|
|
99
|
+
|
|
100
|
+
# Check to see if the all the properties in the model are valid
|
|
101
|
+
# @return true if the model is valid
|
|
102
|
+
# @!visibility private
|
|
103
|
+
def valid?
|
|
104
|
+
return false if !@content.nil? && @content.to_s.length > 3145728
|
|
105
|
+
return false if !@name.nil? && @name.to_s.length > 1500
|
|
106
|
+
return false if !@size.nil? && @size > 3145728
|
|
107
|
+
return false if !@size.nil? && @size < 1
|
|
108
|
+
return false if !@type.nil? && @type.to_s.length > 1500
|
|
109
|
+
true
|
|
110
|
+
end
|
|
111
|
+
|
|
112
|
+
# Custom attribute writer method with validation
|
|
113
|
+
# @param content [Object] Object to be assigned
|
|
114
|
+
# @!visibility private
|
|
115
|
+
def content=(content)
|
|
116
|
+
if !content.nil? && content.to_s.length > 3145728
|
|
117
|
+
fail ArgumentError, 'invalid value for "content", the character length must be smaller than or equal to 3145728.'
|
|
118
|
+
end
|
|
119
|
+
@content = content
|
|
120
|
+
end
|
|
121
|
+
|
|
122
|
+
# Custom attribute writer method with validation
|
|
123
|
+
# @param name [Object] Object to be assigned
|
|
124
|
+
# @!visibility private
|
|
125
|
+
def name=(name)
|
|
126
|
+
if !name.nil? && name.to_s.length > 1500
|
|
127
|
+
fail ArgumentError, 'invalid value for "name", the character length must be smaller than or equal to 1500.'
|
|
128
|
+
end
|
|
129
|
+
@name = name
|
|
130
|
+
end
|
|
131
|
+
|
|
132
|
+
# Custom attribute writer method with validation
|
|
133
|
+
# @param size [Object] Object to be assigned
|
|
134
|
+
# @!visibility private
|
|
135
|
+
def size=(size)
|
|
136
|
+
if !size.nil? && size > 3145728
|
|
137
|
+
fail ArgumentError, 'invalid value for "size", must be smaller than or equal to 3145728.'
|
|
138
|
+
end
|
|
139
|
+
if !size.nil? && size < 1
|
|
140
|
+
fail ArgumentError, 'invalid value for "size", must be greater than or equal to 1.'
|
|
141
|
+
end
|
|
142
|
+
@size = size
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
# Custom attribute writer method with validation
|
|
146
|
+
# @param type [Object] Object to be assigned
|
|
147
|
+
# @!visibility private
|
|
148
|
+
def type=(type)
|
|
149
|
+
if !type.nil? && type.to_s.length > 1500
|
|
150
|
+
fail ArgumentError, 'invalid value for "type", the character length must be smaller than or equal to 1500.'
|
|
151
|
+
end
|
|
152
|
+
@type = type
|
|
153
|
+
end
|
|
154
|
+
|
|
155
|
+
# Checks equality by comparing each attribute.
|
|
156
|
+
# @param o [Object] Object to be compared
|
|
157
|
+
# @!visibility private
|
|
158
|
+
def ==(o)
|
|
159
|
+
return true if self.equal?(o)
|
|
160
|
+
self.class == o.class &&
|
|
161
|
+
bucket_key == o.bucket_key &&
|
|
162
|
+
content == o.content &&
|
|
163
|
+
name == o.name &&
|
|
164
|
+
size == o.size &&
|
|
165
|
+
type == o.type
|
|
166
|
+
end
|
|
167
|
+
|
|
168
|
+
# Calculates hash code according to all attributes.
|
|
169
|
+
# @return [Integer] Hash code
|
|
170
|
+
# @!visibility private
|
|
171
|
+
def hash
|
|
172
|
+
[bucket_key, content, name, size, type].hash
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
end
|
|
@@ -27,5 +27,7 @@ module DatadogAPIClient::V1
|
|
|
27
27
|
TEXT_HTML = "text/html".freeze
|
|
28
28
|
APPLICATION_X_WWW_FORM_URLENCODED = "application/x-www-form-urlencoded".freeze
|
|
29
29
|
GRAPHQL = "graphql".freeze
|
|
30
|
+
APPLICATION_OCTET_STREAM = "application/octet-stream".freeze
|
|
31
|
+
MULTIPART_FORM_DATA = "multipart/form-data".freeze
|
|
30
32
|
end
|
|
31
33
|
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
|