datadog_api_client 2.44.0 → 2.45.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/.generator/schemas/v1/openapi.yaml +564 -36
- data/.generator/schemas/v2/openapi.yaml +3946 -412
- data/CHANGELOG.md +25 -0
- data/examples/v2/aws-integration/CreateAWSEventBridgeSource.rb +17 -0
- data/examples/v2/aws-integration/DeleteAWSEventBridgeSource.rb +16 -0
- data/examples/v2/aws-integration/ListAWSEventBridgeSources.rb +5 -0
- data/examples/v2/fleet-automation/CreateFleetDeploymentConfigure.rb +1 -1
- data/examples/v2/fleet-automation/CreateFleetDeploymentUpgrade.rb +23 -0
- data/examples/v2/fleet-automation/CreateFleetSchedule.rb +30 -0
- data/examples/v2/fleet-automation/DeleteFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/GetFleetDeployment.rb +2 -5
- data/examples/v2/fleet-automation/GetFleetDeployment_1482493803.rb +11 -0
- data/examples/v2/fleet-automation/GetFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetAgentVersions.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetSchedules.rb +8 -0
- data/examples/v2/fleet-automation/TriggerFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/UpdateFleetSchedule.rb +30 -0
- data/examples/v2/reference-tables/UpdateReferenceTable.rb +0 -1
- data/examples/v2/rum-audience-management/CreateConnection.rb +36 -0
- data/examples/v2/rum-audience-management/DeleteConnection.rb +8 -0
- data/examples/v2/rum-audience-management/GetAccountFacetInfo.rb +25 -0
- data/examples/v2/rum-audience-management/GetMapping.rb +8 -0
- data/examples/v2/rum-audience-management/GetUserFacetInfo.rb +25 -0
- data/examples/v2/rum-audience-management/ListConnections.rb +8 -0
- data/examples/v2/rum-audience-management/QueryAccounts.rb +34 -0
- data/examples/v2/rum-audience-management/QueryEventFilteredUsers.rb +37 -0
- data/examples/v2/rum-audience-management/QueryUsers.rb +34 -0
- data/examples/v2/rum-audience-management/UpdateConnection.rb +43 -0
- data/examples/v2/security-monitoring/CancelThreatHuntingJob.rb +8 -0
- data/examples/v2/security-monitoring/CancelThreatHuntingJob_1945505845.rb +12 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +4 -0
- data/examples/v2/security-monitoring/{DeleteHistoricalJob.rb → DeleteThreatHuntingJob.rb} +2 -2
- data/examples/v2/security-monitoring/GetSecretsRules.rb +8 -0
- data/examples/v2/security-monitoring/GetThreatHuntingJob.rb +12 -0
- data/examples/v2/security-monitoring/ListMultipleRulesets.rb +17 -0
- data/examples/v2/security-monitoring/ListThreatHuntingJobs.rb +8 -0
- data/examples/v2/security-monitoring/ListThreatHuntingJobs_1365512061.rb +15 -0
- data/examples/v2/security-monitoring/{RunHistoricalJob.rb → RunThreatHuntingJob.rb} +9 -9
- data/examples/v2/software-catalog/PreviewCatalogEntities.rb +5 -0
- data/examples/v2/team-connections/CreateTeamConnections.rb +37 -0
- data/examples/v2/team-connections/DeleteTeamConnections.rb +17 -0
- data/examples/v2/team-connections/ListTeamConnections.rb +8 -0
- data/examples/v2/team-connections/ListTeamConnections_1473516764.rb +14 -0
- data/examples/v2/team-connections/ListTeamConnections_2418873869.rb +8 -0
- data/lib/datadog_api_client/configuration.rb +28 -5
- data/lib/datadog_api_client/inflector.rb +172 -12
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +18 -9
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/key_management_api.rb +5 -0
- data/lib/datadog_api_client/v1/api/metrics_api.rb +5 -0
- data/lib/datadog_api_client/v1/models/aws_account.rb +5 -3
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +304 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +304 -4
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +301 -1
- data/lib/datadog_api_client/v2/api/aws_integration_api.rb +194 -0
- data/lib/datadog_api_client/v2/api/error_tracking_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/events_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +683 -8
- data/lib/datadog_api_client/v2/api/incidents_api.rb +3 -0
- data/lib/datadog_api_client/v2/api/key_management_api.rb +4 -2
- data/lib/datadog_api_client/v2/api/reference_tables_api.rb +20 -16
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
- data/lib/datadog_api_client/v2/api/rum_audience_management_api.rb +765 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +344 -205
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +57 -0
- data/lib/datadog_api_client/v2/api/team_connections_api.rb +272 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_partition.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_data.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_data.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_event_bridge_account_configuration.rb +130 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb +178 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response_attributes.rb +136 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_attributes.rb +166 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_source.rb +116 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb +7 -4
- data/lib/datadog_api_client/v2/models/aws_log_source_tag_filter.rb +7 -3
- data/lib/datadog_api_client/v2/models/aws_logs_config.rb +3 -2
- data/lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb +8 -4
- data/lib/datadog_api_client/v2/models/aws_namespace_tag_filter.rb +6 -4
- data/lib/datadog_api_client/v2/models/aws_resources_config.rb +5 -2
- data/lib/datadog_api_client/v2/models/connected_team_ref.rb +105 -0
- data/lib/datadog_api_client/v2/models/connected_team_ref_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/connected_team_ref_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/connections_page_pagination.rb +184 -0
- data/lib/datadog_api_client/v2/models/connections_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_response.rb → create_connection_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/create_connection_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb +197 -0
- data/lib/datadog_api_client/v2/models/create_table_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_table_request_data.rb +6 -41
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes.rb +6 -6
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_cloud_storage.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details.rb +4 -4
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +3 -3
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +5 -5
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +4 -4
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema_fields_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_upload_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_upload_request_data.rb +6 -41
- data/lib/datadog_api_client/v2/models/create_upload_request_data_attributes.rb +5 -5
- data/lib/datadog_api_client/v2/models/create_upload_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_upload_response_data.rb +7 -32
- data/lib/datadog_api_client/v2/models/create_upload_response_data_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/entity_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships.rb +145 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/facet_info_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes_term_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/facet_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result.rb +117 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result_range.rb +115 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result_values_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version.rb +154 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_versions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_attributes.rb +29 -2
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_create.rb +1 -1
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_create_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/fleet_deployment_host.rb +137 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_host_package.rb +136 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_hosts_page.rb +135 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_operation.rb +2 -2
- data/lib/datadog_api_client/v2/models/fleet_deployment_package.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_response.rb +13 -3
- data/lib/datadog_api_client/v2/models/fleet_deployment_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_attributes.rb +214 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_recurrence_rule.rb +191 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/fleet_schedules_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/gcp_metric_namespace_config.rb +13 -1
- data/lib/datadog_api_client/v2/models/get_mapping_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb +157 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb +367 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_arguments_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb +147 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/job_create_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_create_response_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_definition.rb +3 -3
- data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +1 -1
- data/lib/datadog_api_client/v2/models/{run_historical_job_request.rb → list_connections_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/list_connections_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb +187 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items_join.rb +115 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{list_historical_jobs_response.rb → list_threat_hunting_jobs_response.rb} +6 -6
- data/lib/datadog_api_client/v2/models/patch_table_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/patch_table_request_data.rb +6 -41
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes.rb +5 -5
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_cloud_storage.rb +1 -1
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details.rb +4 -4
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +3 -3
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +5 -5
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +4 -4
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema.rb +3 -3
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema_fields_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/preview_entity_response_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/query_account_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data_attributes_sort.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query_time_frame.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/query_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_response_data_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/query_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/query_users_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data_attributes_sort.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/run_threat_hunting_job_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{run_historical_job_request_attributes.rb → run_threat_hunting_job_request_attributes.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{run_historical_job_request_data.rb → run_threat_hunting_job_request_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/{run_historical_job_request_data_type.rb → run_threat_hunting_job_request_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/secret_rule_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb +189 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb +203 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_invalid_http_status_code_items.rb +152 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_valid_http_status_code_items.rb +152 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +2 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +15 -3
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/table_result_v2.rb +2 -2
- data/lib/datadog_api_client/v2/models/table_result_v2_array.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_result_v2_data.rb +7 -32
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb +8 -8
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb +19 -26
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb +7 -42
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details.rb +4 -4
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +3 -3
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +5 -5
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +4 -4
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema.rb +2 -2
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema_fields_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_row_resource_array.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_row_resource_data.rb +7 -32
- data/lib/datadog_api_client/v2/models/table_row_resource_data_attributes.rb +7 -32
- data/lib/datadog_api_client/v2/models/team_connection.rb +164 -0
- data/lib/datadog_api_client/v2/models/team_connection_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_connection_create_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/team_connection_create_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/team_connection_delete_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/team_connection_delete_request_data_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_connection_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_connection_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_connections_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/team_ref.rb +105 -0
- data/lib/datadog_api_client/v2/models/team_ref_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_ref_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{historical_job_data_type.rb → threat_hunting_job_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/{historical_job_list_meta.rb → threat_hunting_job_list_meta.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_options.rb → threat_hunting_job_options.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_query.rb → threat_hunting_job_query.rb} +3 -3
- data/lib/datadog_api_client/v2/models/threat_hunting_job_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/{historical_job_response_attributes.rb → threat_hunting_job_response_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{historical_job_response_data.rb → threat_hunting_job_response_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/update_connection_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_attributes.rb +131 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +12 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +210 -18
- data/examples/v2/security-monitoring/CancelHistoricalJob.rb +0 -12
- data/examples/v2/security-monitoring/GetHistoricalJob.rb +0 -12
- data/examples/v2/security-monitoring/ListHistoricalJobs.rb +0 -15
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
# Run a
|
|
1
|
+
# Run a threat hunting job returns "Status created" response
|
|
2
2
|
|
|
3
3
|
require "datadog_api_client"
|
|
4
4
|
DatadogAPIClient.configure do |config|
|
|
5
|
-
config.unstable_operations["v2.
|
|
5
|
+
config.unstable_operations["v2.run_threat_hunting_job".to_sym] = true
|
|
6
6
|
end
|
|
7
7
|
api_instance = DatadogAPIClient::V2::SecurityMonitoringAPI.new
|
|
8
8
|
|
|
9
|
-
body = DatadogAPIClient::V2::
|
|
10
|
-
data: DatadogAPIClient::V2::
|
|
11
|
-
type: DatadogAPIClient::V2::
|
|
12
|
-
attributes: DatadogAPIClient::V2::
|
|
9
|
+
body = DatadogAPIClient::V2::RunThreatHuntingJobRequest.new({
|
|
10
|
+
data: DatadogAPIClient::V2::RunThreatHuntingJobRequestData.new({
|
|
11
|
+
type: DatadogAPIClient::V2::RunThreatHuntingJobRequestDataType::HISTORICALDETECTIONSJOBCREATE,
|
|
12
|
+
attributes: DatadogAPIClient::V2::RunThreatHuntingJobRequestAttributes.new({
|
|
13
13
|
job_definition: DatadogAPIClient::V2::JobDefinition.new({
|
|
14
14
|
type: "log_detection",
|
|
15
15
|
name: "Excessive number of failed attempts.",
|
|
16
16
|
queries: [
|
|
17
|
-
DatadogAPIClient::V2::
|
|
17
|
+
DatadogAPIClient::V2::ThreatHuntingJobQuery.new({
|
|
18
18
|
query: "source:non_existing_src_weekend",
|
|
19
19
|
aggregation: DatadogAPIClient::V2::SecurityMonitoringRuleQueryAggregation::COUNT,
|
|
20
20
|
group_by_fields: [],
|
|
@@ -29,7 +29,7 @@ body = DatadogAPIClient::V2::RunHistoricalJobRequest.new({
|
|
|
29
29
|
condition: "a > 1",
|
|
30
30
|
}),
|
|
31
31
|
],
|
|
32
|
-
options: DatadogAPIClient::V2::
|
|
32
|
+
options: DatadogAPIClient::V2::ThreatHuntingJobOptions.new({
|
|
33
33
|
keep_alive: DatadogAPIClient::V2::SecurityMonitoringRuleKeepAlive::ONE_HOUR,
|
|
34
34
|
max_signal_duration: DatadogAPIClient::V2::SecurityMonitoringRuleMaxSignalDuration::ONE_DAY,
|
|
35
35
|
evaluation_window: DatadogAPIClient::V2::SecurityMonitoringRuleEvaluationWindow::FIFTEEN_MINUTES,
|
|
@@ -43,4 +43,4 @@ body = DatadogAPIClient::V2::RunHistoricalJobRequest.new({
|
|
|
43
43
|
}),
|
|
44
44
|
}),
|
|
45
45
|
})
|
|
46
|
-
p api_instance.
|
|
46
|
+
p api_instance.run_threat_hunting_job(body)
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# Create team connections returns "Created" response
|
|
2
|
+
|
|
3
|
+
require "datadog_api_client"
|
|
4
|
+
DatadogAPIClient.configure do |config|
|
|
5
|
+
config.unstable_operations["v2.create_team_connections".to_sym] = true
|
|
6
|
+
end
|
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamConnectionsAPI.new
|
|
8
|
+
|
|
9
|
+
# there is a valid "dd_team" in the system
|
|
10
|
+
DD_TEAM_DATA_ID = ENV["DD_TEAM_DATA_ID"]
|
|
11
|
+
|
|
12
|
+
body = DatadogAPIClient::V2::TeamConnectionCreateRequest.new({
|
|
13
|
+
data: [
|
|
14
|
+
DatadogAPIClient::V2::TeamConnectionCreateData.new({
|
|
15
|
+
type: DatadogAPIClient::V2::TeamConnectionType::TEAM_CONNECTION,
|
|
16
|
+
attributes: DatadogAPIClient::V2::TeamConnectionAttributes.new({
|
|
17
|
+
source: "github",
|
|
18
|
+
managed_by: "datadog",
|
|
19
|
+
}),
|
|
20
|
+
relationships: DatadogAPIClient::V2::TeamConnectionRelationships.new({
|
|
21
|
+
team: DatadogAPIClient::V2::TeamRef.new({
|
|
22
|
+
data: DatadogAPIClient::V2::TeamRefData.new({
|
|
23
|
+
id: DD_TEAM_DATA_ID,
|
|
24
|
+
type: DatadogAPIClient::V2::TeamRefDataType::TEAM,
|
|
25
|
+
}),
|
|
26
|
+
}),
|
|
27
|
+
connected_team: DatadogAPIClient::V2::ConnectedTeamRef.new({
|
|
28
|
+
data: DatadogAPIClient::V2::ConnectedTeamRefData.new({
|
|
29
|
+
id: "@MyGitHubAccount/my-team-name",
|
|
30
|
+
type: DatadogAPIClient::V2::ConnectedTeamRefDataType::GITHUB_TEAM,
|
|
31
|
+
}),
|
|
32
|
+
}),
|
|
33
|
+
}),
|
|
34
|
+
}),
|
|
35
|
+
],
|
|
36
|
+
})
|
|
37
|
+
p api_instance.create_team_connections(body)
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
# Delete team connections returns "No Content" response
|
|
2
|
+
|
|
3
|
+
require "datadog_api_client"
|
|
4
|
+
DatadogAPIClient.configure do |config|
|
|
5
|
+
config.unstable_operations["v2.delete_team_connections".to_sym] = true
|
|
6
|
+
end
|
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamConnectionsAPI.new
|
|
8
|
+
|
|
9
|
+
body = DatadogAPIClient::V2::TeamConnectionDeleteRequest.new({
|
|
10
|
+
data: [
|
|
11
|
+
DatadogAPIClient::V2::TeamConnectionDeleteRequestDataItem.new({
|
|
12
|
+
id: "12345678-1234-5678-9abc-123456789012",
|
|
13
|
+
type: DatadogAPIClient::V2::TeamConnectionType::TEAM_CONNECTION,
|
|
14
|
+
}),
|
|
15
|
+
],
|
|
16
|
+
})
|
|
17
|
+
api_instance.delete_team_connections(body)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# List team connections returns "OK" response
|
|
2
|
+
|
|
3
|
+
require "datadog_api_client"
|
|
4
|
+
DatadogAPIClient.configure do |config|
|
|
5
|
+
config.unstable_operations["v2.list_team_connections".to_sym] = true
|
|
6
|
+
end
|
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamConnectionsAPI.new
|
|
8
|
+
p api_instance.list_team_connections()
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# List team connections with filters returns "OK" response
|
|
2
|
+
|
|
3
|
+
require "datadog_api_client"
|
|
4
|
+
DatadogAPIClient.configure do |config|
|
|
5
|
+
config.unstable_operations["v2.list_team_connections".to_sym] = true
|
|
6
|
+
end
|
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamConnectionsAPI.new
|
|
8
|
+
opts = {
|
|
9
|
+
filter_sources: [
|
|
10
|
+
"github",
|
|
11
|
+
],
|
|
12
|
+
page_size: 10,
|
|
13
|
+
}
|
|
14
|
+
p api_instance.list_team_connections(opts)
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# List team connections returns "OK" response with pagination
|
|
2
|
+
|
|
3
|
+
require "datadog_api_client"
|
|
4
|
+
DatadogAPIClient.configure do |config|
|
|
5
|
+
config.unstable_operations["v2.list_team_connections".to_sym] = true
|
|
6
|
+
end
|
|
7
|
+
api_instance = DatadogAPIClient::V2::TeamConnectionsAPI.new
|
|
8
|
+
api_instance.list_team_connections_with_pagination() { |item| puts item }
|
|
@@ -191,31 +191,41 @@ module DatadogAPIClient
|
|
|
191
191
|
@unstable_operations = {
|
|
192
192
|
"v2.cancel_fleet_deployment": false,
|
|
193
193
|
"v2.create_fleet_deployment_configure": false,
|
|
194
|
+
"v2.create_fleet_deployment_upgrade": false,
|
|
195
|
+
"v2.create_fleet_schedule": false,
|
|
196
|
+
"v2.delete_fleet_schedule": false,
|
|
194
197
|
"v2.get_fleet_deployment": false,
|
|
198
|
+
"v2.get_fleet_schedule": false,
|
|
199
|
+
"v2.list_fleet_agent_versions": false,
|
|
195
200
|
"v2.list_fleet_deployments": false,
|
|
201
|
+
"v2.list_fleet_schedules": false,
|
|
202
|
+
"v2.trigger_fleet_schedule": false,
|
|
203
|
+
"v2.update_fleet_schedule": false,
|
|
196
204
|
"v2.create_open_api": false,
|
|
197
205
|
"v2.delete_open_api": false,
|
|
198
206
|
"v2.get_open_api": false,
|
|
199
207
|
"v2.list_apis": false,
|
|
200
208
|
"v2.update_open_api": false,
|
|
201
|
-
"v2.
|
|
209
|
+
"v2.cancel_threat_hunting_job": false,
|
|
202
210
|
"v2.convert_job_result_to_signal": false,
|
|
203
|
-
"v2.
|
|
211
|
+
"v2.delete_threat_hunting_job": false,
|
|
204
212
|
"v2.get_finding": false,
|
|
205
|
-
"v2.get_historical_job": false,
|
|
206
213
|
"v2.get_rule_version_history": false,
|
|
207
214
|
"v2.get_sbom": false,
|
|
215
|
+
"v2.get_secrets_rules": false,
|
|
208
216
|
"v2.get_security_monitoring_histsignal": false,
|
|
209
217
|
"v2.get_security_monitoring_histsignals_by_job_id": false,
|
|
218
|
+
"v2.get_threat_hunting_job": false,
|
|
210
219
|
"v2.list_assets_sbo_ms": false,
|
|
211
220
|
"v2.list_findings": false,
|
|
212
|
-
"v2.
|
|
221
|
+
"v2.list_multiple_rulesets": false,
|
|
213
222
|
"v2.list_scanned_assets_metadata": false,
|
|
214
223
|
"v2.list_security_monitoring_histsignals": false,
|
|
224
|
+
"v2.list_threat_hunting_jobs": false,
|
|
215
225
|
"v2.list_vulnerabilities": false,
|
|
216
226
|
"v2.list_vulnerable_assets": false,
|
|
217
227
|
"v2.mute_findings": false,
|
|
218
|
-
"v2.
|
|
228
|
+
"v2.run_threat_hunting_job": false,
|
|
219
229
|
"v2.search_security_monitoring_histsignals": false,
|
|
220
230
|
"v2.create_dataset": false,
|
|
221
231
|
"v2.delete_dataset": false,
|
|
@@ -269,6 +279,16 @@ module DatadogAPIClient
|
|
|
269
279
|
"v2.validate_existing_monitor_user_template": false,
|
|
270
280
|
"v2.validate_monitor_user_template": false,
|
|
271
281
|
"v2.list_role_templates": false,
|
|
282
|
+
"v2.create_connection": false,
|
|
283
|
+
"v2.delete_connection": false,
|
|
284
|
+
"v2.get_account_facet_info": false,
|
|
285
|
+
"v2.get_mapping": false,
|
|
286
|
+
"v2.get_user_facet_info": false,
|
|
287
|
+
"v2.list_connections": false,
|
|
288
|
+
"v2.query_accounts": false,
|
|
289
|
+
"v2.query_event_filtered_users": false,
|
|
290
|
+
"v2.query_users": false,
|
|
291
|
+
"v2.update_connection": false,
|
|
272
292
|
"v2.create_pipeline": false,
|
|
273
293
|
"v2.delete_pipeline": false,
|
|
274
294
|
"v2.get_pipeline": false,
|
|
@@ -297,6 +317,9 @@ module DatadogAPIClient
|
|
|
297
317
|
"v2.list_member_teams": false,
|
|
298
318
|
"v2.remove_member_team": false,
|
|
299
319
|
"v2.sync_teams": false,
|
|
320
|
+
"v2.create_team_connections": false,
|
|
321
|
+
"v2.delete_team_connections": false,
|
|
322
|
+
"v2.list_team_connections": false,
|
|
300
323
|
"v2.create_incident_team": false,
|
|
301
324
|
"v2.delete_incident_team": false,
|
|
302
325
|
"v2.get_incident_team": false,
|
|
@@ -1200,6 +1200,26 @@ module DatadogAPIClient
|
|
|
1200
1200
|
"v2.aws_cur_config_response_data_type" => "AwsCurConfigResponseDataType",
|
|
1201
1201
|
"v2.aws_cur_configs_response" => "AwsCURConfigsResponse",
|
|
1202
1202
|
"v2.aws_cur_config_type" => "AwsCURConfigType",
|
|
1203
|
+
"v2.aws_event_bridge_account_configuration" => "AWSEventBridgeAccountConfiguration",
|
|
1204
|
+
"v2.aws_event_bridge_create_request" => "AWSEventBridgeCreateRequest",
|
|
1205
|
+
"v2.aws_event_bridge_create_request_attributes" => "AWSEventBridgeCreateRequestAttributes",
|
|
1206
|
+
"v2.aws_event_bridge_create_request_data" => "AWSEventBridgeCreateRequestData",
|
|
1207
|
+
"v2.aws_event_bridge_create_response" => "AWSEventBridgeCreateResponse",
|
|
1208
|
+
"v2.aws_event_bridge_create_response_attributes" => "AWSEventBridgeCreateResponseAttributes",
|
|
1209
|
+
"v2.aws_event_bridge_create_response_data" => "AWSEventBridgeCreateResponseData",
|
|
1210
|
+
"v2.aws_event_bridge_create_status" => "AWSEventBridgeCreateStatus",
|
|
1211
|
+
"v2.aws_event_bridge_delete_request" => "AWSEventBridgeDeleteRequest",
|
|
1212
|
+
"v2.aws_event_bridge_delete_request_attributes" => "AWSEventBridgeDeleteRequestAttributes",
|
|
1213
|
+
"v2.aws_event_bridge_delete_request_data" => "AWSEventBridgeDeleteRequestData",
|
|
1214
|
+
"v2.aws_event_bridge_delete_response" => "AWSEventBridgeDeleteResponse",
|
|
1215
|
+
"v2.aws_event_bridge_delete_response_attributes" => "AWSEventBridgeDeleteResponseAttributes",
|
|
1216
|
+
"v2.aws_event_bridge_delete_response_data" => "AWSEventBridgeDeleteResponseData",
|
|
1217
|
+
"v2.aws_event_bridge_delete_status" => "AWSEventBridgeDeleteStatus",
|
|
1218
|
+
"v2.aws_event_bridge_list_response" => "AWSEventBridgeListResponse",
|
|
1219
|
+
"v2.aws_event_bridge_list_response_attributes" => "AWSEventBridgeListResponseAttributes",
|
|
1220
|
+
"v2.aws_event_bridge_list_response_data" => "AWSEventBridgeListResponseData",
|
|
1221
|
+
"v2.aws_event_bridge_source" => "AWSEventBridgeSource",
|
|
1222
|
+
"v2.aws_event_bridge_type" => "AWSEventBridgeType",
|
|
1203
1223
|
"v2.aws_integration" => "AWSIntegration",
|
|
1204
1224
|
"v2.aws_integration_iam_permissions_response" => "AWSIntegrationIamPermissionsResponse",
|
|
1205
1225
|
"v2.aws_integration_iam_permissions_response_attributes" => "AWSIntegrationIamPermissionsResponseAttributes",
|
|
@@ -1570,10 +1590,15 @@ module DatadogAPIClient
|
|
|
1570
1590
|
"v2.confluent_resource_response_data" => "ConfluentResourceResponseData",
|
|
1571
1591
|
"v2.confluent_resources_response" => "ConfluentResourcesResponse",
|
|
1572
1592
|
"v2.confluent_resource_type" => "ConfluentResourceType",
|
|
1593
|
+
"v2.connected_team_ref" => "ConnectedTeamRef",
|
|
1594
|
+
"v2.connected_team_ref_data" => "ConnectedTeamRefData",
|
|
1595
|
+
"v2.connected_team_ref_data_type" => "ConnectedTeamRefDataType",
|
|
1573
1596
|
"v2.connection" => "Connection",
|
|
1574
1597
|
"v2.connection_env" => "ConnectionEnv",
|
|
1575
1598
|
"v2.connection_env_env" => "ConnectionEnvEnv",
|
|
1576
1599
|
"v2.connection_group" => "ConnectionGroup",
|
|
1600
|
+
"v2.connections_page_pagination" => "ConnectionsPagePagination",
|
|
1601
|
+
"v2.connections_response_meta" => "ConnectionsResponseMeta",
|
|
1577
1602
|
"v2.container" => "Container",
|
|
1578
1603
|
"v2.container_attributes" => "ContainerAttributes",
|
|
1579
1604
|
"v2.container_group" => "ContainerGroup",
|
|
@@ -1631,6 +1656,10 @@ module DatadogAPIClient
|
|
|
1631
1656
|
"v2.create_apps_datastore_request_data_attributes_org_access" => "CreateAppsDatastoreRequestDataAttributesOrgAccess",
|
|
1632
1657
|
"v2.create_apps_datastore_response" => "CreateAppsDatastoreResponse",
|
|
1633
1658
|
"v2.create_apps_datastore_response_data" => "CreateAppsDatastoreResponseData",
|
|
1659
|
+
"v2.create_connection_request" => "CreateConnectionRequest",
|
|
1660
|
+
"v2.create_connection_request_data" => "CreateConnectionRequestData",
|
|
1661
|
+
"v2.create_connection_request_data_attributes" => "CreateConnectionRequestDataAttributes",
|
|
1662
|
+
"v2.create_connection_request_data_attributes_fields_items" => "CreateConnectionRequestDataAttributesFieldsItems",
|
|
1634
1663
|
"v2.create_custom_framework_request" => "CreateCustomFrameworkRequest",
|
|
1635
1664
|
"v2.create_custom_framework_response" => "CreateCustomFrameworkResponse",
|
|
1636
1665
|
"v2.create_data_deletion_request_body" => "CreateDataDeletionRequestBody",
|
|
@@ -1934,6 +1963,25 @@ module DatadogAPIClient
|
|
|
1934
1963
|
"v2.entity_data" => "EntityData",
|
|
1935
1964
|
"v2.entity_meta" => "EntityMeta",
|
|
1936
1965
|
"v2.entity_relationships" => "EntityRelationships",
|
|
1966
|
+
"v2.entity_response_array" => "EntityResponseArray",
|
|
1967
|
+
"v2.entity_response_data_attributes" => "EntityResponseDataAttributes",
|
|
1968
|
+
"v2.entity_response_data_relationships" => "EntityResponseDataRelationships",
|
|
1969
|
+
"v2.entity_response_data_relationships_incidents" => "EntityResponseDataRelationshipsIncidents",
|
|
1970
|
+
"v2.entity_response_data_relationships_incidents_data_items" => "EntityResponseDataRelationshipsIncidentsDataItems",
|
|
1971
|
+
"v2.entity_response_data_relationships_incidents_data_items_type" => "EntityResponseDataRelationshipsIncidentsDataItemsType",
|
|
1972
|
+
"v2.entity_response_data_relationships_oncalls" => "EntityResponseDataRelationshipsOncalls",
|
|
1973
|
+
"v2.entity_response_data_relationships_oncalls_data_items" => "EntityResponseDataRelationshipsOncallsDataItems",
|
|
1974
|
+
"v2.entity_response_data_relationships_oncalls_data_items_type" => "EntityResponseDataRelationshipsOncallsDataItemsType",
|
|
1975
|
+
"v2.entity_response_data_relationships_raw_schema" => "EntityResponseDataRelationshipsRawSchema",
|
|
1976
|
+
"v2.entity_response_data_relationships_raw_schema_data" => "EntityResponseDataRelationshipsRawSchemaData",
|
|
1977
|
+
"v2.entity_response_data_relationships_raw_schema_data_type" => "EntityResponseDataRelationshipsRawSchemaDataType",
|
|
1978
|
+
"v2.entity_response_data_relationships_related_entities" => "EntityResponseDataRelationshipsRelatedEntities",
|
|
1979
|
+
"v2.entity_response_data_relationships_related_entities_data_items" => "EntityResponseDataRelationshipsRelatedEntitiesDataItems",
|
|
1980
|
+
"v2.entity_response_data_relationships_related_entities_data_items_type" => "EntityResponseDataRelationshipsRelatedEntitiesDataItemsType",
|
|
1981
|
+
"v2.entity_response_data_relationships_schema" => "EntityResponseDataRelationshipsSchema",
|
|
1982
|
+
"v2.entity_response_data_relationships_schema_data" => "EntityResponseDataRelationshipsSchemaData",
|
|
1983
|
+
"v2.entity_response_data_relationships_schema_data_type" => "EntityResponseDataRelationshipsSchemaDataType",
|
|
1984
|
+
"v2.entity_response_data_type" => "EntityResponseDataType",
|
|
1937
1985
|
"v2.entity_response_included_incident" => "EntityResponseIncludedIncident",
|
|
1938
1986
|
"v2.entity_response_included_incident_type" => "EntityResponseIncludedIncidentType",
|
|
1939
1987
|
"v2.entity_response_included_oncall" => "EntityResponseIncludedOncall",
|
|
@@ -2077,6 +2125,19 @@ module DatadogAPIClient
|
|
|
2077
2125
|
"v2.event_system_attributes_category" => "EventSystemAttributesCategory",
|
|
2078
2126
|
"v2.event_system_attributes_integration_id" => "EventSystemAttributesIntegrationId",
|
|
2079
2127
|
"v2.event_type" => "EventType",
|
|
2128
|
+
"v2.facet_info_request" => "FacetInfoRequest",
|
|
2129
|
+
"v2.facet_info_request_data" => "FacetInfoRequestData",
|
|
2130
|
+
"v2.facet_info_request_data_attributes" => "FacetInfoRequestDataAttributes",
|
|
2131
|
+
"v2.facet_info_request_data_attributes_search" => "FacetInfoRequestDataAttributesSearch",
|
|
2132
|
+
"v2.facet_info_request_data_attributes_term_search" => "FacetInfoRequestDataAttributesTermSearch",
|
|
2133
|
+
"v2.facet_info_request_data_type" => "FacetInfoRequestDataType",
|
|
2134
|
+
"v2.facet_info_response" => "FacetInfoResponse",
|
|
2135
|
+
"v2.facet_info_response_data" => "FacetInfoResponseData",
|
|
2136
|
+
"v2.facet_info_response_data_attributes" => "FacetInfoResponseDataAttributes",
|
|
2137
|
+
"v2.facet_info_response_data_attributes_result" => "FacetInfoResponseDataAttributesResult",
|
|
2138
|
+
"v2.facet_info_response_data_attributes_result_range" => "FacetInfoResponseDataAttributesResultRange",
|
|
2139
|
+
"v2.facet_info_response_data_attributes_result_values_items" => "FacetInfoResponseDataAttributesResultValuesItems",
|
|
2140
|
+
"v2.facet_info_response_data_type" => "FacetInfoResponseDataType",
|
|
2080
2141
|
"v2.fastly_accoun_response_attributes" => "FastlyAccounResponseAttributes",
|
|
2081
2142
|
"v2.fastly_account_create_request" => "FastlyAccountCreateRequest",
|
|
2082
2143
|
"v2.fastly_account_create_request_attributes" => "FastlyAccountCreateRequestAttributes",
|
|
@@ -2130,18 +2191,43 @@ module DatadogAPIClient
|
|
|
2130
2191
|
"v2.flaky_tests_search_sort" => "FlakyTestsSearchSort",
|
|
2131
2192
|
"v2.flaky_test_stats" => "FlakyTestStats",
|
|
2132
2193
|
"v2.flaky_test_type" => "FlakyTestType",
|
|
2194
|
+
"v2.fleet_agent_version" => "FleetAgentVersion",
|
|
2195
|
+
"v2.fleet_agent_version_attributes" => "FleetAgentVersionAttributes",
|
|
2196
|
+
"v2.fleet_agent_version_resource_type" => "FleetAgentVersionResourceType",
|
|
2197
|
+
"v2.fleet_agent_versions_response" => "FleetAgentVersionsResponse",
|
|
2133
2198
|
"v2.fleet_deployment" => "FleetDeployment",
|
|
2134
2199
|
"v2.fleet_deployment_attributes" => "FleetDeploymentAttributes",
|
|
2135
2200
|
"v2.fleet_deployment_configure_attributes" => "FleetDeploymentConfigureAttributes",
|
|
2136
2201
|
"v2.fleet_deployment_configure_create" => "FleetDeploymentConfigureCreate",
|
|
2137
2202
|
"v2.fleet_deployment_configure_create_request" => "FleetDeploymentConfigureCreateRequest",
|
|
2138
2203
|
"v2.fleet_deployment_file_op" => "FleetDeploymentFileOp",
|
|
2204
|
+
"v2.fleet_deployment_host" => "FleetDeploymentHost",
|
|
2205
|
+
"v2.fleet_deployment_host_package" => "FleetDeploymentHostPackage",
|
|
2206
|
+
"v2.fleet_deployment_hosts_page" => "FleetDeploymentHostsPage",
|
|
2139
2207
|
"v2.fleet_deployment_operation" => "FleetDeploymentOperation",
|
|
2208
|
+
"v2.fleet_deployment_package" => "FleetDeploymentPackage",
|
|
2209
|
+
"v2.fleet_deployment_package_upgrade_attributes" => "FleetDeploymentPackageUpgradeAttributes",
|
|
2210
|
+
"v2.fleet_deployment_package_upgrade_create" => "FleetDeploymentPackageUpgradeCreate",
|
|
2211
|
+
"v2.fleet_deployment_package_upgrade_create_request" => "FleetDeploymentPackageUpgradeCreateRequest",
|
|
2140
2212
|
"v2.fleet_deployment_resource_type" => "FleetDeploymentResourceType",
|
|
2141
2213
|
"v2.fleet_deployment_response" => "FleetDeploymentResponse",
|
|
2214
|
+
"v2.fleet_deployment_response_meta" => "FleetDeploymentResponseMeta",
|
|
2142
2215
|
"v2.fleet_deployments_page" => "FleetDeploymentsPage",
|
|
2143
2216
|
"v2.fleet_deployments_response" => "FleetDeploymentsResponse",
|
|
2144
2217
|
"v2.fleet_deployments_response_meta" => "FleetDeploymentsResponseMeta",
|
|
2218
|
+
"v2.fleet_schedule" => "FleetSchedule",
|
|
2219
|
+
"v2.fleet_schedule_attributes" => "FleetScheduleAttributes",
|
|
2220
|
+
"v2.fleet_schedule_create" => "FleetScheduleCreate",
|
|
2221
|
+
"v2.fleet_schedule_create_attributes" => "FleetScheduleCreateAttributes",
|
|
2222
|
+
"v2.fleet_schedule_create_request" => "FleetScheduleCreateRequest",
|
|
2223
|
+
"v2.fleet_schedule_patch" => "FleetSchedulePatch",
|
|
2224
|
+
"v2.fleet_schedule_patch_attributes" => "FleetSchedulePatchAttributes",
|
|
2225
|
+
"v2.fleet_schedule_patch_request" => "FleetSchedulePatchRequest",
|
|
2226
|
+
"v2.fleet_schedule_recurrence_rule" => "FleetScheduleRecurrenceRule",
|
|
2227
|
+
"v2.fleet_schedule_resource_type" => "FleetScheduleResourceType",
|
|
2228
|
+
"v2.fleet_schedule_response" => "FleetScheduleResponse",
|
|
2229
|
+
"v2.fleet_schedules_response" => "FleetSchedulesResponse",
|
|
2230
|
+
"v2.fleet_schedule_status" => "FleetScheduleStatus",
|
|
2145
2231
|
"v2.formula_limit" => "FormulaLimit",
|
|
2146
2232
|
"v2.framework_handle_and_version_response_data" => "FrameworkHandleAndVersionResponseData",
|
|
2147
2233
|
"v2.freshservice_api_key" => "FreshserviceAPIKey",
|
|
@@ -2231,6 +2317,27 @@ module DatadogAPIClient
|
|
|
2231
2317
|
"v2.get_interfaces_data" => "GetInterfacesData",
|
|
2232
2318
|
"v2.get_interfaces_response" => "GetInterfacesResponse",
|
|
2233
2319
|
"v2.get_issue_include_query_parameter_item" => "GetIssueIncludeQueryParameterItem",
|
|
2320
|
+
"v2.get_mapping_response" => "GetMappingResponse",
|
|
2321
|
+
"v2.get_mapping_response_data" => "GetMappingResponseData",
|
|
2322
|
+
"v2.get_mapping_response_data_attributes" => "GetMappingResponseDataAttributes",
|
|
2323
|
+
"v2.get_mapping_response_data_attributes_attributes_items" => "GetMappingResponseDataAttributesAttributesItems",
|
|
2324
|
+
"v2.get_mapping_response_data_type" => "GetMappingResponseDataType",
|
|
2325
|
+
"v2.get_multiple_rulesets_request" => "GetMultipleRulesetsRequest",
|
|
2326
|
+
"v2.get_multiple_rulesets_request_data" => "GetMultipleRulesetsRequestData",
|
|
2327
|
+
"v2.get_multiple_rulesets_request_data_attributes" => "GetMultipleRulesetsRequestDataAttributes",
|
|
2328
|
+
"v2.get_multiple_rulesets_request_data_type" => "GetMultipleRulesetsRequestDataType",
|
|
2329
|
+
"v2.get_multiple_rulesets_response" => "GetMultipleRulesetsResponse",
|
|
2330
|
+
"v2.get_multiple_rulesets_response_data" => "GetMultipleRulesetsResponseData",
|
|
2331
|
+
"v2.get_multiple_rulesets_response_data_attributes" => "GetMultipleRulesetsResponseDataAttributes",
|
|
2332
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItems",
|
|
2333
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_data" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsData",
|
|
2334
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_data_type" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsDataType",
|
|
2335
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItems",
|
|
2336
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_arguments_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsArgumentsItems",
|
|
2337
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsData",
|
|
2338
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data_type" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsDataType",
|
|
2339
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsTestsItems",
|
|
2340
|
+
"v2.get_multiple_rulesets_response_data_type" => "GetMultipleRulesetsResponseDataType",
|
|
2234
2341
|
"v2.get_resource_evaluation_filters_response" => "GetResourceEvaluationFiltersResponse",
|
|
2235
2342
|
"v2.get_resource_evaluation_filters_response_data" => "GetResourceEvaluationFiltersResponseData",
|
|
2236
2343
|
"v2.get_rule_version_history_data" => "GetRuleVersionHistoryData",
|
|
@@ -2260,13 +2367,6 @@ module DatadogAPIClient
|
|
|
2260
2367
|
"v2.grey_noise_integration_type" => "GreyNoiseIntegrationType",
|
|
2261
2368
|
"v2.grey_noise_integration_update" => "GreyNoiseIntegrationUpdate",
|
|
2262
2369
|
"v2.group_scalar_column" => "GroupScalarColumn",
|
|
2263
|
-
"v2.historical_job_data_type" => "HistoricalJobDataType",
|
|
2264
|
-
"v2.historical_job_list_meta" => "HistoricalJobListMeta",
|
|
2265
|
-
"v2.historical_job_options" => "HistoricalJobOptions",
|
|
2266
|
-
"v2.historical_job_query" => "HistoricalJobQuery",
|
|
2267
|
-
"v2.historical_job_response" => "HistoricalJobResponse",
|
|
2268
|
-
"v2.historical_job_response_attributes" => "HistoricalJobResponseAttributes",
|
|
2269
|
-
"v2.historical_job_response_data" => "HistoricalJobResponseData",
|
|
2270
2370
|
"v2.hourly_usage" => "HourlyUsage",
|
|
2271
2371
|
"v2.hourly_usage_attributes" => "HourlyUsageAttributes",
|
|
2272
2372
|
"v2.hourly_usage_measurement" => "HourlyUsageMeasurement",
|
|
@@ -2592,6 +2692,12 @@ module DatadogAPIClient
|
|
|
2592
2692
|
"v2.list_apps_response_meta" => "ListAppsResponseMeta",
|
|
2593
2693
|
"v2.list_apps_response_meta_page" => "ListAppsResponseMetaPage",
|
|
2594
2694
|
"v2.list_assets_sbo_ms_response" => "ListAssetsSBOMsResponse",
|
|
2695
|
+
"v2.list_connections_response" => "ListConnectionsResponse",
|
|
2696
|
+
"v2.list_connections_response_data" => "ListConnectionsResponseData",
|
|
2697
|
+
"v2.list_connections_response_data_attributes" => "ListConnectionsResponseDataAttributes",
|
|
2698
|
+
"v2.list_connections_response_data_attributes_connections_items" => "ListConnectionsResponseDataAttributesConnectionsItems",
|
|
2699
|
+
"v2.list_connections_response_data_attributes_connections_items_join" => "ListConnectionsResponseDataAttributesConnectionsItemsJoin",
|
|
2700
|
+
"v2.list_connections_response_data_type" => "ListConnectionsResponseDataType",
|
|
2595
2701
|
"v2.list_devices_response" => "ListDevicesResponse",
|
|
2596
2702
|
"v2.list_devices_response_metadata" => "ListDevicesResponseMetadata",
|
|
2597
2703
|
"v2.list_devices_response_metadata_page" => "ListDevicesResponseMetadataPage",
|
|
@@ -2602,7 +2708,6 @@ module DatadogAPIClient
|
|
|
2602
2708
|
"v2.list_findings_meta" => "ListFindingsMeta",
|
|
2603
2709
|
"v2.list_findings_page" => "ListFindingsPage",
|
|
2604
2710
|
"v2.list_findings_response" => "ListFindingsResponse",
|
|
2605
|
-
"v2.list_historical_jobs_response" => "ListHistoricalJobsResponse",
|
|
2606
2711
|
"v2.list_kind_catalog_response" => "ListKindCatalogResponse",
|
|
2607
2712
|
"v2.list_pipelines_response" => "ListPipelinesResponse",
|
|
2608
2713
|
"v2.list_pipelines_response_meta" => "ListPipelinesResponseMeta",
|
|
@@ -2617,6 +2722,7 @@ module DatadogAPIClient
|
|
|
2617
2722
|
"v2.list_tags_response_data_attributes" => "ListTagsResponseDataAttributes",
|
|
2618
2723
|
"v2.list_teams_include" => "ListTeamsInclude",
|
|
2619
2724
|
"v2.list_teams_sort" => "ListTeamsSort",
|
|
2725
|
+
"v2.list_threat_hunting_jobs_response" => "ListThreatHuntingJobsResponse",
|
|
2620
2726
|
"v2.list_vulnerabilities_response" => "ListVulnerabilitiesResponse",
|
|
2621
2727
|
"v2.list_vulnerable_assets_response" => "ListVulnerableAssetsResponse",
|
|
2622
2728
|
"v2.log" => "Log",
|
|
@@ -3262,6 +3368,7 @@ module DatadogAPIClient
|
|
|
3262
3368
|
"v2.powerpacks_response_meta" => "PowerpacksResponseMeta",
|
|
3263
3369
|
"v2.powerpacks_response_meta_pagination" => "PowerpacksResponseMetaPagination",
|
|
3264
3370
|
"v2.powerpack_template_variable" => "PowerpackTemplateVariable",
|
|
3371
|
+
"v2.preview_entity_response_data" => "PreviewEntityResponseData",
|
|
3265
3372
|
"v2.process_summaries_meta" => "ProcessSummariesMeta",
|
|
3266
3373
|
"v2.process_summaries_meta_page" => "ProcessSummariesMetaPage",
|
|
3267
3374
|
"v2.process_summaries_response" => "ProcessSummariesResponse",
|
|
@@ -3288,8 +3395,28 @@ module DatadogAPIClient
|
|
|
3288
3395
|
"v2.put_apps_datastore_item_response_data" => "PutAppsDatastoreItemResponseData",
|
|
3289
3396
|
"v2.put_incident_notification_rule_request" => "PutIncidentNotificationRuleRequest",
|
|
3290
3397
|
"v2.query" => "Query",
|
|
3398
|
+
"v2.query_account_request" => "QueryAccountRequest",
|
|
3399
|
+
"v2.query_account_request_data" => "QueryAccountRequestData",
|
|
3400
|
+
"v2.query_account_request_data_attributes" => "QueryAccountRequestDataAttributes",
|
|
3401
|
+
"v2.query_account_request_data_attributes_sort" => "QueryAccountRequestDataAttributesSort",
|
|
3402
|
+
"v2.query_account_request_data_type" => "QueryAccountRequestDataType",
|
|
3403
|
+
"v2.query_event_filtered_users_request" => "QueryEventFilteredUsersRequest",
|
|
3404
|
+
"v2.query_event_filtered_users_request_data" => "QueryEventFilteredUsersRequestData",
|
|
3405
|
+
"v2.query_event_filtered_users_request_data_attributes" => "QueryEventFilteredUsersRequestDataAttributes",
|
|
3406
|
+
"v2.query_event_filtered_users_request_data_attributes_event_query" => "QueryEventFilteredUsersRequestDataAttributesEventQuery",
|
|
3407
|
+
"v2.query_event_filtered_users_request_data_attributes_event_query_time_frame" => "QueryEventFilteredUsersRequestDataAttributesEventQueryTimeFrame",
|
|
3408
|
+
"v2.query_event_filtered_users_request_data_type" => "QueryEventFilteredUsersRequestDataType",
|
|
3291
3409
|
"v2.query_formula" => "QueryFormula",
|
|
3410
|
+
"v2.query_response" => "QueryResponse",
|
|
3411
|
+
"v2.query_response_data" => "QueryResponseData",
|
|
3412
|
+
"v2.query_response_data_attributes" => "QueryResponseDataAttributes",
|
|
3413
|
+
"v2.query_response_data_type" => "QueryResponseDataType",
|
|
3292
3414
|
"v2.query_sort_order" => "QuerySortOrder",
|
|
3415
|
+
"v2.query_users_request" => "QueryUsersRequest",
|
|
3416
|
+
"v2.query_users_request_data" => "QueryUsersRequestData",
|
|
3417
|
+
"v2.query_users_request_data_attributes" => "QueryUsersRequestDataAttributes",
|
|
3418
|
+
"v2.query_users_request_data_attributes_sort" => "QueryUsersRequestDataAttributesSort",
|
|
3419
|
+
"v2.query_users_request_data_type" => "QueryUsersRequestDataType",
|
|
3293
3420
|
"v2.readiness_gate" => "ReadinessGate",
|
|
3294
3421
|
"v2.readiness_gate_threshold_type" => "ReadinessGateThresholdType",
|
|
3295
3422
|
"v2.recommendation_attributes" => "RecommendationAttributes",
|
|
@@ -3559,10 +3686,10 @@ module DatadogAPIClient
|
|
|
3559
3686
|
"v2.rum_sort" => "RUMSort",
|
|
3560
3687
|
"v2.rum_sort_order" => "RUMSortOrder",
|
|
3561
3688
|
"v2.rum_warning" => "RUMWarning",
|
|
3562
|
-
"v2.
|
|
3563
|
-
"v2.
|
|
3564
|
-
"v2.
|
|
3565
|
-
"v2.
|
|
3689
|
+
"v2.run_threat_hunting_job_request" => "RunThreatHuntingJobRequest",
|
|
3690
|
+
"v2.run_threat_hunting_job_request_attributes" => "RunThreatHuntingJobRequestAttributes",
|
|
3691
|
+
"v2.run_threat_hunting_job_request_data" => "RunThreatHuntingJobRequestData",
|
|
3692
|
+
"v2.run_threat_hunting_job_request_data_type" => "RunThreatHuntingJobRequestDataType",
|
|
3566
3693
|
"v2.saml_assertion_attribute" => "SAMLAssertionAttribute",
|
|
3567
3694
|
"v2.saml_assertion_attribute_attributes" => "SAMLAssertionAttributeAttributes",
|
|
3568
3695
|
"v2.saml_assertion_attributes_type" => "SAMLAssertionAttributesType",
|
|
@@ -3652,6 +3779,13 @@ module DatadogAPIClient
|
|
|
3652
3779
|
"v2.schedule_user_type" => "ScheduleUserType",
|
|
3653
3780
|
"v2.scorecard_type" => "ScorecardType",
|
|
3654
3781
|
"v2.search_issues_include_query_parameter_item" => "SearchIssuesIncludeQueryParameterItem",
|
|
3782
|
+
"v2.secret_rule_array" => "SecretRuleArray",
|
|
3783
|
+
"v2.secret_rule_data" => "SecretRuleData",
|
|
3784
|
+
"v2.secret_rule_data_attributes" => "SecretRuleDataAttributes",
|
|
3785
|
+
"v2.secret_rule_data_attributes_match_validation" => "SecretRuleDataAttributesMatchValidation",
|
|
3786
|
+
"v2.secret_rule_data_attributes_match_validation_invalid_http_status_code_items" => "SecretRuleDataAttributesMatchValidationInvalidHttpStatusCodeItems",
|
|
3787
|
+
"v2.secret_rule_data_attributes_match_validation_valid_http_status_code_items" => "SecretRuleDataAttributesMatchValidationValidHttpStatusCodeItems",
|
|
3788
|
+
"v2.secret_rule_data_type" => "SecretRuleDataType",
|
|
3655
3789
|
"v2.security_filter" => "SecurityFilter",
|
|
3656
3790
|
"v2.security_filter_attributes" => "SecurityFilterAttributes",
|
|
3657
3791
|
"v2.security_filter_create_attributes" => "SecurityFilterCreateAttributes",
|
|
@@ -4041,6 +4175,15 @@ module DatadogAPIClient
|
|
|
4041
4175
|
"v2.tag_filter" => "TagFilter",
|
|
4042
4176
|
"v2.team" => "Team",
|
|
4043
4177
|
"v2.team_attributes" => "TeamAttributes",
|
|
4178
|
+
"v2.team_connection" => "TeamConnection",
|
|
4179
|
+
"v2.team_connection_attributes" => "TeamConnectionAttributes",
|
|
4180
|
+
"v2.team_connection_create_data" => "TeamConnectionCreateData",
|
|
4181
|
+
"v2.team_connection_create_request" => "TeamConnectionCreateRequest",
|
|
4182
|
+
"v2.team_connection_delete_request" => "TeamConnectionDeleteRequest",
|
|
4183
|
+
"v2.team_connection_delete_request_data_item" => "TeamConnectionDeleteRequestDataItem",
|
|
4184
|
+
"v2.team_connection_relationships" => "TeamConnectionRelationships",
|
|
4185
|
+
"v2.team_connections_response" => "TeamConnectionsResponse",
|
|
4186
|
+
"v2.team_connection_type" => "TeamConnectionType",
|
|
4044
4187
|
"v2.team_create" => "TeamCreate",
|
|
4045
4188
|
"v2.team_create_attributes" => "TeamCreateAttributes",
|
|
4046
4189
|
"v2.team_create_relationships" => "TeamCreateRelationships",
|
|
@@ -4074,6 +4217,9 @@ module DatadogAPIClient
|
|
|
4074
4217
|
"v2.team_permission_setting_update_attributes" => "TeamPermissionSettingUpdateAttributes",
|
|
4075
4218
|
"v2.team_permission_setting_update_request" => "TeamPermissionSettingUpdateRequest",
|
|
4076
4219
|
"v2.team_permission_setting_value" => "TeamPermissionSettingValue",
|
|
4220
|
+
"v2.team_ref" => "TeamRef",
|
|
4221
|
+
"v2.team_ref_data" => "TeamRefData",
|
|
4222
|
+
"v2.team_ref_data_type" => "TeamRefDataType",
|
|
4077
4223
|
"v2.team_reference" => "TeamReference",
|
|
4078
4224
|
"v2.team_reference_attributes" => "TeamReferenceAttributes",
|
|
4079
4225
|
"v2.team_reference_type" => "TeamReferenceType",
|
|
@@ -4111,6 +4257,13 @@ module DatadogAPIClient
|
|
|
4111
4257
|
"v2.team_update_attributes" => "TeamUpdateAttributes",
|
|
4112
4258
|
"v2.team_update_relationships" => "TeamUpdateRelationships",
|
|
4113
4259
|
"v2.team_update_request" => "TeamUpdateRequest",
|
|
4260
|
+
"v2.threat_hunting_job_data_type" => "ThreatHuntingJobDataType",
|
|
4261
|
+
"v2.threat_hunting_job_list_meta" => "ThreatHuntingJobListMeta",
|
|
4262
|
+
"v2.threat_hunting_job_options" => "ThreatHuntingJobOptions",
|
|
4263
|
+
"v2.threat_hunting_job_query" => "ThreatHuntingJobQuery",
|
|
4264
|
+
"v2.threat_hunting_job_response" => "ThreatHuntingJobResponse",
|
|
4265
|
+
"v2.threat_hunting_job_response_attributes" => "ThreatHuntingJobResponseAttributes",
|
|
4266
|
+
"v2.threat_hunting_job_response_data" => "ThreatHuntingJobResponseData",
|
|
4114
4267
|
"v2.timeline_cell" => "TimelineCell",
|
|
4115
4268
|
"v2.timeline_cell_author" => "TimelineCellAuthor",
|
|
4116
4269
|
"v2.timeline_cell_author_user" => "TimelineCellAuthorUser",
|
|
@@ -4161,6 +4314,11 @@ module DatadogAPIClient
|
|
|
4161
4314
|
"v2.update_apps_datastore_request" => "UpdateAppsDatastoreRequest",
|
|
4162
4315
|
"v2.update_apps_datastore_request_data" => "UpdateAppsDatastoreRequestData",
|
|
4163
4316
|
"v2.update_apps_datastore_request_data_attributes" => "UpdateAppsDatastoreRequestDataAttributes",
|
|
4317
|
+
"v2.update_connection_request" => "UpdateConnectionRequest",
|
|
4318
|
+
"v2.update_connection_request_data" => "UpdateConnectionRequestData",
|
|
4319
|
+
"v2.update_connection_request_data_attributes" => "UpdateConnectionRequestDataAttributes",
|
|
4320
|
+
"v2.update_connection_request_data_attributes_fields_to_update_items" => "UpdateConnectionRequestDataAttributesFieldsToUpdateItems",
|
|
4321
|
+
"v2.update_connection_request_data_type" => "UpdateConnectionRequestDataType",
|
|
4164
4322
|
"v2.update_custom_framework_request" => "UpdateCustomFrameworkRequest",
|
|
4165
4323
|
"v2.update_custom_framework_response" => "UpdateCustomFrameworkResponse",
|
|
4166
4324
|
"v2.update_open_api_response" => "UpdateOpenAPIResponse",
|
|
@@ -4405,6 +4563,7 @@ module DatadogAPIClient
|
|
|
4405
4563
|
"v2.restriction_policies_api" => "RestrictionPoliciesAPI",
|
|
4406
4564
|
"v2.roles_api" => "RolesAPI",
|
|
4407
4565
|
"v2.rum_api" => "RUMAPI",
|
|
4566
|
+
"v2.rum_audience_management_api" => "RumAudienceManagementAPI",
|
|
4408
4567
|
"v2.rum_metrics_api" => "RumMetricsAPI",
|
|
4409
4568
|
"v2.rum_retention_filters_api" => "RumRetentionFiltersAPI",
|
|
4410
4569
|
"v2.security_monitoring_api" => "SecurityMonitoringAPI",
|
|
@@ -4419,6 +4578,7 @@ module DatadogAPIClient
|
|
|
4419
4578
|
"v2.spans_metrics_api" => "SpansMetricsAPI",
|
|
4420
4579
|
"v2.static_analysis_api" => "StaticAnalysisAPI",
|
|
4421
4580
|
"v2.synthetics_api" => "SyntheticsAPI",
|
|
4581
|
+
"v2.team_connections_api" => "TeamConnectionsAPI",
|
|
4422
4582
|
"v2.teams_api" => "TeamsAPI",
|
|
4423
4583
|
"v2.test_optimization_api" => "TestOptimizationAPI",
|
|
4424
4584
|
"v2.usage_metering_api" => "UsageMeteringAPI",
|