datadog_api_client 2.44.0 → 2.46.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 +645 -36
- data/.generator/schemas/v2/openapi.yaml +8013 -605
- data/.pre-commit-config.yaml +4 -0
- data/CHANGELOG.md +45 -0
- data/examples/v1/monitors/CreateMonitor_3541766733.rb +32 -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/deployment-gates/CreateDeploymentGate.rb +20 -0
- data/examples/v2/deployment-gates/CreateDeploymentRule.rb +25 -0
- data/examples/v2/deployment-gates/DeleteDeploymentGate.rb +11 -0
- data/examples/v2/deployment-gates/DeleteDeploymentRule.rb +14 -0
- data/examples/v2/deployment-gates/GetDeploymentGate.rb +11 -0
- data/examples/v2/deployment-gates/GetDeploymentRule.rb +14 -0
- data/examples/v2/deployment-gates/UpdateDeploymentGate.rb +21 -0
- data/examples/v2/deployment-gates/UpdateDeploymentRule.rb +27 -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/GetFleetAgentInfo.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/ListFleetAgents.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/logs-restriction-queries/AddRoleToRestrictionQuery.rb +21 -0
- data/examples/v2/logs-restriction-queries/CreateRestrictionQuery.rb +17 -0
- data/examples/v2/logs-restriction-queries/DeleteRestrictionQuery.rb +11 -0
- data/examples/v2/logs-restriction-queries/GetRestrictionQuery.rb +11 -0
- data/examples/v2/logs-restriction-queries/GetRoleRestrictionQuery.rb +11 -0
- data/examples/v2/logs-restriction-queries/ListRestrictionQueries.rb +8 -0
- data/examples/v2/logs-restriction-queries/ListRestrictionQueryRoles.rb +11 -0
- data/examples/v2/logs-restriction-queries/ListUserRestrictionQueries.rb +11 -0
- data/examples/v2/logs-restriction-queries/RemoveRoleFromRestrictionQuery.rb +21 -0
- data/examples/v2/logs-restriction-queries/ReplaceRestrictionQuery.rb +20 -0
- data/examples/v2/logs-restriction-queries/UpdateRestrictionQuery.rb +20 -0
- data/examples/v2/monitors/CreateMonitorNotificationRule_1379932371.rb +21 -0
- data/examples/v2/monitors/UpdateMonitorNotificationRule_1446058210.rb +24 -0
- data/examples/v2/on-call/CreateOnCallEscalationPolicy.rb +9 -0
- data/examples/v2/on-call/GetScheduleOnCallUser.rb +1 -1
- data/examples/v2/reference-tables/CreateReferenceTable.rb +23 -14
- data/examples/v2/reference-tables/DeleteRows.rb +14 -0
- data/examples/v2/reference-tables/UpdateReferenceTable.rb +0 -1
- data/examples/v2/reference-tables/UpsertRows.rb +19 -0
- 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/AttachCase.rb +26 -0
- data/examples/v2/security-monitoring/AttachCase_897782765.rb +22 -0
- data/examples/v2/security-monitoring/AttachJiraIssue.rb +34 -0
- data/examples/v2/security-monitoring/AttachJiraIssue_3042842144.rb +30 -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/CreateCases.rb +56 -0
- data/examples/v2/security-monitoring/CreateCases_2385516013.rb +33 -0
- data/examples/v2/security-monitoring/CreateCases_2798851680.rb +37 -0
- data/examples/v2/security-monitoring/CreateJiraIssues.rb +96 -0
- data/examples/v2/security-monitoring/CreateJiraIssues_379590688.rb +56 -0
- data/examples/v2/security-monitoring/CreateJiraIssues_829823123.rb +64 -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/DetachCase.rb +21 -0
- 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/teams/AddTeamHierarchyLink.rb +31 -0
- data/examples/v2/teams/CreateTeamConnections.rb +37 -0
- data/examples/v2/teams/DeleteTeamConnections.rb +17 -0
- data/examples/v2/teams/GetTeamHierarchyLink.rb +8 -0
- data/examples/v2/teams/GetTeamSync.rb +8 -0
- data/examples/v2/teams/ListTeamConnections.rb +8 -0
- data/examples/v2/teams/ListTeamConnections_1473516764.rb +14 -0
- data/examples/v2/teams/ListTeamConnections_2418873869.rb +8 -0
- data/examples/v2/teams/ListTeamHierarchyLinks.rb +15 -0
- data/examples/v2/teams/ListTeamHierarchyLinks_3360757486.rb +5 -0
- data/examples/v2/teams/RemoveTeamHierarchyLink.rb +8 -0
- data/lib/datadog_api_client/configuration.rb +50 -5
- data/lib/datadog_api_client/inflector.rb +312 -14
- 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/api/monitors_api.rb +2 -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/monitor.rb +13 -1
- data/lib/datadog_api_client/v1/models/monitor_asset.rb +186 -0
- data/lib/datadog_api_client/v1/models/monitor_asset_category.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor_asset_resource_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +14 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +314 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +314 -4
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +311 -1
- data/lib/datadog_api_client/v2/api/aws_integration_api.rb +194 -0
- data/lib/datadog_api_client/v2/api/deployment_gates_api.rb +632 -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 +871 -31
- 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/logs_restriction_queries_api.rb +842 -0
- data/lib/datadog_api_client/v2/api/on_call_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/reference_tables_api.rb +164 -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 +708 -219
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +57 -0
- data/lib/datadog_api_client/v2/api/teams_api.rb +628 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/attach_case_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/attach_case_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/attach_case_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data_relationships.rb +144 -0
- 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/batch_delete_rows_request_array.rb +129 -0
- data/lib/datadog_api_client/v2/models/batch_delete_rows_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_array.rb +129 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_insights_items.rb +125 -0
- data/lib/datadog_api_client/v2/models/case_management_project.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_management_project_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_management_project_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/configured_schedule.rb +186 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target.rb +144 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_relationships_schedule.rb +123 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_type.rb +26 -0
- 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/create_case_request_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_case_request_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/create_case_request_data_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/create_case_request_data_relationships.rb +144 -0
- 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_deployment_gate_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_deployment_gate_params_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/create_deployment_rule_params.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_deployment_rule_params_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_deployment_rule_params_data_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_array.rb +137 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_array_included.rb +64 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_attributes_fields.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships_case.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships_case_data.rb +144 -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/deployment_gate_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes.rb +248 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes_created_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes_updated_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb +92 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_options_monitor.rb +108 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb +269 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_updated_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_rules_options.rb +63 -0
- data/lib/datadog_api_client/v2/models/detach_case_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/detach_case_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/detach_case_request_data_relationships.rb +123 -0
- 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/escalation_policy_create_request_data_attributes.rb +28 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_create_request_data_attributes_steps_items.rb +16 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_data_attributes.rb +20 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_included.rb +3 -2
- data/lib/datadog_api_client/v2/models/escalation_policy_step_target.rb +12 -2
- data/lib/datadog_api_client/v2/models/escalation_policy_step_target_config.rb +105 -0
- data/lib/datadog_api_client/v2/models/escalation_policy_step_target_config_schedule.rb +105 -0
- data/lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes.rb +28 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb +16 -1
- data/lib/datadog_api_client/v2/models/escalation_target.rb +3 -2
- 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/finding_case_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb +277 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/finding_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/finding_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{table_result_v2_data_attributes_file_metadata_local_file.rb → finding_jira_issue.rb} +19 -19
- data/lib/datadog_api_client/v2/models/finding_jira_issue_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/findings.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_attributes.rb +327 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_attributes_tags_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_attributes.rb +137 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_details.rb +403 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_response.rb +123 -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_agents_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_configuration_file.rb +125 -0
- data/lib/datadog_api_client/v2/models/fleet_configuration_layer.rb +155 -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_detected_integration.rb +115 -0
- data/lib/datadog_api_client/v2/models/fleet_integration_details.rb +197 -0
- data/lib/datadog_api_client/v2/models/fleet_integrations_by_status.rb +165 -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/httpcd_gates_bad_request_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/httpcd_gates_not_found_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/httpcd_rules_not_found_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/jira_issues_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/layer_attributes.rb +13 -3
- 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/logs_restriction_queries_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_condition.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_conditional_recipients.rb +2 -2
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_filter.rb +2 -1
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_filter_scope.rb +106 -0
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_filter_tags.rb +2 -2
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_response_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_chronicle_destination.rb +1 -12
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb +2 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_source.rb +1 -12
- 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/relationship_to_user_team_permission.rb +8 -0
- data/lib/datadog_api_client/v2/models/restriction_query_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/restriction_query_create_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/restriction_query_create_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/restriction_query_create_payload.rb +105 -0
- data/lib/datadog_api_client/v2/models/restriction_query_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/restriction_query_response_included_item.rb +62 -0
- data/lib/datadog_api_client/v2/models/restriction_query_role.rb +165 -0
- data/lib/datadog_api_client/v2/models/restriction_query_role_attribute.rb +105 -0
- data/lib/datadog_api_client/v2/models/restriction_query_roles_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/restriction_query_update_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/restriction_query_update_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/restriction_query_update_payload.rb +105 -0
- data/lib/datadog_api_client/v2/models/restriction_query_with_relationships.rb +135 -0
- data/lib/datadog_api_client/v2/models/restriction_query_with_relationships_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/restriction_query_without_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/restriction_query_without_relationships_response.rb +105 -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/schedule_create_request_data_attributes_layers_items.rb +13 -3
- data/lib/datadog_api_client/v2/models/schedule_target.rb +1 -1
- data/lib/datadog_api_client/v2/models/schedule_target_position.rb +28 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb +13 -3
- 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 +16 -8
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata.rb +102 -37
- 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_attributes.rb +13 -1
- 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_hierarchy_link.rb +175 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_team.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_team_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_response.rb +127 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_team.rb +154 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb +223 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_team_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb +139 -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/team_sync_attributes.rb +22 -2
- data/lib/datadog_api_client/v2/models/team_sync_attributes_frequency.rb +28 -0
- data/lib/datadog_api_client/v2/models/team_sync_attributes_type.rb +2 -1
- data/lib/datadog_api_client/v2/models/team_sync_data.rb +12 -2
- data/lib/datadog_api_client/v2/models/team_sync_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/team_sync_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/teams_hierarchy_links_response_links.rb +156 -0
- data/lib/datadog_api_client/v2/models/teams_hierarchy_links_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/teams_hierarchy_links_response_meta_page.rb +184 -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} +17 -7
- 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/update_deployment_gate_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_deployment_gate_params_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/update_deployment_gate_params_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_deployment_rule_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_deployment_rule_params_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/{table_result_v2_data_attributes_file_metadata_cloud_storage.rb → update_deployment_rule_params_data_attributes.rb} +61 -41
- data/lib/datadog_api_client/v2/models/user_attributes.rb +12 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +393 -20
- 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
|
@@ -321,6 +321,9 @@ module DatadogAPIClient
|
|
|
321
321
|
"v1.metrics_query_response" => "MetricsQueryResponse",
|
|
322
322
|
"v1.metrics_query_unit" => "MetricsQueryUnit",
|
|
323
323
|
"v1.monitor" => "Monitor",
|
|
324
|
+
"v1.monitor_asset" => "MonitorAsset",
|
|
325
|
+
"v1.monitor_asset_category" => "MonitorAssetCategory",
|
|
326
|
+
"v1.monitor_asset_resource_type" => "MonitorAssetResourceType",
|
|
324
327
|
"v1.monitor_device_id" => "MonitorDeviceID",
|
|
325
328
|
"v1.monitor_draft_status" => "MonitorDraftStatus",
|
|
326
329
|
"v1.monitor_formula_and_function_cost_aggregator" => "MonitorFormulaAndFunctionCostAggregator",
|
|
@@ -1128,6 +1131,13 @@ module DatadogAPIClient
|
|
|
1128
1131
|
"v2.asset_risks" => "AssetRisks",
|
|
1129
1132
|
"v2.asset_type" => "AssetType",
|
|
1130
1133
|
"v2.asset_version" => "AssetVersion",
|
|
1134
|
+
"v2.attach_case_request" => "AttachCaseRequest",
|
|
1135
|
+
"v2.attach_case_request_data" => "AttachCaseRequestData",
|
|
1136
|
+
"v2.attach_case_request_data_relationships" => "AttachCaseRequestDataRelationships",
|
|
1137
|
+
"v2.attach_jira_issue_request" => "AttachJiraIssueRequest",
|
|
1138
|
+
"v2.attach_jira_issue_request_data" => "AttachJiraIssueRequestData",
|
|
1139
|
+
"v2.attach_jira_issue_request_data_attributes" => "AttachJiraIssueRequestDataAttributes",
|
|
1140
|
+
"v2.attach_jira_issue_request_data_relationships" => "AttachJiraIssueRequestDataRelationships",
|
|
1131
1141
|
"v2.audit_logs_event" => "AuditLogsEvent",
|
|
1132
1142
|
"v2.audit_logs_event_attributes" => "AuditLogsEventAttributes",
|
|
1133
1143
|
"v2.audit_logs_events_response" => "AuditLogsEventsResponse",
|
|
@@ -1200,6 +1210,26 @@ module DatadogAPIClient
|
|
|
1200
1210
|
"v2.aws_cur_config_response_data_type" => "AwsCurConfigResponseDataType",
|
|
1201
1211
|
"v2.aws_cur_configs_response" => "AwsCURConfigsResponse",
|
|
1202
1212
|
"v2.aws_cur_config_type" => "AwsCURConfigType",
|
|
1213
|
+
"v2.aws_event_bridge_account_configuration" => "AWSEventBridgeAccountConfiguration",
|
|
1214
|
+
"v2.aws_event_bridge_create_request" => "AWSEventBridgeCreateRequest",
|
|
1215
|
+
"v2.aws_event_bridge_create_request_attributes" => "AWSEventBridgeCreateRequestAttributes",
|
|
1216
|
+
"v2.aws_event_bridge_create_request_data" => "AWSEventBridgeCreateRequestData",
|
|
1217
|
+
"v2.aws_event_bridge_create_response" => "AWSEventBridgeCreateResponse",
|
|
1218
|
+
"v2.aws_event_bridge_create_response_attributes" => "AWSEventBridgeCreateResponseAttributes",
|
|
1219
|
+
"v2.aws_event_bridge_create_response_data" => "AWSEventBridgeCreateResponseData",
|
|
1220
|
+
"v2.aws_event_bridge_create_status" => "AWSEventBridgeCreateStatus",
|
|
1221
|
+
"v2.aws_event_bridge_delete_request" => "AWSEventBridgeDeleteRequest",
|
|
1222
|
+
"v2.aws_event_bridge_delete_request_attributes" => "AWSEventBridgeDeleteRequestAttributes",
|
|
1223
|
+
"v2.aws_event_bridge_delete_request_data" => "AWSEventBridgeDeleteRequestData",
|
|
1224
|
+
"v2.aws_event_bridge_delete_response" => "AWSEventBridgeDeleteResponse",
|
|
1225
|
+
"v2.aws_event_bridge_delete_response_attributes" => "AWSEventBridgeDeleteResponseAttributes",
|
|
1226
|
+
"v2.aws_event_bridge_delete_response_data" => "AWSEventBridgeDeleteResponseData",
|
|
1227
|
+
"v2.aws_event_bridge_delete_status" => "AWSEventBridgeDeleteStatus",
|
|
1228
|
+
"v2.aws_event_bridge_list_response" => "AWSEventBridgeListResponse",
|
|
1229
|
+
"v2.aws_event_bridge_list_response_attributes" => "AWSEventBridgeListResponseAttributes",
|
|
1230
|
+
"v2.aws_event_bridge_list_response_data" => "AWSEventBridgeListResponseData",
|
|
1231
|
+
"v2.aws_event_bridge_source" => "AWSEventBridgeSource",
|
|
1232
|
+
"v2.aws_event_bridge_type" => "AWSEventBridgeType",
|
|
1203
1233
|
"v2.aws_integration" => "AWSIntegration",
|
|
1204
1234
|
"v2.aws_integration_iam_permissions_response" => "AWSIntegrationIamPermissionsResponse",
|
|
1205
1235
|
"v2.aws_integration_iam_permissions_response_attributes" => "AWSIntegrationIamPermissionsResponseAttributes",
|
|
@@ -1285,6 +1315,11 @@ module DatadogAPIClient
|
|
|
1285
1315
|
"v2.azure_uc_config_post_request_attributes" => "AzureUCConfigPostRequestAttributes",
|
|
1286
1316
|
"v2.azure_uc_config_post_request_type" => "AzureUCConfigPostRequestType",
|
|
1287
1317
|
"v2.azure_uc_configs_response" => "AzureUCConfigsResponse",
|
|
1318
|
+
"v2.batch_delete_rows_request_array" => "BatchDeleteRowsRequestArray",
|
|
1319
|
+
"v2.batch_delete_rows_request_data" => "BatchDeleteRowsRequestData",
|
|
1320
|
+
"v2.batch_upsert_rows_request_array" => "BatchUpsertRowsRequestArray",
|
|
1321
|
+
"v2.batch_upsert_rows_request_data" => "BatchUpsertRowsRequestData",
|
|
1322
|
+
"v2.batch_upsert_rows_request_data_attributes" => "BatchUpsertRowsRequestDataAttributes",
|
|
1288
1323
|
"v2.bill_config" => "BillConfig",
|
|
1289
1324
|
"v2.billing_dimensions_mapping_body_item" => "BillingDimensionsMappingBodyItem",
|
|
1290
1325
|
"v2.billing_dimensions_mapping_body_item_attributes" => "BillingDimensionsMappingBodyItemAttributes",
|
|
@@ -1327,8 +1362,13 @@ module DatadogAPIClient
|
|
|
1327
1362
|
"v2.case_create_attributes" => "CaseCreateAttributes",
|
|
1328
1363
|
"v2.case_create_relationships" => "CaseCreateRelationships",
|
|
1329
1364
|
"v2.case_create_request" => "CaseCreateRequest",
|
|
1365
|
+
"v2.case_data_type" => "CaseDataType",
|
|
1330
1366
|
"v2.case_empty" => "CaseEmpty",
|
|
1331
1367
|
"v2.case_empty_request" => "CaseEmptyRequest",
|
|
1368
|
+
"v2.case_insights_items" => "CaseInsightsItems",
|
|
1369
|
+
"v2.case_management_project" => "CaseManagementProject",
|
|
1370
|
+
"v2.case_management_project_data" => "CaseManagementProjectData",
|
|
1371
|
+
"v2.case_management_project_data_type" => "CaseManagementProjectDataType",
|
|
1332
1372
|
"v2.case_priority" => "CasePriority",
|
|
1333
1373
|
"v2.case_relationships" => "CaseRelationships",
|
|
1334
1374
|
"v2.case_resource_type" => "CaseResourceType",
|
|
@@ -1550,6 +1590,12 @@ module DatadogAPIClient
|
|
|
1550
1590
|
"v2.config_cat_sdk_key" => "ConfigCatSDKKey",
|
|
1551
1591
|
"v2.config_cat_sdk_key_type" => "ConfigCatSDKKeyType",
|
|
1552
1592
|
"v2.config_cat_sdk_key_update" => "ConfigCatSDKKeyUpdate",
|
|
1593
|
+
"v2.configured_schedule" => "ConfiguredSchedule",
|
|
1594
|
+
"v2.configured_schedule_target" => "ConfiguredScheduleTarget",
|
|
1595
|
+
"v2.configured_schedule_target_attributes" => "ConfiguredScheduleTargetAttributes",
|
|
1596
|
+
"v2.configured_schedule_target_relationships" => "ConfiguredScheduleTargetRelationships",
|
|
1597
|
+
"v2.configured_schedule_target_relationships_schedule" => "ConfiguredScheduleTargetRelationshipsSchedule",
|
|
1598
|
+
"v2.configured_schedule_target_type" => "ConfiguredScheduleTargetType",
|
|
1553
1599
|
"v2.confluent_account_create_request" => "ConfluentAccountCreateRequest",
|
|
1554
1600
|
"v2.confluent_account_create_request_attributes" => "ConfluentAccountCreateRequestAttributes",
|
|
1555
1601
|
"v2.confluent_account_create_request_data" => "ConfluentAccountCreateRequestData",
|
|
@@ -1570,10 +1616,15 @@ module DatadogAPIClient
|
|
|
1570
1616
|
"v2.confluent_resource_response_data" => "ConfluentResourceResponseData",
|
|
1571
1617
|
"v2.confluent_resources_response" => "ConfluentResourcesResponse",
|
|
1572
1618
|
"v2.confluent_resource_type" => "ConfluentResourceType",
|
|
1619
|
+
"v2.connected_team_ref" => "ConnectedTeamRef",
|
|
1620
|
+
"v2.connected_team_ref_data" => "ConnectedTeamRefData",
|
|
1621
|
+
"v2.connected_team_ref_data_type" => "ConnectedTeamRefDataType",
|
|
1573
1622
|
"v2.connection" => "Connection",
|
|
1574
1623
|
"v2.connection_env" => "ConnectionEnv",
|
|
1575
1624
|
"v2.connection_env_env" => "ConnectionEnvEnv",
|
|
1576
1625
|
"v2.connection_group" => "ConnectionGroup",
|
|
1626
|
+
"v2.connections_page_pagination" => "ConnectionsPagePagination",
|
|
1627
|
+
"v2.connections_response_meta" => "ConnectionsResponseMeta",
|
|
1577
1628
|
"v2.container" => "Container",
|
|
1578
1629
|
"v2.container_attributes" => "ContainerAttributes",
|
|
1579
1630
|
"v2.container_group" => "ContainerGroup",
|
|
@@ -1631,6 +1682,14 @@ module DatadogAPIClient
|
|
|
1631
1682
|
"v2.create_apps_datastore_request_data_attributes_org_access" => "CreateAppsDatastoreRequestDataAttributesOrgAccess",
|
|
1632
1683
|
"v2.create_apps_datastore_response" => "CreateAppsDatastoreResponse",
|
|
1633
1684
|
"v2.create_apps_datastore_response_data" => "CreateAppsDatastoreResponseData",
|
|
1685
|
+
"v2.create_case_request_array" => "CreateCaseRequestArray",
|
|
1686
|
+
"v2.create_case_request_data" => "CreateCaseRequestData",
|
|
1687
|
+
"v2.create_case_request_data_attributes" => "CreateCaseRequestDataAttributes",
|
|
1688
|
+
"v2.create_case_request_data_relationships" => "CreateCaseRequestDataRelationships",
|
|
1689
|
+
"v2.create_connection_request" => "CreateConnectionRequest",
|
|
1690
|
+
"v2.create_connection_request_data" => "CreateConnectionRequestData",
|
|
1691
|
+
"v2.create_connection_request_data_attributes" => "CreateConnectionRequestDataAttributes",
|
|
1692
|
+
"v2.create_connection_request_data_attributes_fields_items" => "CreateConnectionRequestDataAttributesFieldsItems",
|
|
1634
1693
|
"v2.create_custom_framework_request" => "CreateCustomFrameworkRequest",
|
|
1635
1694
|
"v2.create_custom_framework_response" => "CreateCustomFrameworkResponse",
|
|
1636
1695
|
"v2.create_data_deletion_request_body" => "CreateDataDeletionRequestBody",
|
|
@@ -1638,8 +1697,22 @@ module DatadogAPIClient
|
|
|
1638
1697
|
"v2.create_data_deletion_request_body_data" => "CreateDataDeletionRequestBodyData",
|
|
1639
1698
|
"v2.create_data_deletion_request_body_data_type" => "CreateDataDeletionRequestBodyDataType",
|
|
1640
1699
|
"v2.create_data_deletion_response_body" => "CreateDataDeletionResponseBody",
|
|
1700
|
+
"v2.create_deployment_gate_params" => "CreateDeploymentGateParams",
|
|
1701
|
+
"v2.create_deployment_gate_params_data" => "CreateDeploymentGateParamsData",
|
|
1702
|
+
"v2.create_deployment_gate_params_data_attributes" => "CreateDeploymentGateParamsDataAttributes",
|
|
1703
|
+
"v2.create_deployment_rule_params" => "CreateDeploymentRuleParams",
|
|
1704
|
+
"v2.create_deployment_rule_params_data" => "CreateDeploymentRuleParamsData",
|
|
1705
|
+
"v2.create_deployment_rule_params_data_attributes" => "CreateDeploymentRuleParamsDataAttributes",
|
|
1641
1706
|
"v2.create_incident_notification_rule_request" => "CreateIncidentNotificationRuleRequest",
|
|
1642
1707
|
"v2.create_incident_notification_template_request" => "CreateIncidentNotificationTemplateRequest",
|
|
1708
|
+
"v2.create_jira_issue_request_array" => "CreateJiraIssueRequestArray",
|
|
1709
|
+
"v2.create_jira_issue_request_array_included" => "CreateJiraIssueRequestArrayIncluded",
|
|
1710
|
+
"v2.create_jira_issue_request_data" => "CreateJiraIssueRequestData",
|
|
1711
|
+
"v2.create_jira_issue_request_data_attributes" => "CreateJiraIssueRequestDataAttributes",
|
|
1712
|
+
"v2.create_jira_issue_request_data_attributes_fields" => "CreateJiraIssueRequestDataAttributesFields",
|
|
1713
|
+
"v2.create_jira_issue_request_data_relationships" => "CreateJiraIssueRequestDataRelationships",
|
|
1714
|
+
"v2.create_jira_issue_request_data_relationships_case" => "CreateJiraIssueRequestDataRelationshipsCase",
|
|
1715
|
+
"v2.create_jira_issue_request_data_relationships_case_data" => "CreateJiraIssueRequestDataRelationshipsCaseData",
|
|
1643
1716
|
"v2.create_notification_rule_parameters" => "CreateNotificationRuleParameters",
|
|
1644
1717
|
"v2.create_notification_rule_parameters_data" => "CreateNotificationRuleParametersData",
|
|
1645
1718
|
"v2.create_notification_rule_parameters_data_attributes" => "CreateNotificationRuleParametersDataAttributes",
|
|
@@ -1851,9 +1924,28 @@ module DatadogAPIClient
|
|
|
1851
1924
|
"v2.dependency_location" => "DependencyLocation",
|
|
1852
1925
|
"v2.deployment" => "Deployment",
|
|
1853
1926
|
"v2.deployment_attributes" => "DeploymentAttributes",
|
|
1927
|
+
"v2.deployment_gate_data_type" => "DeploymentGateDataType",
|
|
1928
|
+
"v2.deployment_gate_response" => "DeploymentGateResponse",
|
|
1929
|
+
"v2.deployment_gate_response_data" => "DeploymentGateResponseData",
|
|
1930
|
+
"v2.deployment_gate_response_data_attributes" => "DeploymentGateResponseDataAttributes",
|
|
1931
|
+
"v2.deployment_gate_response_data_attributes_created_by" => "DeploymentGateResponseDataAttributesCreatedBy",
|
|
1932
|
+
"v2.deployment_gate_response_data_attributes_updated_by" => "DeploymentGateResponseDataAttributesUpdatedBy",
|
|
1854
1933
|
"v2.deployment_metadata" => "DeploymentMetadata",
|
|
1855
1934
|
"v2.deployment_relationship" => "DeploymentRelationship",
|
|
1856
1935
|
"v2.deployment_relationship_data" => "DeploymentRelationshipData",
|
|
1936
|
+
"v2.deployment_rule_data_type" => "DeploymentRuleDataType",
|
|
1937
|
+
"v2.deployment_rule_options_faulty_deployment_detection" => "DeploymentRuleOptionsFaultyDeploymentDetection",
|
|
1938
|
+
"v2.deployment_rule_options_monitor" => "DeploymentRuleOptionsMonitor",
|
|
1939
|
+
"v2.deployment_rule_response" => "DeploymentRuleResponse",
|
|
1940
|
+
"v2.deployment_rule_response_data" => "DeploymentRuleResponseData",
|
|
1941
|
+
"v2.deployment_rule_response_data_attributes" => "DeploymentRuleResponseDataAttributes",
|
|
1942
|
+
"v2.deployment_rule_response_data_attributes_created_by" => "DeploymentRuleResponseDataAttributesCreatedBy",
|
|
1943
|
+
"v2.deployment_rule_response_data_attributes_type" => "DeploymentRuleResponseDataAttributesType",
|
|
1944
|
+
"v2.deployment_rule_response_data_attributes_updated_by" => "DeploymentRuleResponseDataAttributesUpdatedBy",
|
|
1945
|
+
"v2.deployment_rules_options" => "DeploymentRulesOptions",
|
|
1946
|
+
"v2.detach_case_request" => "DetachCaseRequest",
|
|
1947
|
+
"v2.detach_case_request_data" => "DetachCaseRequestData",
|
|
1948
|
+
"v2.detach_case_request_data_relationships" => "DetachCaseRequestDataRelationships",
|
|
1857
1949
|
"v2.detailed_finding" => "DetailedFinding",
|
|
1858
1950
|
"v2.detailed_finding_attributes" => "DetailedFindingAttributes",
|
|
1859
1951
|
"v2.detailed_finding_type" => "DetailedFindingType",
|
|
@@ -1934,6 +2026,25 @@ module DatadogAPIClient
|
|
|
1934
2026
|
"v2.entity_data" => "EntityData",
|
|
1935
2027
|
"v2.entity_meta" => "EntityMeta",
|
|
1936
2028
|
"v2.entity_relationships" => "EntityRelationships",
|
|
2029
|
+
"v2.entity_response_array" => "EntityResponseArray",
|
|
2030
|
+
"v2.entity_response_data_attributes" => "EntityResponseDataAttributes",
|
|
2031
|
+
"v2.entity_response_data_relationships" => "EntityResponseDataRelationships",
|
|
2032
|
+
"v2.entity_response_data_relationships_incidents" => "EntityResponseDataRelationshipsIncidents",
|
|
2033
|
+
"v2.entity_response_data_relationships_incidents_data_items" => "EntityResponseDataRelationshipsIncidentsDataItems",
|
|
2034
|
+
"v2.entity_response_data_relationships_incidents_data_items_type" => "EntityResponseDataRelationshipsIncidentsDataItemsType",
|
|
2035
|
+
"v2.entity_response_data_relationships_oncalls" => "EntityResponseDataRelationshipsOncalls",
|
|
2036
|
+
"v2.entity_response_data_relationships_oncalls_data_items" => "EntityResponseDataRelationshipsOncallsDataItems",
|
|
2037
|
+
"v2.entity_response_data_relationships_oncalls_data_items_type" => "EntityResponseDataRelationshipsOncallsDataItemsType",
|
|
2038
|
+
"v2.entity_response_data_relationships_raw_schema" => "EntityResponseDataRelationshipsRawSchema",
|
|
2039
|
+
"v2.entity_response_data_relationships_raw_schema_data" => "EntityResponseDataRelationshipsRawSchemaData",
|
|
2040
|
+
"v2.entity_response_data_relationships_raw_schema_data_type" => "EntityResponseDataRelationshipsRawSchemaDataType",
|
|
2041
|
+
"v2.entity_response_data_relationships_related_entities" => "EntityResponseDataRelationshipsRelatedEntities",
|
|
2042
|
+
"v2.entity_response_data_relationships_related_entities_data_items" => "EntityResponseDataRelationshipsRelatedEntitiesDataItems",
|
|
2043
|
+
"v2.entity_response_data_relationships_related_entities_data_items_type" => "EntityResponseDataRelationshipsRelatedEntitiesDataItemsType",
|
|
2044
|
+
"v2.entity_response_data_relationships_schema" => "EntityResponseDataRelationshipsSchema",
|
|
2045
|
+
"v2.entity_response_data_relationships_schema_data" => "EntityResponseDataRelationshipsSchemaData",
|
|
2046
|
+
"v2.entity_response_data_relationships_schema_data_type" => "EntityResponseDataRelationshipsSchemaDataType",
|
|
2047
|
+
"v2.entity_response_data_type" => "EntityResponseDataType",
|
|
1937
2048
|
"v2.entity_response_included_incident" => "EntityResponseIncludedIncident",
|
|
1938
2049
|
"v2.entity_response_included_incident_type" => "EntityResponseIncludedIncidentType",
|
|
1939
2050
|
"v2.entity_response_included_oncall" => "EntityResponseIncludedOncall",
|
|
@@ -2016,6 +2127,8 @@ module DatadogAPIClient
|
|
|
2016
2127
|
"v2.escalation_policy_step_attributes_assignment" => "EscalationPolicyStepAttributesAssignment",
|
|
2017
2128
|
"v2.escalation_policy_step_relationships" => "EscalationPolicyStepRelationships",
|
|
2018
2129
|
"v2.escalation_policy_step_target" => "EscalationPolicyStepTarget",
|
|
2130
|
+
"v2.escalation_policy_step_target_config" => "EscalationPolicyStepTargetConfig",
|
|
2131
|
+
"v2.escalation_policy_step_target_config_schedule" => "EscalationPolicyStepTargetConfigSchedule",
|
|
2019
2132
|
"v2.escalation_policy_step_target_type" => "EscalationPolicyStepTargetType",
|
|
2020
2133
|
"v2.escalation_policy_step_type" => "EscalationPolicyStepType",
|
|
2021
2134
|
"v2.escalation_policy_update_request" => "EscalationPolicyUpdateRequest",
|
|
@@ -2077,6 +2190,19 @@ module DatadogAPIClient
|
|
|
2077
2190
|
"v2.event_system_attributes_category" => "EventSystemAttributesCategory",
|
|
2078
2191
|
"v2.event_system_attributes_integration_id" => "EventSystemAttributesIntegrationId",
|
|
2079
2192
|
"v2.event_type" => "EventType",
|
|
2193
|
+
"v2.facet_info_request" => "FacetInfoRequest",
|
|
2194
|
+
"v2.facet_info_request_data" => "FacetInfoRequestData",
|
|
2195
|
+
"v2.facet_info_request_data_attributes" => "FacetInfoRequestDataAttributes",
|
|
2196
|
+
"v2.facet_info_request_data_attributes_search" => "FacetInfoRequestDataAttributesSearch",
|
|
2197
|
+
"v2.facet_info_request_data_attributes_term_search" => "FacetInfoRequestDataAttributesTermSearch",
|
|
2198
|
+
"v2.facet_info_request_data_type" => "FacetInfoRequestDataType",
|
|
2199
|
+
"v2.facet_info_response" => "FacetInfoResponse",
|
|
2200
|
+
"v2.facet_info_response_data" => "FacetInfoResponseData",
|
|
2201
|
+
"v2.facet_info_response_data_attributes" => "FacetInfoResponseDataAttributes",
|
|
2202
|
+
"v2.facet_info_response_data_attributes_result" => "FacetInfoResponseDataAttributesResult",
|
|
2203
|
+
"v2.facet_info_response_data_attributes_result_range" => "FacetInfoResponseDataAttributesResultRange",
|
|
2204
|
+
"v2.facet_info_response_data_attributes_result_values_items" => "FacetInfoResponseDataAttributesResultValuesItems",
|
|
2205
|
+
"v2.facet_info_response_data_type" => "FacetInfoResponseDataType",
|
|
2080
2206
|
"v2.fastly_accoun_response_attributes" => "FastlyAccounResponseAttributes",
|
|
2081
2207
|
"v2.fastly_account_create_request" => "FastlyAccountCreateRequest",
|
|
2082
2208
|
"v2.fastly_account_create_request_attributes" => "FastlyAccountCreateRequestAttributes",
|
|
@@ -2106,10 +2232,20 @@ module DatadogAPIClient
|
|
|
2106
2232
|
"v2.filters_per_product" => "FiltersPerProduct",
|
|
2107
2233
|
"v2.finding" => "Finding",
|
|
2108
2234
|
"v2.finding_attributes" => "FindingAttributes",
|
|
2235
|
+
"v2.finding_case_response" => "FindingCaseResponse",
|
|
2236
|
+
"v2.finding_case_response_array" => "FindingCaseResponseArray",
|
|
2237
|
+
"v2.finding_case_response_data" => "FindingCaseResponseData",
|
|
2238
|
+
"v2.finding_case_response_data_attributes" => "FindingCaseResponseDataAttributes",
|
|
2239
|
+
"v2.finding_case_response_data_relationships" => "FindingCaseResponseDataRelationships",
|
|
2240
|
+
"v2.finding_data" => "FindingData",
|
|
2241
|
+
"v2.finding_data_type" => "FindingDataType",
|
|
2109
2242
|
"v2.finding_evaluation" => "FindingEvaluation",
|
|
2243
|
+
"v2.finding_jira_issue" => "FindingJiraIssue",
|
|
2244
|
+
"v2.finding_jira_issue_result" => "FindingJiraIssueResult",
|
|
2110
2245
|
"v2.finding_mute" => "FindingMute",
|
|
2111
2246
|
"v2.finding_mute_reason" => "FindingMuteReason",
|
|
2112
2247
|
"v2.finding_rule" => "FindingRule",
|
|
2248
|
+
"v2.findings" => "Findings",
|
|
2113
2249
|
"v2.finding_status" => "FindingStatus",
|
|
2114
2250
|
"v2.finding_type" => "FindingType",
|
|
2115
2251
|
"v2.finding_vulnerability_type" => "FindingVulnerabilityType",
|
|
@@ -2130,18 +2266,59 @@ module DatadogAPIClient
|
|
|
2130
2266
|
"v2.flaky_tests_search_sort" => "FlakyTestsSearchSort",
|
|
2131
2267
|
"v2.flaky_test_stats" => "FlakyTestStats",
|
|
2132
2268
|
"v2.flaky_test_type" => "FlakyTestType",
|
|
2269
|
+
"v2.fleet_agent_attributes" => "FleetAgentAttributes",
|
|
2270
|
+
"v2.fleet_agent_attributes_tags_items" => "FleetAgentAttributesTagsItems",
|
|
2271
|
+
"v2.fleet_agent_info" => "FleetAgentInfo",
|
|
2272
|
+
"v2.fleet_agent_info_attributes" => "FleetAgentInfoAttributes",
|
|
2273
|
+
"v2.fleet_agent_info_details" => "FleetAgentInfoDetails",
|
|
2274
|
+
"v2.fleet_agent_info_resource_type" => "FleetAgentInfoResourceType",
|
|
2275
|
+
"v2.fleet_agent_info_response" => "FleetAgentInfoResponse",
|
|
2276
|
+
"v2.fleet_agents_response" => "FleetAgentsResponse",
|
|
2277
|
+
"v2.fleet_agents_response_data" => "FleetAgentsResponseData",
|
|
2278
|
+
"v2.fleet_agents_response_data_attributes" => "FleetAgentsResponseDataAttributes",
|
|
2279
|
+
"v2.fleet_agents_response_meta" => "FleetAgentsResponseMeta",
|
|
2280
|
+
"v2.fleet_agent_version" => "FleetAgentVersion",
|
|
2281
|
+
"v2.fleet_agent_version_attributes" => "FleetAgentVersionAttributes",
|
|
2282
|
+
"v2.fleet_agent_version_resource_type" => "FleetAgentVersionResourceType",
|
|
2283
|
+
"v2.fleet_agent_versions_response" => "FleetAgentVersionsResponse",
|
|
2284
|
+
"v2.fleet_configuration_file" => "FleetConfigurationFile",
|
|
2285
|
+
"v2.fleet_configuration_layer" => "FleetConfigurationLayer",
|
|
2133
2286
|
"v2.fleet_deployment" => "FleetDeployment",
|
|
2134
2287
|
"v2.fleet_deployment_attributes" => "FleetDeploymentAttributes",
|
|
2135
2288
|
"v2.fleet_deployment_configure_attributes" => "FleetDeploymentConfigureAttributes",
|
|
2136
2289
|
"v2.fleet_deployment_configure_create" => "FleetDeploymentConfigureCreate",
|
|
2137
2290
|
"v2.fleet_deployment_configure_create_request" => "FleetDeploymentConfigureCreateRequest",
|
|
2138
2291
|
"v2.fleet_deployment_file_op" => "FleetDeploymentFileOp",
|
|
2292
|
+
"v2.fleet_deployment_host" => "FleetDeploymentHost",
|
|
2293
|
+
"v2.fleet_deployment_host_package" => "FleetDeploymentHostPackage",
|
|
2294
|
+
"v2.fleet_deployment_hosts_page" => "FleetDeploymentHostsPage",
|
|
2139
2295
|
"v2.fleet_deployment_operation" => "FleetDeploymentOperation",
|
|
2296
|
+
"v2.fleet_deployment_package" => "FleetDeploymentPackage",
|
|
2297
|
+
"v2.fleet_deployment_package_upgrade_attributes" => "FleetDeploymentPackageUpgradeAttributes",
|
|
2298
|
+
"v2.fleet_deployment_package_upgrade_create" => "FleetDeploymentPackageUpgradeCreate",
|
|
2299
|
+
"v2.fleet_deployment_package_upgrade_create_request" => "FleetDeploymentPackageUpgradeCreateRequest",
|
|
2140
2300
|
"v2.fleet_deployment_resource_type" => "FleetDeploymentResourceType",
|
|
2141
2301
|
"v2.fleet_deployment_response" => "FleetDeploymentResponse",
|
|
2302
|
+
"v2.fleet_deployment_response_meta" => "FleetDeploymentResponseMeta",
|
|
2142
2303
|
"v2.fleet_deployments_page" => "FleetDeploymentsPage",
|
|
2143
2304
|
"v2.fleet_deployments_response" => "FleetDeploymentsResponse",
|
|
2144
2305
|
"v2.fleet_deployments_response_meta" => "FleetDeploymentsResponseMeta",
|
|
2306
|
+
"v2.fleet_detected_integration" => "FleetDetectedIntegration",
|
|
2307
|
+
"v2.fleet_integration_details" => "FleetIntegrationDetails",
|
|
2308
|
+
"v2.fleet_integrations_by_status" => "FleetIntegrationsByStatus",
|
|
2309
|
+
"v2.fleet_schedule" => "FleetSchedule",
|
|
2310
|
+
"v2.fleet_schedule_attributes" => "FleetScheduleAttributes",
|
|
2311
|
+
"v2.fleet_schedule_create" => "FleetScheduleCreate",
|
|
2312
|
+
"v2.fleet_schedule_create_attributes" => "FleetScheduleCreateAttributes",
|
|
2313
|
+
"v2.fleet_schedule_create_request" => "FleetScheduleCreateRequest",
|
|
2314
|
+
"v2.fleet_schedule_patch" => "FleetSchedulePatch",
|
|
2315
|
+
"v2.fleet_schedule_patch_attributes" => "FleetSchedulePatchAttributes",
|
|
2316
|
+
"v2.fleet_schedule_patch_request" => "FleetSchedulePatchRequest",
|
|
2317
|
+
"v2.fleet_schedule_recurrence_rule" => "FleetScheduleRecurrenceRule",
|
|
2318
|
+
"v2.fleet_schedule_resource_type" => "FleetScheduleResourceType",
|
|
2319
|
+
"v2.fleet_schedule_response" => "FleetScheduleResponse",
|
|
2320
|
+
"v2.fleet_schedules_response" => "FleetSchedulesResponse",
|
|
2321
|
+
"v2.fleet_schedule_status" => "FleetScheduleStatus",
|
|
2145
2322
|
"v2.formula_limit" => "FormulaLimit",
|
|
2146
2323
|
"v2.framework_handle_and_version_response_data" => "FrameworkHandleAndVersionResponseData",
|
|
2147
2324
|
"v2.freshservice_api_key" => "FreshserviceAPIKey",
|
|
@@ -2231,6 +2408,27 @@ module DatadogAPIClient
|
|
|
2231
2408
|
"v2.get_interfaces_data" => "GetInterfacesData",
|
|
2232
2409
|
"v2.get_interfaces_response" => "GetInterfacesResponse",
|
|
2233
2410
|
"v2.get_issue_include_query_parameter_item" => "GetIssueIncludeQueryParameterItem",
|
|
2411
|
+
"v2.get_mapping_response" => "GetMappingResponse",
|
|
2412
|
+
"v2.get_mapping_response_data" => "GetMappingResponseData",
|
|
2413
|
+
"v2.get_mapping_response_data_attributes" => "GetMappingResponseDataAttributes",
|
|
2414
|
+
"v2.get_mapping_response_data_attributes_attributes_items" => "GetMappingResponseDataAttributesAttributesItems",
|
|
2415
|
+
"v2.get_mapping_response_data_type" => "GetMappingResponseDataType",
|
|
2416
|
+
"v2.get_multiple_rulesets_request" => "GetMultipleRulesetsRequest",
|
|
2417
|
+
"v2.get_multiple_rulesets_request_data" => "GetMultipleRulesetsRequestData",
|
|
2418
|
+
"v2.get_multiple_rulesets_request_data_attributes" => "GetMultipleRulesetsRequestDataAttributes",
|
|
2419
|
+
"v2.get_multiple_rulesets_request_data_type" => "GetMultipleRulesetsRequestDataType",
|
|
2420
|
+
"v2.get_multiple_rulesets_response" => "GetMultipleRulesetsResponse",
|
|
2421
|
+
"v2.get_multiple_rulesets_response_data" => "GetMultipleRulesetsResponseData",
|
|
2422
|
+
"v2.get_multiple_rulesets_response_data_attributes" => "GetMultipleRulesetsResponseDataAttributes",
|
|
2423
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItems",
|
|
2424
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_data" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsData",
|
|
2425
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_data_type" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsDataType",
|
|
2426
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItems",
|
|
2427
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_arguments_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsArgumentsItems",
|
|
2428
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsData",
|
|
2429
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data_type" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsDataType",
|
|
2430
|
+
"v2.get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items" => "GetMultipleRulesetsResponseDataAttributesRulesetsItemsRulesItemsTestsItems",
|
|
2431
|
+
"v2.get_multiple_rulesets_response_data_type" => "GetMultipleRulesetsResponseDataType",
|
|
2234
2432
|
"v2.get_resource_evaluation_filters_response" => "GetResourceEvaluationFiltersResponse",
|
|
2235
2433
|
"v2.get_resource_evaluation_filters_response_data" => "GetResourceEvaluationFiltersResponseData",
|
|
2236
2434
|
"v2.get_rule_version_history_data" => "GetRuleVersionHistoryData",
|
|
@@ -2260,13 +2458,6 @@ module DatadogAPIClient
|
|
|
2260
2458
|
"v2.grey_noise_integration_type" => "GreyNoiseIntegrationType",
|
|
2261
2459
|
"v2.grey_noise_integration_update" => "GreyNoiseIntegrationUpdate",
|
|
2262
2460
|
"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
2461
|
"v2.hourly_usage" => "HourlyUsage",
|
|
2271
2462
|
"v2.hourly_usage_attributes" => "HourlyUsageAttributes",
|
|
2272
2463
|
"v2.hourly_usage_measurement" => "HourlyUsageMeasurement",
|
|
@@ -2275,6 +2466,9 @@ module DatadogAPIClient
|
|
|
2275
2466
|
"v2.hourly_usage_response" => "HourlyUsageResponse",
|
|
2276
2467
|
"v2.hourly_usage_type" => "HourlyUsageType",
|
|
2277
2468
|
"v2.http_body" => "HTTPBody",
|
|
2469
|
+
"v2.httpcd_gates_bad_request_response" => "HTTPCDGatesBadRequestResponse",
|
|
2470
|
+
"v2.httpcd_gates_not_found_response" => "HTTPCDGatesNotFoundResponse",
|
|
2471
|
+
"v2.httpcd_rules_not_found_response" => "HTTPCDRulesNotFoundResponse",
|
|
2278
2472
|
"v2.httpci_app_error" => "HTTPCIAppError",
|
|
2279
2473
|
"v2.httpci_app_errors" => "HTTPCIAppErrors",
|
|
2280
2474
|
"v2.http_credentials" => "HTTPCredentials",
|
|
@@ -2544,6 +2738,7 @@ module DatadogAPIClient
|
|
|
2544
2738
|
"v2.jira_integration_metadata_issues_item" => "JiraIntegrationMetadataIssuesItem",
|
|
2545
2739
|
"v2.jira_issue" => "JiraIssue",
|
|
2546
2740
|
"v2.jira_issue_result" => "JiraIssueResult",
|
|
2741
|
+
"v2.jira_issues_data_type" => "JiraIssuesDataType",
|
|
2547
2742
|
"v2.job_create_response" => "JobCreateResponse",
|
|
2548
2743
|
"v2.job_create_response_data" => "JobCreateResponseData",
|
|
2549
2744
|
"v2.job_definition" => "JobDefinition",
|
|
@@ -2592,6 +2787,12 @@ module DatadogAPIClient
|
|
|
2592
2787
|
"v2.list_apps_response_meta" => "ListAppsResponseMeta",
|
|
2593
2788
|
"v2.list_apps_response_meta_page" => "ListAppsResponseMetaPage",
|
|
2594
2789
|
"v2.list_assets_sbo_ms_response" => "ListAssetsSBOMsResponse",
|
|
2790
|
+
"v2.list_connections_response" => "ListConnectionsResponse",
|
|
2791
|
+
"v2.list_connections_response_data" => "ListConnectionsResponseData",
|
|
2792
|
+
"v2.list_connections_response_data_attributes" => "ListConnectionsResponseDataAttributes",
|
|
2793
|
+
"v2.list_connections_response_data_attributes_connections_items" => "ListConnectionsResponseDataAttributesConnectionsItems",
|
|
2794
|
+
"v2.list_connections_response_data_attributes_connections_items_join" => "ListConnectionsResponseDataAttributesConnectionsItemsJoin",
|
|
2795
|
+
"v2.list_connections_response_data_type" => "ListConnectionsResponseDataType",
|
|
2595
2796
|
"v2.list_devices_response" => "ListDevicesResponse",
|
|
2596
2797
|
"v2.list_devices_response_metadata" => "ListDevicesResponseMetadata",
|
|
2597
2798
|
"v2.list_devices_response_metadata_page" => "ListDevicesResponseMetadataPage",
|
|
@@ -2602,7 +2803,6 @@ module DatadogAPIClient
|
|
|
2602
2803
|
"v2.list_findings_meta" => "ListFindingsMeta",
|
|
2603
2804
|
"v2.list_findings_page" => "ListFindingsPage",
|
|
2604
2805
|
"v2.list_findings_response" => "ListFindingsResponse",
|
|
2605
|
-
"v2.list_historical_jobs_response" => "ListHistoricalJobsResponse",
|
|
2606
2806
|
"v2.list_kind_catalog_response" => "ListKindCatalogResponse",
|
|
2607
2807
|
"v2.list_pipelines_response" => "ListPipelinesResponse",
|
|
2608
2808
|
"v2.list_pipelines_response_meta" => "ListPipelinesResponseMeta",
|
|
@@ -2617,6 +2817,7 @@ module DatadogAPIClient
|
|
|
2617
2817
|
"v2.list_tags_response_data_attributes" => "ListTagsResponseDataAttributes",
|
|
2618
2818
|
"v2.list_teams_include" => "ListTeamsInclude",
|
|
2619
2819
|
"v2.list_teams_sort" => "ListTeamsSort",
|
|
2820
|
+
"v2.list_threat_hunting_jobs_response" => "ListThreatHuntingJobsResponse",
|
|
2620
2821
|
"v2.list_vulnerabilities_response" => "ListVulnerabilitiesResponse",
|
|
2621
2822
|
"v2.list_vulnerable_assets_response" => "ListVulnerableAssetsResponse",
|
|
2622
2823
|
"v2.log" => "Log",
|
|
@@ -2692,6 +2893,7 @@ module DatadogAPIClient
|
|
|
2692
2893
|
"v2.logs_query_options" => "LogsQueryOptions",
|
|
2693
2894
|
"v2.logs_response_metadata" => "LogsResponseMetadata",
|
|
2694
2895
|
"v2.logs_response_metadata_page" => "LogsResponseMetadataPage",
|
|
2896
|
+
"v2.logs_restriction_queries_type" => "LogsRestrictionQueriesType",
|
|
2695
2897
|
"v2.logs_sort" => "LogsSort",
|
|
2696
2898
|
"v2.logs_sort_order" => "LogsSortOrder",
|
|
2697
2899
|
"v2.logs_storage_tier" => "LogsStorageTier",
|
|
@@ -2850,6 +3052,7 @@ module DatadogAPIClient
|
|
|
2850
3052
|
"v2.monitor_notification_rule_create_request_data" => "MonitorNotificationRuleCreateRequestData",
|
|
2851
3053
|
"v2.monitor_notification_rule_data" => "MonitorNotificationRuleData",
|
|
2852
3054
|
"v2.monitor_notification_rule_filter" => "MonitorNotificationRuleFilter",
|
|
3055
|
+
"v2.monitor_notification_rule_filter_scope" => "MonitorNotificationRuleFilterScope",
|
|
2853
3056
|
"v2.monitor_notification_rule_filter_tags" => "MonitorNotificationRuleFilterTags",
|
|
2854
3057
|
"v2.monitor_notification_rule_list_response" => "MonitorNotificationRuleListResponse",
|
|
2855
3058
|
"v2.monitor_notification_rule_relationships" => "MonitorNotificationRuleRelationships",
|
|
@@ -3262,6 +3465,7 @@ module DatadogAPIClient
|
|
|
3262
3465
|
"v2.powerpacks_response_meta" => "PowerpacksResponseMeta",
|
|
3263
3466
|
"v2.powerpacks_response_meta_pagination" => "PowerpacksResponseMetaPagination",
|
|
3264
3467
|
"v2.powerpack_template_variable" => "PowerpackTemplateVariable",
|
|
3468
|
+
"v2.preview_entity_response_data" => "PreviewEntityResponseData",
|
|
3265
3469
|
"v2.process_summaries_meta" => "ProcessSummariesMeta",
|
|
3266
3470
|
"v2.process_summaries_meta_page" => "ProcessSummariesMetaPage",
|
|
3267
3471
|
"v2.process_summaries_response" => "ProcessSummariesResponse",
|
|
@@ -3288,8 +3492,28 @@ module DatadogAPIClient
|
|
|
3288
3492
|
"v2.put_apps_datastore_item_response_data" => "PutAppsDatastoreItemResponseData",
|
|
3289
3493
|
"v2.put_incident_notification_rule_request" => "PutIncidentNotificationRuleRequest",
|
|
3290
3494
|
"v2.query" => "Query",
|
|
3495
|
+
"v2.query_account_request" => "QueryAccountRequest",
|
|
3496
|
+
"v2.query_account_request_data" => "QueryAccountRequestData",
|
|
3497
|
+
"v2.query_account_request_data_attributes" => "QueryAccountRequestDataAttributes",
|
|
3498
|
+
"v2.query_account_request_data_attributes_sort" => "QueryAccountRequestDataAttributesSort",
|
|
3499
|
+
"v2.query_account_request_data_type" => "QueryAccountRequestDataType",
|
|
3500
|
+
"v2.query_event_filtered_users_request" => "QueryEventFilteredUsersRequest",
|
|
3501
|
+
"v2.query_event_filtered_users_request_data" => "QueryEventFilteredUsersRequestData",
|
|
3502
|
+
"v2.query_event_filtered_users_request_data_attributes" => "QueryEventFilteredUsersRequestDataAttributes",
|
|
3503
|
+
"v2.query_event_filtered_users_request_data_attributes_event_query" => "QueryEventFilteredUsersRequestDataAttributesEventQuery",
|
|
3504
|
+
"v2.query_event_filtered_users_request_data_attributes_event_query_time_frame" => "QueryEventFilteredUsersRequestDataAttributesEventQueryTimeFrame",
|
|
3505
|
+
"v2.query_event_filtered_users_request_data_type" => "QueryEventFilteredUsersRequestDataType",
|
|
3291
3506
|
"v2.query_formula" => "QueryFormula",
|
|
3507
|
+
"v2.query_response" => "QueryResponse",
|
|
3508
|
+
"v2.query_response_data" => "QueryResponseData",
|
|
3509
|
+
"v2.query_response_data_attributes" => "QueryResponseDataAttributes",
|
|
3510
|
+
"v2.query_response_data_type" => "QueryResponseDataType",
|
|
3292
3511
|
"v2.query_sort_order" => "QuerySortOrder",
|
|
3512
|
+
"v2.query_users_request" => "QueryUsersRequest",
|
|
3513
|
+
"v2.query_users_request_data" => "QueryUsersRequestData",
|
|
3514
|
+
"v2.query_users_request_data_attributes" => "QueryUsersRequestDataAttributes",
|
|
3515
|
+
"v2.query_users_request_data_attributes_sort" => "QueryUsersRequestDataAttributesSort",
|
|
3516
|
+
"v2.query_users_request_data_type" => "QueryUsersRequestDataType",
|
|
3293
3517
|
"v2.readiness_gate" => "ReadinessGate",
|
|
3294
3518
|
"v2.readiness_gate_threshold_type" => "ReadinessGateThresholdType",
|
|
3295
3519
|
"v2.recommendation_attributes" => "RecommendationAttributes",
|
|
@@ -3387,6 +3611,22 @@ module DatadogAPIClient
|
|
|
3387
3611
|
"v2.restriction_policy_response" => "RestrictionPolicyResponse",
|
|
3388
3612
|
"v2.restriction_policy_type" => "RestrictionPolicyType",
|
|
3389
3613
|
"v2.restriction_policy_update_request" => "RestrictionPolicyUpdateRequest",
|
|
3614
|
+
"v2.restriction_query_attributes" => "RestrictionQueryAttributes",
|
|
3615
|
+
"v2.restriction_query_create_attributes" => "RestrictionQueryCreateAttributes",
|
|
3616
|
+
"v2.restriction_query_create_data" => "RestrictionQueryCreateData",
|
|
3617
|
+
"v2.restriction_query_create_payload" => "RestrictionQueryCreatePayload",
|
|
3618
|
+
"v2.restriction_query_list_response" => "RestrictionQueryListResponse",
|
|
3619
|
+
"v2.restriction_query_response_included_item" => "RestrictionQueryResponseIncludedItem",
|
|
3620
|
+
"v2.restriction_query_role" => "RestrictionQueryRole",
|
|
3621
|
+
"v2.restriction_query_role_attribute" => "RestrictionQueryRoleAttribute",
|
|
3622
|
+
"v2.restriction_query_roles_response" => "RestrictionQueryRolesResponse",
|
|
3623
|
+
"v2.restriction_query_update_attributes" => "RestrictionQueryUpdateAttributes",
|
|
3624
|
+
"v2.restriction_query_update_data" => "RestrictionQueryUpdateData",
|
|
3625
|
+
"v2.restriction_query_update_payload" => "RestrictionQueryUpdatePayload",
|
|
3626
|
+
"v2.restriction_query_without_relationships" => "RestrictionQueryWithoutRelationships",
|
|
3627
|
+
"v2.restriction_query_without_relationships_response" => "RestrictionQueryWithoutRelationshipsResponse",
|
|
3628
|
+
"v2.restriction_query_with_relationships" => "RestrictionQueryWithRelationships",
|
|
3629
|
+
"v2.restriction_query_with_relationships_response" => "RestrictionQueryWithRelationshipsResponse",
|
|
3390
3630
|
"v2.retention_filter" => "RetentionFilter",
|
|
3391
3631
|
"v2.retention_filter_all" => "RetentionFilterAll",
|
|
3392
3632
|
"v2.retention_filter_all_attributes" => "RetentionFilterAllAttributes",
|
|
@@ -3559,10 +3799,10 @@ module DatadogAPIClient
|
|
|
3559
3799
|
"v2.rum_sort" => "RUMSort",
|
|
3560
3800
|
"v2.rum_sort_order" => "RUMSortOrder",
|
|
3561
3801
|
"v2.rum_warning" => "RUMWarning",
|
|
3562
|
-
"v2.
|
|
3563
|
-
"v2.
|
|
3564
|
-
"v2.
|
|
3565
|
-
"v2.
|
|
3802
|
+
"v2.run_threat_hunting_job_request" => "RunThreatHuntingJobRequest",
|
|
3803
|
+
"v2.run_threat_hunting_job_request_attributes" => "RunThreatHuntingJobRequestAttributes",
|
|
3804
|
+
"v2.run_threat_hunting_job_request_data" => "RunThreatHuntingJobRequestData",
|
|
3805
|
+
"v2.run_threat_hunting_job_request_data_type" => "RunThreatHuntingJobRequestDataType",
|
|
3566
3806
|
"v2.saml_assertion_attribute" => "SAMLAssertionAttribute",
|
|
3567
3807
|
"v2.saml_assertion_attribute_attributes" => "SAMLAssertionAttributeAttributes",
|
|
3568
3808
|
"v2.saml_assertion_attributes_type" => "SAMLAssertionAttributesType",
|
|
@@ -3638,6 +3878,7 @@ module DatadogAPIClient
|
|
|
3638
3878
|
"v2.schedule_request_data_attributes_layers_items_members_items" => "ScheduleRequestDataAttributesLayersItemsMembersItems",
|
|
3639
3879
|
"v2.schedule_request_data_attributes_layers_items_members_items_user" => "ScheduleRequestDataAttributesLayersItemsMembersItemsUser",
|
|
3640
3880
|
"v2.schedule_target" => "ScheduleTarget",
|
|
3881
|
+
"v2.schedule_target_position" => "ScheduleTargetPosition",
|
|
3641
3882
|
"v2.schedule_target_type" => "ScheduleTargetType",
|
|
3642
3883
|
"v2.schedule_trigger" => "ScheduleTrigger",
|
|
3643
3884
|
"v2.schedule_trigger_wrapper" => "ScheduleTriggerWrapper",
|
|
@@ -3652,6 +3893,13 @@ module DatadogAPIClient
|
|
|
3652
3893
|
"v2.schedule_user_type" => "ScheduleUserType",
|
|
3653
3894
|
"v2.scorecard_type" => "ScorecardType",
|
|
3654
3895
|
"v2.search_issues_include_query_parameter_item" => "SearchIssuesIncludeQueryParameterItem",
|
|
3896
|
+
"v2.secret_rule_array" => "SecretRuleArray",
|
|
3897
|
+
"v2.secret_rule_data" => "SecretRuleData",
|
|
3898
|
+
"v2.secret_rule_data_attributes" => "SecretRuleDataAttributes",
|
|
3899
|
+
"v2.secret_rule_data_attributes_match_validation" => "SecretRuleDataAttributesMatchValidation",
|
|
3900
|
+
"v2.secret_rule_data_attributes_match_validation_invalid_http_status_code_items" => "SecretRuleDataAttributesMatchValidationInvalidHttpStatusCodeItems",
|
|
3901
|
+
"v2.secret_rule_data_attributes_match_validation_valid_http_status_code_items" => "SecretRuleDataAttributesMatchValidationValidHttpStatusCodeItems",
|
|
3902
|
+
"v2.secret_rule_data_type" => "SecretRuleDataType",
|
|
3655
3903
|
"v2.security_filter" => "SecurityFilter",
|
|
3656
3904
|
"v2.security_filter_attributes" => "SecurityFilterAttributes",
|
|
3657
3905
|
"v2.security_filter_create_attributes" => "SecurityFilterCreateAttributes",
|
|
@@ -4024,9 +4272,7 @@ module DatadogAPIClient
|
|
|
4024
4272
|
"v2.table_result_v2_data" => "TableResultV2Data",
|
|
4025
4273
|
"v2.table_result_v2_data_attributes" => "TableResultV2DataAttributes",
|
|
4026
4274
|
"v2.table_result_v2_data_attributes_file_metadata" => "TableResultV2DataAttributesFileMetadata",
|
|
4027
|
-
"v2.table_result_v2_data_attributes_file_metadata_cloud_storage" => "TableResultV2DataAttributesFileMetadataCloudStorage",
|
|
4028
4275
|
"v2.table_result_v2_data_attributes_file_metadata_cloud_storage_error_type" => "TableResultV2DataAttributesFileMetadataCloudStorageErrorType",
|
|
4029
|
-
"v2.table_result_v2_data_attributes_file_metadata_local_file" => "TableResultV2DataAttributesFileMetadataLocalFile",
|
|
4030
4276
|
"v2.table_result_v2_data_attributes_file_metadata_one_of_access_details" => "TableResultV2DataAttributesFileMetadataOneOfAccessDetails",
|
|
4031
4277
|
"v2.table_result_v2_data_attributes_file_metadata_one_of_access_details_aws_detail" => "TableResultV2DataAttributesFileMetadataOneOfAccessDetailsAwsDetail",
|
|
4032
4278
|
"v2.table_result_v2_data_attributes_file_metadata_one_of_access_details_azure_detail" => "TableResultV2DataAttributesFileMetadataOneOfAccessDetailsAzureDetail",
|
|
@@ -4041,10 +4287,33 @@ module DatadogAPIClient
|
|
|
4041
4287
|
"v2.tag_filter" => "TagFilter",
|
|
4042
4288
|
"v2.team" => "Team",
|
|
4043
4289
|
"v2.team_attributes" => "TeamAttributes",
|
|
4290
|
+
"v2.team_connection" => "TeamConnection",
|
|
4291
|
+
"v2.team_connection_attributes" => "TeamConnectionAttributes",
|
|
4292
|
+
"v2.team_connection_create_data" => "TeamConnectionCreateData",
|
|
4293
|
+
"v2.team_connection_create_request" => "TeamConnectionCreateRequest",
|
|
4294
|
+
"v2.team_connection_delete_request" => "TeamConnectionDeleteRequest",
|
|
4295
|
+
"v2.team_connection_delete_request_data_item" => "TeamConnectionDeleteRequestDataItem",
|
|
4296
|
+
"v2.team_connection_relationships" => "TeamConnectionRelationships",
|
|
4297
|
+
"v2.team_connections_response" => "TeamConnectionsResponse",
|
|
4298
|
+
"v2.team_connection_type" => "TeamConnectionType",
|
|
4044
4299
|
"v2.team_create" => "TeamCreate",
|
|
4045
4300
|
"v2.team_create_attributes" => "TeamCreateAttributes",
|
|
4046
4301
|
"v2.team_create_relationships" => "TeamCreateRelationships",
|
|
4047
4302
|
"v2.team_create_request" => "TeamCreateRequest",
|
|
4303
|
+
"v2.team_hierarchy_link" => "TeamHierarchyLink",
|
|
4304
|
+
"v2.team_hierarchy_link_attributes" => "TeamHierarchyLinkAttributes",
|
|
4305
|
+
"v2.team_hierarchy_link_create" => "TeamHierarchyLinkCreate",
|
|
4306
|
+
"v2.team_hierarchy_link_create_relationships" => "TeamHierarchyLinkCreateRelationships",
|
|
4307
|
+
"v2.team_hierarchy_link_create_request" => "TeamHierarchyLinkCreateRequest",
|
|
4308
|
+
"v2.team_hierarchy_link_create_team" => "TeamHierarchyLinkCreateTeam",
|
|
4309
|
+
"v2.team_hierarchy_link_create_team_relationship" => "TeamHierarchyLinkCreateTeamRelationship",
|
|
4310
|
+
"v2.team_hierarchy_link_relationships" => "TeamHierarchyLinkRelationships",
|
|
4311
|
+
"v2.team_hierarchy_link_response" => "TeamHierarchyLinkResponse",
|
|
4312
|
+
"v2.team_hierarchy_links_response" => "TeamHierarchyLinksResponse",
|
|
4313
|
+
"v2.team_hierarchy_link_team" => "TeamHierarchyLinkTeam",
|
|
4314
|
+
"v2.team_hierarchy_link_team_attributes" => "TeamHierarchyLinkTeamAttributes",
|
|
4315
|
+
"v2.team_hierarchy_link_team_relationship" => "TeamHierarchyLinkTeamRelationship",
|
|
4316
|
+
"v2.team_hierarchy_link_type" => "TeamHierarchyLinkType",
|
|
4048
4317
|
"v2.team_included" => "TeamIncluded",
|
|
4049
4318
|
"v2.team_link" => "TeamLink",
|
|
4050
4319
|
"v2.team_link_attributes" => "TeamLinkAttributes",
|
|
@@ -4074,6 +4343,9 @@ module DatadogAPIClient
|
|
|
4074
4343
|
"v2.team_permission_setting_update_attributes" => "TeamPermissionSettingUpdateAttributes",
|
|
4075
4344
|
"v2.team_permission_setting_update_request" => "TeamPermissionSettingUpdateRequest",
|
|
4076
4345
|
"v2.team_permission_setting_value" => "TeamPermissionSettingValue",
|
|
4346
|
+
"v2.team_ref" => "TeamRef",
|
|
4347
|
+
"v2.team_ref_data" => "TeamRefData",
|
|
4348
|
+
"v2.team_ref_data_type" => "TeamRefDataType",
|
|
4077
4349
|
"v2.team_reference" => "TeamReference",
|
|
4078
4350
|
"v2.team_reference_attributes" => "TeamReferenceAttributes",
|
|
4079
4351
|
"v2.team_reference_type" => "TeamReferenceType",
|
|
@@ -4094,16 +4366,21 @@ module DatadogAPIClient
|
|
|
4094
4366
|
"v2.team_routing_rules_request_data_type" => "TeamRoutingRulesRequestDataType",
|
|
4095
4367
|
"v2.team_routing_rules_request_rule" => "TeamRoutingRulesRequestRule",
|
|
4096
4368
|
"v2.teams_field" => "TeamsField",
|
|
4369
|
+
"v2.teams_hierarchy_links_response_links" => "TeamsHierarchyLinksResponseLinks",
|
|
4370
|
+
"v2.teams_hierarchy_links_response_meta" => "TeamsHierarchyLinksResponseMeta",
|
|
4371
|
+
"v2.teams_hierarchy_links_response_meta_page" => "TeamsHierarchyLinksResponseMetaPage",
|
|
4097
4372
|
"v2.teams_response" => "TeamsResponse",
|
|
4098
4373
|
"v2.teams_response_links" => "TeamsResponseLinks",
|
|
4099
4374
|
"v2.teams_response_meta" => "TeamsResponseMeta",
|
|
4100
4375
|
"v2.teams_response_meta_pagination" => "TeamsResponseMetaPagination",
|
|
4101
4376
|
"v2.team_sync_attributes" => "TeamSyncAttributes",
|
|
4377
|
+
"v2.team_sync_attributes_frequency" => "TeamSyncAttributesFrequency",
|
|
4102
4378
|
"v2.team_sync_attributes_source" => "TeamSyncAttributesSource",
|
|
4103
4379
|
"v2.team_sync_attributes_type" => "TeamSyncAttributesType",
|
|
4104
4380
|
"v2.team_sync_bulk_type" => "TeamSyncBulkType",
|
|
4105
4381
|
"v2.team_sync_data" => "TeamSyncData",
|
|
4106
4382
|
"v2.team_sync_request" => "TeamSyncRequest",
|
|
4383
|
+
"v2.team_sync_response" => "TeamSyncResponse",
|
|
4107
4384
|
"v2.team_target" => "TeamTarget",
|
|
4108
4385
|
"v2.team_target_type" => "TeamTargetType",
|
|
4109
4386
|
"v2.team_type" => "TeamType",
|
|
@@ -4111,6 +4388,13 @@ module DatadogAPIClient
|
|
|
4111
4388
|
"v2.team_update_attributes" => "TeamUpdateAttributes",
|
|
4112
4389
|
"v2.team_update_relationships" => "TeamUpdateRelationships",
|
|
4113
4390
|
"v2.team_update_request" => "TeamUpdateRequest",
|
|
4391
|
+
"v2.threat_hunting_job_data_type" => "ThreatHuntingJobDataType",
|
|
4392
|
+
"v2.threat_hunting_job_list_meta" => "ThreatHuntingJobListMeta",
|
|
4393
|
+
"v2.threat_hunting_job_options" => "ThreatHuntingJobOptions",
|
|
4394
|
+
"v2.threat_hunting_job_query" => "ThreatHuntingJobQuery",
|
|
4395
|
+
"v2.threat_hunting_job_response" => "ThreatHuntingJobResponse",
|
|
4396
|
+
"v2.threat_hunting_job_response_attributes" => "ThreatHuntingJobResponseAttributes",
|
|
4397
|
+
"v2.threat_hunting_job_response_data" => "ThreatHuntingJobResponseData",
|
|
4114
4398
|
"v2.timeline_cell" => "TimelineCell",
|
|
4115
4399
|
"v2.timeline_cell_author" => "TimelineCellAuthor",
|
|
4116
4400
|
"v2.timeline_cell_author_user" => "TimelineCellAuthorUser",
|
|
@@ -4161,8 +4445,19 @@ module DatadogAPIClient
|
|
|
4161
4445
|
"v2.update_apps_datastore_request" => "UpdateAppsDatastoreRequest",
|
|
4162
4446
|
"v2.update_apps_datastore_request_data" => "UpdateAppsDatastoreRequestData",
|
|
4163
4447
|
"v2.update_apps_datastore_request_data_attributes" => "UpdateAppsDatastoreRequestDataAttributes",
|
|
4448
|
+
"v2.update_connection_request" => "UpdateConnectionRequest",
|
|
4449
|
+
"v2.update_connection_request_data" => "UpdateConnectionRequestData",
|
|
4450
|
+
"v2.update_connection_request_data_attributes" => "UpdateConnectionRequestDataAttributes",
|
|
4451
|
+
"v2.update_connection_request_data_attributes_fields_to_update_items" => "UpdateConnectionRequestDataAttributesFieldsToUpdateItems",
|
|
4452
|
+
"v2.update_connection_request_data_type" => "UpdateConnectionRequestDataType",
|
|
4164
4453
|
"v2.update_custom_framework_request" => "UpdateCustomFrameworkRequest",
|
|
4165
4454
|
"v2.update_custom_framework_response" => "UpdateCustomFrameworkResponse",
|
|
4455
|
+
"v2.update_deployment_gate_params" => "UpdateDeploymentGateParams",
|
|
4456
|
+
"v2.update_deployment_gate_params_data" => "UpdateDeploymentGateParamsData",
|
|
4457
|
+
"v2.update_deployment_gate_params_data_attributes" => "UpdateDeploymentGateParamsDataAttributes",
|
|
4458
|
+
"v2.update_deployment_rule_params" => "UpdateDeploymentRuleParams",
|
|
4459
|
+
"v2.update_deployment_rule_params_data" => "UpdateDeploymentRuleParamsData",
|
|
4460
|
+
"v2.update_deployment_rule_params_data_attributes" => "UpdateDeploymentRuleParamsDataAttributes",
|
|
4166
4461
|
"v2.update_open_api_response" => "UpdateOpenAPIResponse",
|
|
4167
4462
|
"v2.update_open_api_response_attributes" => "UpdateOpenAPIResponseAttributes",
|
|
4168
4463
|
"v2.update_open_api_response_data" => "UpdateOpenAPIResponseData",
|
|
@@ -4371,6 +4666,7 @@ module DatadogAPIClient
|
|
|
4371
4666
|
"v2.dashboard_lists_api" => "DashboardListsAPI",
|
|
4372
4667
|
"v2.data_deletion_api" => "DataDeletionAPI",
|
|
4373
4668
|
"v2.datasets_api" => "DatasetsAPI",
|
|
4669
|
+
"v2.deployment_gates_api" => "DeploymentGatesAPI",
|
|
4374
4670
|
"v2.domain_allowlist_api" => "DomainAllowlistAPI",
|
|
4375
4671
|
"v2.dora_metrics_api" => "DORAMetricsAPI",
|
|
4376
4672
|
"v2.downtimes_api" => "DowntimesAPI",
|
|
@@ -4388,6 +4684,7 @@ module DatadogAPIClient
|
|
|
4388
4684
|
"v2.logs_archives_api" => "LogsArchivesAPI",
|
|
4389
4685
|
"v2.logs_custom_destinations_api" => "LogsCustomDestinationsAPI",
|
|
4390
4686
|
"v2.logs_metrics_api" => "LogsMetricsAPI",
|
|
4687
|
+
"v2.logs_restriction_queries_api" => "LogsRestrictionQueriesAPI",
|
|
4391
4688
|
"v2.metrics_api" => "MetricsAPI",
|
|
4392
4689
|
"v2.microsoft_teams_integration_api" => "MicrosoftTeamsIntegrationAPI",
|
|
4393
4690
|
"v2.monitors_api" => "MonitorsAPI",
|
|
@@ -4405,6 +4702,7 @@ module DatadogAPIClient
|
|
|
4405
4702
|
"v2.restriction_policies_api" => "RestrictionPoliciesAPI",
|
|
4406
4703
|
"v2.roles_api" => "RolesAPI",
|
|
4407
4704
|
"v2.rum_api" => "RUMAPI",
|
|
4705
|
+
"v2.rum_audience_management_api" => "RumAudienceManagementAPI",
|
|
4408
4706
|
"v2.rum_metrics_api" => "RumMetricsAPI",
|
|
4409
4707
|
"v2.rum_retention_filters_api" => "RumRetentionFiltersAPI",
|
|
4410
4708
|
"v2.security_monitoring_api" => "SecurityMonitoringAPI",
|