datadog_api_client 2.40.0 → 2.41.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generated-info +2 -2
- data/.generator/schemas/v1/openapi.yaml +35 -0
- data/.generator/schemas/v2/openapi.yaml +3544 -93
- data/CHANGELOG.md +30 -0
- data/examples/v1/dashboards/CreateDashboard_3066042014.rb +1 -0
- data/examples/v1/dashboards/CreateDashboard_3451918078.rb +1 -0
- data/examples/v1/dashboards/CreateDashboard_4262729673.rb +1 -0
- data/examples/v2/agentless-scanning/CreateAwsOnDemandTask.rb +1 -1
- data/examples/v2/agentless-scanning/GetAwsScanOptions.rb +8 -0
- data/examples/v2/agentless-scanning/ListAwsScanOptions.rb +1 -1
- data/examples/v2/cloud-cost-management/DeleteCostAWSCURConfig.rb +1 -1
- data/examples/v2/cloud-cost-management/DeleteCostAzureUCConfig.rb +1 -1
- data/examples/v2/cloud-cost-management/DeleteCostGCPUsageCostConfig.rb +1 -1
- data/examples/v2/cloud-cost-management/UpdateCostAWSCURConfig.rb +1 -1
- data/examples/v2/cloud-cost-management/UpdateCostAzureUCConfigs.rb +1 -1
- data/examples/v2/cloud-cost-management/UpdateCostGCPUsageCostConfig.rb +1 -1
- data/examples/v2/datasets/CreateDataset.rb +1 -1
- data/examples/v2/datasets/UpdateDataset.rb +1 -1
- data/examples/v2/error-tracking/GetIssue.rb +8 -0
- data/examples/v2/error-tracking/SearchIssues.rb +17 -0
- data/examples/v2/error-tracking/UpdateIssueAssignee.rb +15 -0
- data/examples/v2/error-tracking/UpdateIssueState.rb +18 -0
- data/examples/v2/incidents/CreateIncidentNotificationTemplate.rb +31 -0
- data/examples/v2/incidents/DeleteIncidentNotificationTemplate.rb +8 -0
- data/examples/v2/incidents/DeleteIncidentNotificationTemplate_1602689347.rb +11 -0
- data/examples/v2/incidents/GetIncidentNotificationTemplate.rb +11 -0
- data/examples/v2/incidents/ListIncidentNotificationTemplates.rb +8 -0
- data/examples/v2/incidents/UpdateIncidentNotificationTemplate.rb +24 -0
- data/examples/v2/org-connections/CreateOrgConnections.rb +24 -0
- data/examples/v2/org-connections/DeleteOrgConnections.rb +8 -0
- data/examples/v2/org-connections/ListOrgConnections.rb +5 -0
- data/examples/v2/org-connections/UpdateOrgConnections.rb +21 -0
- data/examples/v2/rum/CreateRUMApplication_1946294560.rb +17 -0
- data/examples/v2/rum/UpdateRUMApplication_394074053.rb +20 -0
- data/examples/v2/security-monitoring/ConvertExistingSecurityMonitoringRule.rb +3 -3
- data/examples/v2/security-monitoring/ConvertSecurityMonitoringRuleFromJSONToTerraform.rb +1 -1
- data/examples/v2/security-monitoring/GetSecurityMonitoringHistsignal.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringHistsignalsByJobId.rb +8 -0
- data/examples/v2/security-monitoring/GetSuppressionsAffectingFutureRule.rb +36 -0
- data/examples/v2/security-monitoring/GetSuppressionsAffectingRule.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringHistsignals.rb +8 -0
- data/examples/v2/security-monitoring/SearchSecurityMonitoringHistsignals.rb +24 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringSuppression.rb +18 -0
- data/examples/v2/sensitive-data-scanner/CreateScanningRule_502667299.rb +37 -0
- data/examples/v2/service-scorecards/UpdateScorecardOutcomesAsync.rb +27 -0
- data/examples/v2/spa/GetSPARecommendations.rb +8 -0
- data/examples/v2/teams/SyncTeams.rb +18 -0
- data/examples/v2/teams/SyncTeams_3215592344.rb +18 -0
- data/lib/datadog_api_client/configuration.rb +12 -0
- data/lib/datadog_api_client/inflector.rb +166 -0
- data/lib/datadog_api_client/v1/models/logs_api_limit_reached_response.rb +105 -0
- data/lib/datadog_api_client/v1/models/synthetics_api_test_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_wait_step.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_ci_test.rb +13 -3
- data/lib/datadog_api_client/v1/models/widget_legacy_live_span.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_new_fixed_span.rb +11 -1
- data/lib/datadog_api_client/v1/models/widget_new_live_span.rb +11 -1
- data/lib/datadog_api_client/v2/api/action_connection_api.rb +1 -1
- data/lib/datadog_api_client/v2/api/agentless_scanning_api.rb +67 -2
- data/lib/datadog_api_client/v2/api/app_builder_api.rb +8 -8
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +14 -6
- data/lib/datadog_api_client/v2/api/error_tracking_api.rb +306 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +369 -0
- data/lib/datadog_api_client/v2/api/monitors_api.rb +20 -0
- data/lib/datadog_api_client/v2/api/org_connections_api.rb +290 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +514 -0
- data/lib/datadog_api_client/v2/api/service_scorecards_api.rb +73 -0
- data/lib/datadog_api_client/v2/api/spa_api.rb +102 -0
- data/lib/datadog_api_client/v2/api/teams_api.rb +83 -0
- data/lib/datadog_api_client/v2/api/workflow_automation_api.rb +8 -8
- data/lib/datadog_api_client/v2/models/aws_cur_config.rb +1 -1
- data/lib/datadog_api_client/v2/models/aws_cur_config_post_request_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb +4 -4
- data/lib/datadog_api_client/v2/models/azure_uc_config.rb +1 -1
- data/lib/datadog_api_client/v2/models/azure_uc_config_pair.rb +1 -1
- data/lib/datadog_api_client/v2/models/azure_uc_config_pair_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/component_recommendation.rb +123 -0
- data/lib/datadog_api_client/v2/models/cpu.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_incident_notification_template_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/dataset_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/dataset_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/dataset_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/estimation.rb +145 -0
- data/lib/datadog_api_client/v2/models/get_issue_include_query_parameter_item.rb +28 -0
- data/lib/datadog_api_client/v2/models/google_meet_configuration_reference.rb +113 -0
- data/lib/datadog_api_client/v2/models/google_meet_configuration_reference_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template.rb +135 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_array.rb +147 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_array_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_array_meta_page.rb +115 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_attributes.rb +228 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_create_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_create_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_create_data_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_included_items.rb +63 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_response_data.rb +164 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_update_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/incident_notification_template_update_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/incident_type_object.rb +11 -1
- data/lib/datadog_api_client/v2/models/incident_type_relationships.rb +155 -0
- data/lib/datadog_api_client/v2/models/issue.rb +175 -0
- data/lib/datadog_api_client/v2/models/issue_assignee_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/issue_attributes.rb +227 -0
- data/lib/datadog_api_client/v2/models/issue_case.rb +175 -0
- data/lib/datadog_api_client/v2/models/issue_case_attributes.rb +237 -0
- data/lib/datadog_api_client/v2/models/issue_case_insight.rb +125 -0
- data/lib/datadog_api_client/v2/models/issue_case_jira_issue.rb +115 -0
- data/lib/datadog_api_client/v2/models/issue_case_jira_issue_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/issue_case_reference.rb +144 -0
- data/lib/datadog_api_client/v2/models/issue_case_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/issue_case_relationships.rb +145 -0
- data/lib/datadog_api_client/v2/models/issue_case_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issue_included.rb +64 -0
- data/lib/datadog_api_client/v2/models/issue_language.rb +52 -0
- data/lib/datadog_api_client/v2/models/issue_platform.rb +33 -0
- data/lib/datadog_api_client/v2/models/issue_reference.rb +144 -0
- data/lib/datadog_api_client/v2/models/issue_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/issue_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/issue_state.rb +30 -0
- data/lib/datadog_api_client/v2/models/issue_team.rb +165 -0
- data/lib/datadog_api_client/v2/models/issue_team_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/issue_team_owners_relationship.rb +125 -0
- data/lib/datadog_api_client/v2/models/issue_team_reference.rb +144 -0
- data/lib/datadog_api_client/v2/models/issue_team_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issue_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issue_update_assignee_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/issue_update_assignee_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/issue_update_assignee_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issue_update_state_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/issue_update_state_request_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/issue_update_state_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/issue_update_state_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issue_user.rb +165 -0
- data/lib/datadog_api_client/v2/models/issue_user_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/issue_user_reference.rb +144 -0
- data/lib/datadog_api_client/v2/models/issue_user_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issues_search_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes.rb +195 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes_order_by.rb +29 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes_persona.rb +29 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data_attributes_track.rb +28 -0
- data/lib/datadog_api_client/v2/models/issues_search_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/issues_search_response.rb +119 -0
- data/lib/datadog_api_client/v2/models/issues_search_result.rb +175 -0
- data/lib/datadog_api_client/v2/models/issues_search_result_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/issues_search_result_included.rb +65 -0
- data/lib/datadog_api_client/v2/models/issues_search_result_issue_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/issues_search_result_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/issues_search_result_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_configuration_reference.rb +113 -0
- data/lib/datadog_api_client/v2/models/microsoft_teams_configuration_reference_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_security_lake_destination.rb +252 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_security_lake_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +4 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_item.rb +3 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_source_item.rb +2 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination.rb +208 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination_compression.rb +133 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination_compression_algorithm.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination_encoding.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_crowd_strike_next_gen_siem_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor.rb +215 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_remap.rb +207 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_custom_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor.rb +253 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor_mode.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_datadog_tags_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination.rb +240 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_encoding.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing.rb +64 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_bytes.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_bytes_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_character_delimited.rb +152 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_character_delimited_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_newline_delimited.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_framing_newline_delimited_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_mode.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source.rb +196 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing.rb +66 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_bytes.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_bytes_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_character_delimited.rb +152 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_character_delimited_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_chunked_gelf.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_chunked_gelf_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_newline_delimited.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_newline_delimited_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_octet_counting.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_framing_octet_counting_method.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_mode.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_connection.rb +186 -0
- data/lib/datadog_api_client/v2/models/org_connection_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/org_connection_create.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_connection_create_attributes.rb +129 -0
- data/lib/datadog_api_client/v2/models/org_connection_create_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_connection_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_connection_list_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/org_connection_list_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/org_connection_list_response_meta_page.rb +115 -0
- data/lib/datadog_api_client/v2/models/org_connection_org_relationship.rb +105 -0
- data/lib/datadog_api_client/v2/models/org_connection_org_relationship_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_connection_org_relationship_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_connection_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_connection_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_connection_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_connection_type_enum.rb +27 -0
- data/lib/datadog_api_client/v2/models/org_connection_update.rb +165 -0
- data/lib/datadog_api_client/v2/models/org_connection_update_attributes.rb +129 -0
- data/lib/datadog_api_client/v2/models/org_connection_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/org_connection_user_relationship.rb +105 -0
- data/lib/datadog_api_client/v2/models/org_connection_user_relationship_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_connection_user_relationship_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/patch_incident_notification_template_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/recommendation_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/recommendation_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/recommendation_document.rb +123 -0
- data/lib/datadog_api_client/v2/models/recommendation_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_type.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_incident_type_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/rule_attributes.rb +33 -1
- data/lib/datadog_api_client/v2/models/rum_application_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/rum_application_create_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/rum_application_list_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/rum_application_update_attributes.rb +21 -1
- data/lib/datadog_api_client/v2/models/rum_event_processing_scale.rb +115 -0
- data/lib/datadog_api_client/v2/models/rum_event_processing_state.rb +28 -0
- data/lib/datadog_api_client/v2/models/rum_product_analytics_retention_scale.rb +115 -0
- data/lib/datadog_api_client/v2/models/rum_product_analytics_retention_state.rb +27 -0
- data/lib/datadog_api_client/v2/models/rum_product_scales.rb +115 -0
- data/lib/datadog_api_client/v2/models/search_issues_include_query_parameter_item.rb +29 -0
- data/lib/datadog_api_client/v2/models/sensitive_data_scanner_text_replacement.rb +11 -1
- data/lib/datadog_api_client/v2/models/shift.rb +2 -2
- data/lib/datadog_api_client/v2/models/shift_data.rb +3 -3
- data/lib/datadog_api_client/v2/models/shift_data_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/shift_data_relationships.rb +1 -1
- data/lib/datadog_api_client/v2/models/shift_included.rb +1 -1
- data/lib/datadog_api_client/v2/models/team_sync_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_sync_attributes_source.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_sync_attributes_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_sync_bulk_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_sync_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_sync_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_outcomes_async_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/update_outcomes_async_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_outcomes_async_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/update_outcomes_async_request_item.rb +175 -0
- data/lib/datadog_api_client/v2/models/update_outcomes_async_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/zoom_configuration_reference.rb +113 -0
- data/lib/datadog_api_client/v2/models/zoom_configuration_reference_data.rb +144 -0
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +196 -1
@@ -0,0 +1,8 @@
|
|
1
|
+
# Get SPA Recommendations returns "OK" response
|
2
|
+
|
3
|
+
require "datadog_api_client"
|
4
|
+
DatadogAPIClient.configure do |config|
|
5
|
+
config.unstable_operations["v2.get_spa_recommendations".to_sym] = true
|
6
|
+
end
|
7
|
+
api_instance = DatadogAPIClient::V2::SpaAPI.new
|
8
|
+
p api_instance.get_spa_recommendations("shard", "service")
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Link Teams with GitHub Teams returns "OK" response
|
2
|
+
|
3
|
+
require "datadog_api_client"
|
4
|
+
DatadogAPIClient.configure do |config|
|
5
|
+
config.unstable_operations["v2.sync_teams".to_sym] = true
|
6
|
+
end
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamsAPI.new
|
8
|
+
|
9
|
+
body = DatadogAPIClient::V2::TeamSyncRequest.new({
|
10
|
+
data: DatadogAPIClient::V2::TeamSyncData.new({
|
11
|
+
attributes: DatadogAPIClient::V2::TeamSyncAttributes.new({
|
12
|
+
source: DatadogAPIClient::V2::TeamSyncAttributesSource::GITHUB,
|
13
|
+
type: DatadogAPIClient::V2::TeamSyncAttributesType::LINK,
|
14
|
+
}),
|
15
|
+
type: DatadogAPIClient::V2::TeamSyncBulkType::TEAM_SYNC_BULK,
|
16
|
+
}),
|
17
|
+
})
|
18
|
+
p api_instance.sync_teams(body)
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Sync teams returns "OK" response
|
2
|
+
|
3
|
+
require "datadog_api_client"
|
4
|
+
DatadogAPIClient.configure do |config|
|
5
|
+
config.unstable_operations["v2.sync_teams".to_sym] = true
|
6
|
+
end
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamsAPI.new
|
8
|
+
|
9
|
+
body = DatadogAPIClient::V2::TeamSyncRequest.new({
|
10
|
+
data: DatadogAPIClient::V2::TeamSyncData.new({
|
11
|
+
attributes: DatadogAPIClient::V2::TeamSyncAttributes.new({
|
12
|
+
source: DatadogAPIClient::V2::TeamSyncAttributesSource::GITHUB,
|
13
|
+
type: DatadogAPIClient::V2::TeamSyncAttributesType::LINK,
|
14
|
+
}),
|
15
|
+
type: DatadogAPIClient::V2::TeamSyncBulkType::TEAM_SYNC_BULK,
|
16
|
+
}),
|
17
|
+
})
|
18
|
+
p api_instance.sync_teams(body)
|
@@ -201,13 +201,17 @@ module DatadogAPIClient
|
|
201
201
|
"v2.get_historical_job": false,
|
202
202
|
"v2.get_rule_version_history": false,
|
203
203
|
"v2.get_sbom": false,
|
204
|
+
"v2.get_security_monitoring_histsignal": false,
|
205
|
+
"v2.get_security_monitoring_histsignals_by_job_id": false,
|
204
206
|
"v2.list_assets_sbo_ms": false,
|
205
207
|
"v2.list_findings": false,
|
206
208
|
"v2.list_historical_jobs": false,
|
209
|
+
"v2.list_security_monitoring_histsignals": false,
|
207
210
|
"v2.list_vulnerabilities": false,
|
208
211
|
"v2.list_vulnerable_assets": false,
|
209
212
|
"v2.mute_findings": false,
|
210
213
|
"v2.run_historical_job": false,
|
214
|
+
"v2.search_security_monitoring_histsignals": false,
|
211
215
|
"v2.create_dataset": false,
|
212
216
|
"v2.delete_dataset": false,
|
213
217
|
"v2.get_all_datasets": false,
|
@@ -218,18 +222,22 @@ module DatadogAPIClient
|
|
218
222
|
"v2.get_data_deletion_requests": false,
|
219
223
|
"v2.create_incident": false,
|
220
224
|
"v2.create_incident_integration": false,
|
225
|
+
"v2.create_incident_notification_template": false,
|
221
226
|
"v2.create_incident_todo": false,
|
222
227
|
"v2.create_incident_type": false,
|
223
228
|
"v2.delete_incident": false,
|
224
229
|
"v2.delete_incident_integration": false,
|
230
|
+
"v2.delete_incident_notification_template": false,
|
225
231
|
"v2.delete_incident_todo": false,
|
226
232
|
"v2.delete_incident_type": false,
|
227
233
|
"v2.get_incident": false,
|
228
234
|
"v2.get_incident_integration": false,
|
235
|
+
"v2.get_incident_notification_template": false,
|
229
236
|
"v2.get_incident_todo": false,
|
230
237
|
"v2.get_incident_type": false,
|
231
238
|
"v2.list_incident_attachments": false,
|
232
239
|
"v2.list_incident_integrations": false,
|
240
|
+
"v2.list_incident_notification_templates": false,
|
233
241
|
"v2.list_incidents": false,
|
234
242
|
"v2.list_incident_todos": false,
|
235
243
|
"v2.list_incident_types": false,
|
@@ -237,6 +245,7 @@ module DatadogAPIClient
|
|
237
245
|
"v2.update_incident": false,
|
238
246
|
"v2.update_incident_attachments": false,
|
239
247
|
"v2.update_incident_integration": false,
|
248
|
+
"v2.update_incident_notification_template": false,
|
240
249
|
"v2.update_incident_todo": false,
|
241
250
|
"v2.update_incident_type": false,
|
242
251
|
"v2.create_aws_account": false,
|
@@ -265,6 +274,7 @@ module DatadogAPIClient
|
|
265
274
|
"v2.delete_scorecard_rule": false,
|
266
275
|
"v2.list_scorecard_outcomes": false,
|
267
276
|
"v2.list_scorecard_rules": false,
|
277
|
+
"v2.update_scorecard_outcomes_async": false,
|
268
278
|
"v2.update_scorecard_rule": false,
|
269
279
|
"v2.create_incident_service": false,
|
270
280
|
"v2.delete_incident_service": false,
|
@@ -274,9 +284,11 @@ module DatadogAPIClient
|
|
274
284
|
"v2.create_slo_report_job": false,
|
275
285
|
"v2.get_slo_report": false,
|
276
286
|
"v2.get_slo_report_job_status": false,
|
287
|
+
"v2.get_spa_recommendations": false,
|
277
288
|
"v2.add_member_team": false,
|
278
289
|
"v2.list_member_teams": false,
|
279
290
|
"v2.remove_member_team": false,
|
291
|
+
"v2.sync_teams": false,
|
280
292
|
"v2.create_incident_team": false,
|
281
293
|
"v2.delete_incident_team": false,
|
282
294
|
"v2.get_incident_team": false,
|
@@ -225,6 +225,7 @@ module DatadogAPIClient
|
|
225
225
|
"v1.log_query_definition_search" => "LogQueryDefinitionSearch",
|
226
226
|
"v1.logs_api_error" => "LogsAPIError",
|
227
227
|
"v1.logs_api_error_response" => "LogsAPIErrorResponse",
|
228
|
+
"v1.logs_api_limit_reached_response" => "LogsAPILimitReachedResponse",
|
228
229
|
"v1.logs_arithmetic_processor" => "LogsArithmeticProcessor",
|
229
230
|
"v1.logs_arithmetic_processor_type" => "LogsArithmeticProcessorType",
|
230
231
|
"v1.logs_array_processor" => "LogsArrayProcessor",
|
@@ -1461,6 +1462,7 @@ module DatadogAPIClient
|
|
1461
1462
|
"v2.component_grid_type" => "ComponentGridType",
|
1462
1463
|
"v2.component_properties" => "ComponentProperties",
|
1463
1464
|
"v2.component_properties_is_visible" => "ComponentPropertiesIsVisible",
|
1465
|
+
"v2.component_recommendation" => "ComponentRecommendation",
|
1464
1466
|
"v2.component_type" => "ComponentType",
|
1465
1467
|
"v2.config_cat_credentials" => "ConfigCatCredentials",
|
1466
1468
|
"v2.config_cat_credentials_update" => "ConfigCatCredentialsUpdate",
|
@@ -1537,6 +1539,7 @@ module DatadogAPIClient
|
|
1537
1539
|
"v2.cost_by_org_attributes" => "CostByOrgAttributes",
|
1538
1540
|
"v2.cost_by_org_response" => "CostByOrgResponse",
|
1539
1541
|
"v2.cost_by_org_type" => "CostByOrgType",
|
1542
|
+
"v2.cpu" => "Cpu",
|
1540
1543
|
"v2.create_action_connection_request" => "CreateActionConnectionRequest",
|
1541
1544
|
"v2.create_action_connection_response" => "CreateActionConnectionResponse",
|
1542
1545
|
"v2.create_app_request" => "CreateAppRequest",
|
@@ -1551,6 +1554,7 @@ module DatadogAPIClient
|
|
1551
1554
|
"v2.create_data_deletion_request_body_data" => "CreateDataDeletionRequestBodyData",
|
1552
1555
|
"v2.create_data_deletion_request_body_data_type" => "CreateDataDeletionRequestBodyDataType",
|
1553
1556
|
"v2.create_data_deletion_response_body" => "CreateDataDeletionResponseBody",
|
1557
|
+
"v2.create_incident_notification_template_request" => "CreateIncidentNotificationTemplateRequest",
|
1554
1558
|
"v2.create_notification_rule_parameters" => "CreateNotificationRuleParameters",
|
1555
1559
|
"v2.create_notification_rule_parameters_data" => "CreateNotificationRuleParametersData",
|
1556
1560
|
"v2.create_notification_rule_parameters_data_attributes" => "CreateNotificationRuleParametersDataAttributes",
|
@@ -1689,6 +1693,7 @@ module DatadogAPIClient
|
|
1689
1693
|
"v2.dataset_response" => "DatasetResponse",
|
1690
1694
|
"v2.dataset_response_multi" => "DatasetResponseMulti",
|
1691
1695
|
"v2.dataset_response_single" => "DatasetResponseSingle",
|
1696
|
+
"v2.dataset_type" => "DatasetType",
|
1692
1697
|
"v2.dataset_update_request" => "DatasetUpdateRequest",
|
1693
1698
|
"v2.data_transform" => "DataTransform",
|
1694
1699
|
"v2.data_transform_properties" => "DataTransformProperties",
|
@@ -1886,6 +1891,7 @@ module DatadogAPIClient
|
|
1886
1891
|
"v2.escalation_target" => "EscalationTarget",
|
1887
1892
|
"v2.escalation_targets" => "EscalationTargets",
|
1888
1893
|
"v2.escalation_type" => "EscalationType",
|
1894
|
+
"v2.estimation" => "Estimation",
|
1889
1895
|
"v2.event" => "Event",
|
1890
1896
|
"v2.event_attributes" => "EventAttributes",
|
1891
1897
|
"v2.event_category" => "EventCategory",
|
@@ -2037,6 +2043,7 @@ module DatadogAPIClient
|
|
2037
2043
|
"v2.get_finding_response" => "GetFindingResponse",
|
2038
2044
|
"v2.get_interfaces_data" => "GetInterfacesData",
|
2039
2045
|
"v2.get_interfaces_response" => "GetInterfacesResponse",
|
2046
|
+
"v2.get_issue_include_query_parameter_item" => "GetIssueIncludeQueryParameterItem",
|
2040
2047
|
"v2.get_resource_evaluation_filters_response" => "GetResourceEvaluationFiltersResponse",
|
2041
2048
|
"v2.get_resource_evaluation_filters_response_data" => "GetResourceEvaluationFiltersResponseData",
|
2042
2049
|
"v2.get_rule_version_history_data" => "GetRuleVersionHistoryData",
|
@@ -2055,6 +2062,8 @@ module DatadogAPIClient
|
|
2055
2062
|
"v2.gitlab_integration" => "GitlabIntegration",
|
2056
2063
|
"v2.gitlab_integration_type" => "GitlabIntegrationType",
|
2057
2064
|
"v2.gitlab_integration_update" => "GitlabIntegrationUpdate",
|
2065
|
+
"v2.google_meet_configuration_reference" => "GoogleMeetConfigurationReference",
|
2066
|
+
"v2.google_meet_configuration_reference_data" => "GoogleMeetConfigurationReferenceData",
|
2058
2067
|
"v2.grey_noise_api_key" => "GreyNoiseAPIKey",
|
2059
2068
|
"v2.grey_noise_api_key_type" => "GreyNoiseAPIKeyType",
|
2060
2069
|
"v2.grey_noise_api_key_update" => "GreyNoiseAPIKeyUpdate",
|
@@ -2139,6 +2148,20 @@ module DatadogAPIClient
|
|
2139
2148
|
"v2.incident_integration_relationships" => "IncidentIntegrationRelationships",
|
2140
2149
|
"v2.incident_non_datadog_creator" => "IncidentNonDatadogCreator",
|
2141
2150
|
"v2.incident_notification_handle" => "IncidentNotificationHandle",
|
2151
|
+
"v2.incident_notification_template" => "IncidentNotificationTemplate",
|
2152
|
+
"v2.incident_notification_template_array" => "IncidentNotificationTemplateArray",
|
2153
|
+
"v2.incident_notification_template_array_meta" => "IncidentNotificationTemplateArrayMeta",
|
2154
|
+
"v2.incident_notification_template_array_meta_page" => "IncidentNotificationTemplateArrayMetaPage",
|
2155
|
+
"v2.incident_notification_template_attributes" => "IncidentNotificationTemplateAttributes",
|
2156
|
+
"v2.incident_notification_template_create_attributes" => "IncidentNotificationTemplateCreateAttributes",
|
2157
|
+
"v2.incident_notification_template_create_data" => "IncidentNotificationTemplateCreateData",
|
2158
|
+
"v2.incident_notification_template_create_data_relationships" => "IncidentNotificationTemplateCreateDataRelationships",
|
2159
|
+
"v2.incident_notification_template_included_items" => "IncidentNotificationTemplateIncludedItems",
|
2160
|
+
"v2.incident_notification_template_relationships" => "IncidentNotificationTemplateRelationships",
|
2161
|
+
"v2.incident_notification_template_response_data" => "IncidentNotificationTemplateResponseData",
|
2162
|
+
"v2.incident_notification_template_type" => "IncidentNotificationTemplateType",
|
2163
|
+
"v2.incident_notification_template_update_attributes" => "IncidentNotificationTemplateUpdateAttributes",
|
2164
|
+
"v2.incident_notification_template_update_data" => "IncidentNotificationTemplateUpdateData",
|
2142
2165
|
"v2.incident_postmortem_type" => "IncidentPostmortemType",
|
2143
2166
|
"v2.incident_related_object" => "IncidentRelatedObject",
|
2144
2167
|
"v2.incident_responders_type" => "IncidentRespondersType",
|
@@ -2218,6 +2241,7 @@ module DatadogAPIClient
|
|
2218
2241
|
"v2.incident_type_object" => "IncidentTypeObject",
|
2219
2242
|
"v2.incident_type_patch_data" => "IncidentTypePatchData",
|
2220
2243
|
"v2.incident_type_patch_request" => "IncidentTypePatchRequest",
|
2244
|
+
"v2.incident_type_relationships" => "IncidentTypeRelationships",
|
2221
2245
|
"v2.incident_type_response" => "IncidentTypeResponse",
|
2222
2246
|
"v2.incident_type_type" => "IncidentTypeType",
|
2223
2247
|
"v2.incident_type_update_attributes" => "IncidentTypeUpdateAttributes",
|
@@ -2244,6 +2268,56 @@ module DatadogAPIClient
|
|
2244
2268
|
"v2.ip_allowlist_response" => "IPAllowlistResponse",
|
2245
2269
|
"v2.ip_allowlist_type" => "IPAllowlistType",
|
2246
2270
|
"v2.ip_allowlist_update_request" => "IPAllowlistUpdateRequest",
|
2271
|
+
"v2.issue" => "Issue",
|
2272
|
+
"v2.issue_assignee_relationship" => "IssueAssigneeRelationship",
|
2273
|
+
"v2.issue_attributes" => "IssueAttributes",
|
2274
|
+
"v2.issue_case" => "IssueCase",
|
2275
|
+
"v2.issue_case_attributes" => "IssueCaseAttributes",
|
2276
|
+
"v2.issue_case_insight" => "IssueCaseInsight",
|
2277
|
+
"v2.issue_case_jira_issue" => "IssueCaseJiraIssue",
|
2278
|
+
"v2.issue_case_jira_issue_result" => "IssueCaseJiraIssueResult",
|
2279
|
+
"v2.issue_case_reference" => "IssueCaseReference",
|
2280
|
+
"v2.issue_case_relationship" => "IssueCaseRelationship",
|
2281
|
+
"v2.issue_case_relationships" => "IssueCaseRelationships",
|
2282
|
+
"v2.issue_case_resource_type" => "IssueCaseResourceType",
|
2283
|
+
"v2.issue_included" => "IssueIncluded",
|
2284
|
+
"v2.issue_language" => "IssueLanguage",
|
2285
|
+
"v2.issue_platform" => "IssuePlatform",
|
2286
|
+
"v2.issue_reference" => "IssueReference",
|
2287
|
+
"v2.issue_relationships" => "IssueRelationships",
|
2288
|
+
"v2.issue_response" => "IssueResponse",
|
2289
|
+
"v2.issues_search_request" => "IssuesSearchRequest",
|
2290
|
+
"v2.issues_search_request_data" => "IssuesSearchRequestData",
|
2291
|
+
"v2.issues_search_request_data_attributes" => "IssuesSearchRequestDataAttributes",
|
2292
|
+
"v2.issues_search_request_data_attributes_order_by" => "IssuesSearchRequestDataAttributesOrderBy",
|
2293
|
+
"v2.issues_search_request_data_attributes_persona" => "IssuesSearchRequestDataAttributesPersona",
|
2294
|
+
"v2.issues_search_request_data_attributes_track" => "IssuesSearchRequestDataAttributesTrack",
|
2295
|
+
"v2.issues_search_request_data_type" => "IssuesSearchRequestDataType",
|
2296
|
+
"v2.issues_search_response" => "IssuesSearchResponse",
|
2297
|
+
"v2.issues_search_result" => "IssuesSearchResult",
|
2298
|
+
"v2.issues_search_result_attributes" => "IssuesSearchResultAttributes",
|
2299
|
+
"v2.issues_search_result_included" => "IssuesSearchResultIncluded",
|
2300
|
+
"v2.issues_search_result_issue_relationship" => "IssuesSearchResultIssueRelationship",
|
2301
|
+
"v2.issues_search_result_relationships" => "IssuesSearchResultRelationships",
|
2302
|
+
"v2.issues_search_result_type" => "IssuesSearchResultType",
|
2303
|
+
"v2.issue_state" => "IssueState",
|
2304
|
+
"v2.issue_team" => "IssueTeam",
|
2305
|
+
"v2.issue_team_attributes" => "IssueTeamAttributes",
|
2306
|
+
"v2.issue_team_owners_relationship" => "IssueTeamOwnersRelationship",
|
2307
|
+
"v2.issue_team_reference" => "IssueTeamReference",
|
2308
|
+
"v2.issue_team_type" => "IssueTeamType",
|
2309
|
+
"v2.issue_type" => "IssueType",
|
2310
|
+
"v2.issue_update_assignee_request" => "IssueUpdateAssigneeRequest",
|
2311
|
+
"v2.issue_update_assignee_request_data" => "IssueUpdateAssigneeRequestData",
|
2312
|
+
"v2.issue_update_assignee_request_data_type" => "IssueUpdateAssigneeRequestDataType",
|
2313
|
+
"v2.issue_update_state_request" => "IssueUpdateStateRequest",
|
2314
|
+
"v2.issue_update_state_request_data" => "IssueUpdateStateRequestData",
|
2315
|
+
"v2.issue_update_state_request_data_attributes" => "IssueUpdateStateRequestDataAttributes",
|
2316
|
+
"v2.issue_update_state_request_data_type" => "IssueUpdateStateRequestDataType",
|
2317
|
+
"v2.issue_user" => "IssueUser",
|
2318
|
+
"v2.issue_user_attributes" => "IssueUserAttributes",
|
2319
|
+
"v2.issue_user_reference" => "IssueUserReference",
|
2320
|
+
"v2.issue_user_type" => "IssueUserType",
|
2247
2321
|
"v2.jira_integration_metadata" => "JiraIntegrationMetadata",
|
2248
2322
|
"v2.jira_integration_metadata_issues_item" => "JiraIntegrationMetadataIssuesItem",
|
2249
2323
|
"v2.jira_issue" => "JiraIssue",
|
@@ -2500,6 +2574,8 @@ module DatadogAPIClient
|
|
2500
2574
|
"v2.microsoft_teams_channel_info_response_attributes" => "MicrosoftTeamsChannelInfoResponseAttributes",
|
2501
2575
|
"v2.microsoft_teams_channel_info_response_data" => "MicrosoftTeamsChannelInfoResponseData",
|
2502
2576
|
"v2.microsoft_teams_channel_info_type" => "MicrosoftTeamsChannelInfoType",
|
2577
|
+
"v2.microsoft_teams_configuration_reference" => "MicrosoftTeamsConfigurationReference",
|
2578
|
+
"v2.microsoft_teams_configuration_reference_data" => "MicrosoftTeamsConfigurationReferenceData",
|
2503
2579
|
"v2.microsoft_teams_create_tenant_based_handle_request" => "MicrosoftTeamsCreateTenantBasedHandleRequest",
|
2504
2580
|
"v2.microsoft_teams_create_workflows_webhook_handle_request" => "MicrosoftTeamsCreateWorkflowsWebhookHandleRequest",
|
2505
2581
|
"v2.microsoft_teams_get_channel_by_name_response" => "MicrosoftTeamsGetChannelByNameResponse",
|
@@ -2619,17 +2695,31 @@ module DatadogAPIClient
|
|
2619
2695
|
"v2.observability_pipeline_amazon_s3_destination_type" => "ObservabilityPipelineAmazonS3DestinationType",
|
2620
2696
|
"v2.observability_pipeline_amazon_s3_source" => "ObservabilityPipelineAmazonS3Source",
|
2621
2697
|
"v2.observability_pipeline_amazon_s3_source_type" => "ObservabilityPipelineAmazonS3SourceType",
|
2698
|
+
"v2.observability_pipeline_amazon_security_lake_destination" => "ObservabilityPipelineAmazonSecurityLakeDestination",
|
2699
|
+
"v2.observability_pipeline_amazon_security_lake_destination_type" => "ObservabilityPipelineAmazonSecurityLakeDestinationType",
|
2622
2700
|
"v2.observability_pipeline_aws_auth" => "ObservabilityPipelineAwsAuth",
|
2623
2701
|
"v2.observability_pipeline_config" => "ObservabilityPipelineConfig",
|
2624
2702
|
"v2.observability_pipeline_config_destination_item" => "ObservabilityPipelineConfigDestinationItem",
|
2625
2703
|
"v2.observability_pipeline_config_processor_item" => "ObservabilityPipelineConfigProcessorItem",
|
2626
2704
|
"v2.observability_pipeline_config_source_item" => "ObservabilityPipelineConfigSourceItem",
|
2705
|
+
"v2.observability_pipeline_crowd_strike_next_gen_siem_destination" => "ObservabilityPipelineCrowdStrikeNextGenSiemDestination",
|
2706
|
+
"v2.observability_pipeline_crowd_strike_next_gen_siem_destination_compression" => "ObservabilityPipelineCrowdStrikeNextGenSiemDestinationCompression",
|
2707
|
+
"v2.observability_pipeline_crowd_strike_next_gen_siem_destination_compression_algorithm" => "ObservabilityPipelineCrowdStrikeNextGenSiemDestinationCompressionAlgorithm",
|
2708
|
+
"v2.observability_pipeline_crowd_strike_next_gen_siem_destination_encoding" => "ObservabilityPipelineCrowdStrikeNextGenSiemDestinationEncoding",
|
2709
|
+
"v2.observability_pipeline_crowd_strike_next_gen_siem_destination_type" => "ObservabilityPipelineCrowdStrikeNextGenSiemDestinationType",
|
2710
|
+
"v2.observability_pipeline_custom_processor" => "ObservabilityPipelineCustomProcessor",
|
2711
|
+
"v2.observability_pipeline_custom_processor_remap" => "ObservabilityPipelineCustomProcessorRemap",
|
2712
|
+
"v2.observability_pipeline_custom_processor_type" => "ObservabilityPipelineCustomProcessorType",
|
2627
2713
|
"v2.observability_pipeline_data" => "ObservabilityPipelineData",
|
2628
2714
|
"v2.observability_pipeline_data_attributes" => "ObservabilityPipelineDataAttributes",
|
2629
2715
|
"v2.observability_pipeline_datadog_agent_source" => "ObservabilityPipelineDatadogAgentSource",
|
2630
2716
|
"v2.observability_pipeline_datadog_agent_source_type" => "ObservabilityPipelineDatadogAgentSourceType",
|
2631
2717
|
"v2.observability_pipeline_datadog_logs_destination" => "ObservabilityPipelineDatadogLogsDestination",
|
2632
2718
|
"v2.observability_pipeline_datadog_logs_destination_type" => "ObservabilityPipelineDatadogLogsDestinationType",
|
2719
|
+
"v2.observability_pipeline_datadog_tags_processor" => "ObservabilityPipelineDatadogTagsProcessor",
|
2720
|
+
"v2.observability_pipeline_datadog_tags_processor_action" => "ObservabilityPipelineDatadogTagsProcessorAction",
|
2721
|
+
"v2.observability_pipeline_datadog_tags_processor_mode" => "ObservabilityPipelineDatadogTagsProcessorMode",
|
2722
|
+
"v2.observability_pipeline_datadog_tags_processor_type" => "ObservabilityPipelineDatadogTagsProcessorType",
|
2633
2723
|
"v2.observability_pipeline_decoding" => "ObservabilityPipelineDecoding",
|
2634
2724
|
"v2.observability_pipeline_dedupe_processor" => "ObservabilityPipelineDedupeProcessor",
|
2635
2725
|
"v2.observability_pipeline_dedupe_processor_mode" => "ObservabilityPipelineDedupeProcessorMode",
|
@@ -2757,6 +2847,31 @@ module DatadogAPIClient
|
|
2757
2847
|
"v2.observability_pipeline_sentinel_one_destination" => "ObservabilityPipelineSentinelOneDestination",
|
2758
2848
|
"v2.observability_pipeline_sentinel_one_destination_region" => "ObservabilityPipelineSentinelOneDestinationRegion",
|
2759
2849
|
"v2.observability_pipeline_sentinel_one_destination_type" => "ObservabilityPipelineSentinelOneDestinationType",
|
2850
|
+
"v2.observability_pipeline_socket_destination" => "ObservabilityPipelineSocketDestination",
|
2851
|
+
"v2.observability_pipeline_socket_destination_encoding" => "ObservabilityPipelineSocketDestinationEncoding",
|
2852
|
+
"v2.observability_pipeline_socket_destination_framing" => "ObservabilityPipelineSocketDestinationFraming",
|
2853
|
+
"v2.observability_pipeline_socket_destination_framing_bytes" => "ObservabilityPipelineSocketDestinationFramingBytes",
|
2854
|
+
"v2.observability_pipeline_socket_destination_framing_bytes_method" => "ObservabilityPipelineSocketDestinationFramingBytesMethod",
|
2855
|
+
"v2.observability_pipeline_socket_destination_framing_character_delimited" => "ObservabilityPipelineSocketDestinationFramingCharacterDelimited",
|
2856
|
+
"v2.observability_pipeline_socket_destination_framing_character_delimited_method" => "ObservabilityPipelineSocketDestinationFramingCharacterDelimitedMethod",
|
2857
|
+
"v2.observability_pipeline_socket_destination_framing_newline_delimited" => "ObservabilityPipelineSocketDestinationFramingNewlineDelimited",
|
2858
|
+
"v2.observability_pipeline_socket_destination_framing_newline_delimited_method" => "ObservabilityPipelineSocketDestinationFramingNewlineDelimitedMethod",
|
2859
|
+
"v2.observability_pipeline_socket_destination_mode" => "ObservabilityPipelineSocketDestinationMode",
|
2860
|
+
"v2.observability_pipeline_socket_destination_type" => "ObservabilityPipelineSocketDestinationType",
|
2861
|
+
"v2.observability_pipeline_socket_source" => "ObservabilityPipelineSocketSource",
|
2862
|
+
"v2.observability_pipeline_socket_source_framing" => "ObservabilityPipelineSocketSourceFraming",
|
2863
|
+
"v2.observability_pipeline_socket_source_framing_bytes" => "ObservabilityPipelineSocketSourceFramingBytes",
|
2864
|
+
"v2.observability_pipeline_socket_source_framing_bytes_method" => "ObservabilityPipelineSocketSourceFramingBytesMethod",
|
2865
|
+
"v2.observability_pipeline_socket_source_framing_character_delimited" => "ObservabilityPipelineSocketSourceFramingCharacterDelimited",
|
2866
|
+
"v2.observability_pipeline_socket_source_framing_character_delimited_method" => "ObservabilityPipelineSocketSourceFramingCharacterDelimitedMethod",
|
2867
|
+
"v2.observability_pipeline_socket_source_framing_chunked_gelf" => "ObservabilityPipelineSocketSourceFramingChunkedGelf",
|
2868
|
+
"v2.observability_pipeline_socket_source_framing_chunked_gelf_method" => "ObservabilityPipelineSocketSourceFramingChunkedGelfMethod",
|
2869
|
+
"v2.observability_pipeline_socket_source_framing_newline_delimited" => "ObservabilityPipelineSocketSourceFramingNewlineDelimited",
|
2870
|
+
"v2.observability_pipeline_socket_source_framing_newline_delimited_method" => "ObservabilityPipelineSocketSourceFramingNewlineDelimitedMethod",
|
2871
|
+
"v2.observability_pipeline_socket_source_framing_octet_counting" => "ObservabilityPipelineSocketSourceFramingOctetCounting",
|
2872
|
+
"v2.observability_pipeline_socket_source_framing_octet_counting_method" => "ObservabilityPipelineSocketSourceFramingOctetCountingMethod",
|
2873
|
+
"v2.observability_pipeline_socket_source_mode" => "ObservabilityPipelineSocketSourceMode",
|
2874
|
+
"v2.observability_pipeline_socket_source_type" => "ObservabilityPipelineSocketSourceType",
|
2760
2875
|
"v2.observability_pipeline_spec" => "ObservabilityPipelineSpec",
|
2761
2876
|
"v2.observability_pipeline_spec_data" => "ObservabilityPipelineSpecData",
|
2762
2877
|
"v2.observability_pipeline_splunk_hec_destination" => "ObservabilityPipelineSplunkHecDestination",
|
@@ -2837,6 +2952,28 @@ module DatadogAPIClient
|
|
2837
2952
|
"v2.org_config_write" => "OrgConfigWrite",
|
2838
2953
|
"v2.org_config_write_attributes" => "OrgConfigWriteAttributes",
|
2839
2954
|
"v2.org_config_write_request" => "OrgConfigWriteRequest",
|
2955
|
+
"v2.org_connection" => "OrgConnection",
|
2956
|
+
"v2.org_connection_attributes" => "OrgConnectionAttributes",
|
2957
|
+
"v2.org_connection_create" => "OrgConnectionCreate",
|
2958
|
+
"v2.org_connection_create_attributes" => "OrgConnectionCreateAttributes",
|
2959
|
+
"v2.org_connection_create_relationships" => "OrgConnectionCreateRelationships",
|
2960
|
+
"v2.org_connection_create_request" => "OrgConnectionCreateRequest",
|
2961
|
+
"v2.org_connection_list_response" => "OrgConnectionListResponse",
|
2962
|
+
"v2.org_connection_list_response_meta" => "OrgConnectionListResponseMeta",
|
2963
|
+
"v2.org_connection_list_response_meta_page" => "OrgConnectionListResponseMetaPage",
|
2964
|
+
"v2.org_connection_org_relationship" => "OrgConnectionOrgRelationship",
|
2965
|
+
"v2.org_connection_org_relationship_data" => "OrgConnectionOrgRelationshipData",
|
2966
|
+
"v2.org_connection_org_relationship_data_type" => "OrgConnectionOrgRelationshipDataType",
|
2967
|
+
"v2.org_connection_relationships" => "OrgConnectionRelationships",
|
2968
|
+
"v2.org_connection_response" => "OrgConnectionResponse",
|
2969
|
+
"v2.org_connection_type" => "OrgConnectionType",
|
2970
|
+
"v2.org_connection_type_enum" => "OrgConnectionTypeEnum",
|
2971
|
+
"v2.org_connection_update" => "OrgConnectionUpdate",
|
2972
|
+
"v2.org_connection_update_attributes" => "OrgConnectionUpdateAttributes",
|
2973
|
+
"v2.org_connection_update_request" => "OrgConnectionUpdateRequest",
|
2974
|
+
"v2.org_connection_user_relationship" => "OrgConnectionUserRelationship",
|
2975
|
+
"v2.org_connection_user_relationship_data" => "OrgConnectionUserRelationshipData",
|
2976
|
+
"v2.org_connection_user_relationship_data_type" => "OrgConnectionUserRelationshipDataType",
|
2840
2977
|
"v2.outbound_edge" => "OutboundEdge",
|
2841
2978
|
"v2.outcomes_batch_attributes" => "OutcomesBatchAttributes",
|
2842
2979
|
"v2.outcomes_batch_request" => "OutcomesBatchRequest",
|
@@ -2863,6 +3000,7 @@ module DatadogAPIClient
|
|
2863
3000
|
"v2.partial_application_key" => "PartialApplicationKey",
|
2864
3001
|
"v2.partial_application_key_attributes" => "PartialApplicationKeyAttributes",
|
2865
3002
|
"v2.partial_application_key_response" => "PartialApplicationKeyResponse",
|
3003
|
+
"v2.patch_incident_notification_template_request" => "PatchIncidentNotificationTemplateRequest",
|
2866
3004
|
"v2.patch_notification_rule_parameters" => "PatchNotificationRuleParameters",
|
2867
3005
|
"v2.patch_notification_rule_parameters_data" => "PatchNotificationRuleParametersData",
|
2868
3006
|
"v2.patch_notification_rule_parameters_data_attributes" => "PatchNotificationRuleParametersDataAttributes",
|
@@ -2911,6 +3049,10 @@ module DatadogAPIClient
|
|
2911
3049
|
"v2.query_sort_order" => "QuerySortOrder",
|
2912
3050
|
"v2.readiness_gate" => "ReadinessGate",
|
2913
3051
|
"v2.readiness_gate_threshold_type" => "ReadinessGateThresholdType",
|
3052
|
+
"v2.recommendation_attributes" => "RecommendationAttributes",
|
3053
|
+
"v2.recommendation_data" => "RecommendationData",
|
3054
|
+
"v2.recommendation_document" => "RecommendationDocument",
|
3055
|
+
"v2.recommendation_type" => "RecommendationType",
|
2914
3056
|
"v2.register_app_key_response" => "RegisterAppKeyResponse",
|
2915
3057
|
"v2.relation_attributes" => "RelationAttributes",
|
2916
3058
|
"v2.relation_entity" => "RelationEntity",
|
@@ -2931,6 +3073,8 @@ module DatadogAPIClient
|
|
2931
3073
|
"v2.relationship_to_incident_postmortem_data" => "RelationshipToIncidentPostmortemData",
|
2932
3074
|
"v2.relationship_to_incident_responder_data" => "RelationshipToIncidentResponderData",
|
2933
3075
|
"v2.relationship_to_incident_responders" => "RelationshipToIncidentResponders",
|
3076
|
+
"v2.relationship_to_incident_type" => "RelationshipToIncidentType",
|
3077
|
+
"v2.relationship_to_incident_type_data" => "RelationshipToIncidentTypeData",
|
2934
3078
|
"v2.relationship_to_incident_user_defined_field_data" => "RelationshipToIncidentUserDefinedFieldData",
|
2935
3079
|
"v2.relationship_to_incident_user_defined_fields" => "RelationshipToIncidentUserDefinedFields",
|
2936
3080
|
"v2.relationship_to_organization" => "RelationshipToOrganization",
|
@@ -3062,6 +3206,8 @@ module DatadogAPIClient
|
|
3062
3206
|
"v2.rum_compute_type" => "RUMComputeType",
|
3063
3207
|
"v2.rum_event" => "RUMEvent",
|
3064
3208
|
"v2.rum_event_attributes" => "RUMEventAttributes",
|
3209
|
+
"v2.rum_event_processing_scale" => "RUMEventProcessingScale",
|
3210
|
+
"v2.rum_event_processing_state" => "RUMEventProcessingState",
|
3065
3211
|
"v2.rum_events_response" => "RUMEventsResponse",
|
3066
3212
|
"v2.rum_event_type" => "RUMEventType",
|
3067
3213
|
"v2.rum_group_by" => "RUMGroupBy",
|
@@ -3091,6 +3237,9 @@ module DatadogAPIClient
|
|
3091
3237
|
"v2.rum_metric_update_compute" => "RumMetricUpdateCompute",
|
3092
3238
|
"v2.rum_metric_update_data" => "RumMetricUpdateData",
|
3093
3239
|
"v2.rum_metric_update_request" => "RumMetricUpdateRequest",
|
3240
|
+
"v2.rum_product_analytics_retention_scale" => "RUMProductAnalyticsRetentionScale",
|
3241
|
+
"v2.rum_product_analytics_retention_state" => "RUMProductAnalyticsRetentionState",
|
3242
|
+
"v2.rum_product_scales" => "RUMProductScales",
|
3094
3243
|
"v2.rum_query_filter" => "RUMQueryFilter",
|
3095
3244
|
"v2.rum_query_options" => "RUMQueryOptions",
|
3096
3245
|
"v2.rum_query_page_options" => "RUMQueryPageOptions",
|
@@ -3188,6 +3337,7 @@ module DatadogAPIClient
|
|
3188
3337
|
"v2.schedule_user_attributes" => "ScheduleUserAttributes",
|
3189
3338
|
"v2.schedule_user_type" => "ScheduleUserType",
|
3190
3339
|
"v2.scorecard_type" => "ScorecardType",
|
3340
|
+
"v2.search_issues_include_query_parameter_item" => "SearchIssuesIncludeQueryParameterItem",
|
3191
3341
|
"v2.security_filter" => "SecurityFilter",
|
3192
3342
|
"v2.security_filter_attributes" => "SecurityFilterAttributes",
|
3193
3343
|
"v2.security_filter_create_attributes" => "SecurityFilterCreateAttributes",
|
@@ -3612,6 +3762,12 @@ module DatadogAPIClient
|
|
3612
3762
|
"v2.teams_response_links" => "TeamsResponseLinks",
|
3613
3763
|
"v2.teams_response_meta" => "TeamsResponseMeta",
|
3614
3764
|
"v2.teams_response_meta_pagination" => "TeamsResponseMetaPagination",
|
3765
|
+
"v2.team_sync_attributes" => "TeamSyncAttributes",
|
3766
|
+
"v2.team_sync_attributes_source" => "TeamSyncAttributesSource",
|
3767
|
+
"v2.team_sync_attributes_type" => "TeamSyncAttributesType",
|
3768
|
+
"v2.team_sync_bulk_type" => "TeamSyncBulkType",
|
3769
|
+
"v2.team_sync_data" => "TeamSyncData",
|
3770
|
+
"v2.team_sync_request" => "TeamSyncRequest",
|
3615
3771
|
"v2.team_target" => "TeamTarget",
|
3616
3772
|
"v2.team_target_type" => "TeamTargetType",
|
3617
3773
|
"v2.team_type" => "TeamType",
|
@@ -3650,6 +3806,11 @@ module DatadogAPIClient
|
|
3650
3806
|
"v2.update_open_api_response" => "UpdateOpenAPIResponse",
|
3651
3807
|
"v2.update_open_api_response_attributes" => "UpdateOpenAPIResponseAttributes",
|
3652
3808
|
"v2.update_open_api_response_data" => "UpdateOpenAPIResponseData",
|
3809
|
+
"v2.update_outcomes_async_attributes" => "UpdateOutcomesAsyncAttributes",
|
3810
|
+
"v2.update_outcomes_async_request" => "UpdateOutcomesAsyncRequest",
|
3811
|
+
"v2.update_outcomes_async_request_data" => "UpdateOutcomesAsyncRequestData",
|
3812
|
+
"v2.update_outcomes_async_request_item" => "UpdateOutcomesAsyncRequestItem",
|
3813
|
+
"v2.update_outcomes_async_type" => "UpdateOutcomesAsyncType",
|
3653
3814
|
"v2.update_resource_evaluation_filters_request" => "UpdateResourceEvaluationFiltersRequest",
|
3654
3815
|
"v2.update_resource_evaluation_filters_request_data" => "UpdateResourceEvaluationFiltersRequestData",
|
3655
3816
|
"v2.update_resource_evaluation_filters_response" => "UpdateResourceEvaluationFiltersResponse",
|
@@ -3777,6 +3938,8 @@ module DatadogAPIClient
|
|
3777
3938
|
"v2.x_ray_services_include_all" => "XRayServicesIncludeAll",
|
3778
3939
|
"v2.x_ray_services_include_only" => "XRayServicesIncludeOnly",
|
3779
3940
|
"v2.x_ray_services_list" => "XRayServicesList",
|
3941
|
+
"v2.zoom_configuration_reference" => "ZoomConfigurationReference",
|
3942
|
+
"v2.zoom_configuration_reference_data" => "ZoomConfigurationReferenceData",
|
3780
3943
|
# APIs
|
3781
3944
|
"v1.authentication_api" => "AuthenticationAPI",
|
3782
3945
|
"v1.aws_integration_api" => "AWSIntegrationAPI",
|
@@ -3837,6 +4000,7 @@ module DatadogAPIClient
|
|
3837
4000
|
"v2.domain_allowlist_api" => "DomainAllowlistAPI",
|
3838
4001
|
"v2.dora_metrics_api" => "DORAMetricsAPI",
|
3839
4002
|
"v2.downtimes_api" => "DowntimesAPI",
|
4003
|
+
"v2.error_tracking_api" => "ErrorTrackingAPI",
|
3840
4004
|
"v2.events_api" => "EventsAPI",
|
3841
4005
|
"v2.fastly_integration_api" => "FastlyIntegrationAPI",
|
3842
4006
|
"v2.gcp_integration_api" => "GCPIntegrationAPI",
|
@@ -3858,6 +4022,7 @@ module DatadogAPIClient
|
|
3858
4022
|
"v2.on_call_api" => "OnCallAPI",
|
3859
4023
|
"v2.on_call_paging_api" => "OnCallPagingAPI",
|
3860
4024
|
"v2.opsgenie_integration_api" => "OpsgenieIntegrationAPI",
|
4025
|
+
"v2.org_connections_api" => "OrgConnectionsAPI",
|
3861
4026
|
"v2.organizations_api" => "OrganizationsAPI",
|
3862
4027
|
"v2.powerpack_api" => "PowerpackAPI",
|
3863
4028
|
"v2.processes_api" => "ProcessesAPI",
|
@@ -3873,6 +4038,7 @@ module DatadogAPIClient
|
|
3873
4038
|
"v2.service_level_objectives_api" => "ServiceLevelObjectivesAPI",
|
3874
4039
|
"v2.service_scorecards_api" => "ServiceScorecardsAPI",
|
3875
4040
|
"v2.software_catalog_api" => "SoftwareCatalogAPI",
|
4041
|
+
"v2.spa_api" => "SpaAPI",
|
3876
4042
|
"v2.spans_api" => "SpansAPI",
|
3877
4043
|
"v2.spans_metrics_api" => "SpansMetricsAPI",
|
3878
4044
|
"v2.synthetics_api" => "SyntheticsAPI",
|
@@ -0,0 +1,105 @@
|
|
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
|
+
# Response returned by the Logs API when the max limit has been reached.
|
21
|
+
class LogsAPILimitReachedResponse
|
22
|
+
include BaseGenericModel
|
23
|
+
|
24
|
+
# Error returned by the Logs API
|
25
|
+
attr_accessor :error
|
26
|
+
|
27
|
+
attr_accessor :additional_properties
|
28
|
+
|
29
|
+
# Attribute mapping from ruby-style variable name to JSON key.
|
30
|
+
# @!visibility private
|
31
|
+
def self.attribute_map
|
32
|
+
{
|
33
|
+
:'error' => :'error'
|
34
|
+
}
|
35
|
+
end
|
36
|
+
|
37
|
+
# Attribute type mapping.
|
38
|
+
# @!visibility private
|
39
|
+
def self.openapi_types
|
40
|
+
{
|
41
|
+
:'error' => :'LogsAPIError'
|
42
|
+
}
|
43
|
+
end
|
44
|
+
|
45
|
+
# Initializes the object
|
46
|
+
# @param attributes [Hash] Model attributes in the form of hash
|
47
|
+
# @!visibility private
|
48
|
+
def initialize(attributes = {})
|
49
|
+
if (!attributes.is_a?(Hash))
|
50
|
+
fail ArgumentError, "The input argument (attributes) must be a hash in `DatadogAPIClient::V1::LogsAPILimitReachedResponse` initialize method"
|
51
|
+
end
|
52
|
+
|
53
|
+
self.additional_properties = {}
|
54
|
+
# check to see if the attribute exists and convert string to symbol for hash key
|
55
|
+
attributes = attributes.each_with_object({}) { |(k, v), h|
|
56
|
+
if (!self.class.attribute_map.key?(k.to_sym))
|
57
|
+
self.additional_properties[k.to_sym] = v
|
58
|
+
else
|
59
|
+
h[k.to_sym] = v
|
60
|
+
end
|
61
|
+
}
|
62
|
+
|
63
|
+
if attributes.key?(:'error')
|
64
|
+
self.error = attributes[:'error']
|
65
|
+
end
|
66
|
+
end
|
67
|
+
|
68
|
+
# Returns the object in the form of hash, with additionalProperties support.
|
69
|
+
# @return [Hash] Returns the object in the form of hash
|
70
|
+
# @!visibility private
|
71
|
+
def to_hash
|
72
|
+
hash = {}
|
73
|
+
self.class.attribute_map.each_pair do |attr, param|
|
74
|
+
value = self.send(attr)
|
75
|
+
if value.nil?
|
76
|
+
is_nullable = self.class.openapi_nullable.include?(attr)
|
77
|
+
next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}"))
|
78
|
+
end
|
79
|
+
|
80
|
+
hash[param] = _to_hash(value)
|
81
|
+
end
|
82
|
+
self.additional_properties.each_pair do |attr, value|
|
83
|
+
hash[attr] = value
|
84
|
+
end
|
85
|
+
hash
|
86
|
+
end
|
87
|
+
|
88
|
+
# Checks equality by comparing each attribute.
|
89
|
+
# @param o [Object] Object to be compared
|
90
|
+
# @!visibility private
|
91
|
+
def ==(o)
|
92
|
+
return true if self.equal?(o)
|
93
|
+
self.class == o.class &&
|
94
|
+
error == o.error &&
|
95
|
+
additional_properties == o.additional_properties
|
96
|
+
end
|
97
|
+
|
98
|
+
# Calculates hash code according to all attributes.
|
99
|
+
# @return [Integer] Hash code
|
100
|
+
# @!visibility private
|
101
|
+
def hash
|
102
|
+
[error, additional_properties].hash
|
103
|
+
end
|
104
|
+
end
|
105
|
+
end
|
@@ -36,6 +36,9 @@ module DatadogAPIClient::V1
|
|
36
36
|
# Generate variables using JavaScript.
|
37
37
|
attr_accessor :extracted_values_from_script
|
38
38
|
|
39
|
+
# ID of the step.
|
40
|
+
attr_accessor :id
|
41
|
+
|
39
42
|
# Determines whether or not to consider the entire test as failed if this step fails.
|
40
43
|
# Can be used only if `allowFailure` is `true`.
|
41
44
|
attr_accessor :is_critical
|
@@ -63,6 +66,7 @@ module DatadogAPIClient::V1
|
|
63
66
|
:'exit_if_succeed' => :'exitIfSucceed',
|
64
67
|
:'extracted_values' => :'extractedValues',
|
65
68
|
:'extracted_values_from_script' => :'extractedValuesFromScript',
|
69
|
+
:'id' => :'id',
|
66
70
|
:'is_critical' => :'isCritical',
|
67
71
|
:'name' => :'name',
|
68
72
|
:'request' => :'request',
|
@@ -80,6 +84,7 @@ module DatadogAPIClient::V1
|
|
80
84
|
:'exit_if_succeed' => :'Boolean',
|
81
85
|
:'extracted_values' => :'Array<SyntheticsParsingOptions>',
|
82
86
|
:'extracted_values_from_script' => :'String',
|
87
|
+
:'id' => :'String',
|
83
88
|
:'is_critical' => :'Boolean',
|
84
89
|
:'name' => :'String',
|
85
90
|
:'request' => :'SyntheticsTestRequest',
|
@@ -130,6 +135,10 @@ module DatadogAPIClient::V1
|
|
130
135
|
self.extracted_values_from_script = attributes[:'extracted_values_from_script']
|
131
136
|
end
|
132
137
|
|
138
|
+
if attributes.key?(:'id')
|
139
|
+
self.id = attributes[:'id']
|
140
|
+
end
|
141
|
+
|
133
142
|
if attributes.key?(:'is_critical')
|
134
143
|
self.is_critical = attributes[:'is_critical']
|
135
144
|
end
|
@@ -233,6 +242,7 @@ module DatadogAPIClient::V1
|
|
233
242
|
exit_if_succeed == o.exit_if_succeed &&
|
234
243
|
extracted_values == o.extracted_values &&
|
235
244
|
extracted_values_from_script == o.extracted_values_from_script &&
|
245
|
+
id == o.id &&
|
236
246
|
is_critical == o.is_critical &&
|
237
247
|
name == o.name &&
|
238
248
|
request == o.request &&
|
@@ -245,7 +255,7 @@ module DatadogAPIClient::V1
|
|
245
255
|
# @return [Integer] Hash code
|
246
256
|
# @!visibility private
|
247
257
|
def hash
|
248
|
-
[allow_failure, assertions, exit_if_succeed, extracted_values, extracted_values_from_script, is_critical, name, request, _retry, subtype, additional_properties].hash
|
258
|
+
[allow_failure, assertions, exit_if_succeed, extracted_values, extracted_values_from_script, id, is_critical, name, request, _retry, subtype, additional_properties].hash
|
249
259
|
end
|
250
260
|
end
|
251
261
|
end
|