datadog_api_client 2.43.0 → 2.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +827 -65
- data/.generator/schemas/v2/openapi.yaml +9399 -1246
- data/.generator/src/generator/formatter.py +15 -1
- data/.generator/src/generator/templates/api.j2 +2 -2
- data/.generator/src/generator/templates/model.j2 +1 -1
- data/.generator/src/generator/templates/model_generic.j2 +1 -1
- data/.generator/tests/test_formatter.rb +69 -0
- data/CHANGELOG.md +52 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline.rb +2 -2
- data/examples/v1/logs-pipelines/CreateLogsPipeline_1745625064.rb +248 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_2256674867.rb +248 -0
- data/examples/v1/logs-pipelines/CreateLogsPipeline_501419705.rb +236 -0
- data/examples/v1/logs-pipelines/UpdateLogsPipeline.rb +2 -2
- data/examples/v1/notebooks/CreateNotebook.rb +1 -1
- data/examples/v1/notebooks/UpdateNotebook.rb +1 -1
- data/examples/v1/synthetics/CreateSyntheticsAPITest.rb +1 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +1 -0
- data/examples/v2/actions-datastores/BulkDeleteDatastoreItems.rb +19 -0
- data/examples/v2/agentless-scanning/CreateAwsOnDemandTask.rb +1 -1
- data/examples/v2/agentless-scanning/CreateAwsScanOptions.rb +1 -1
- data/examples/v2/agentless-scanning/CreateAzureScanOptions.rb +16 -0
- data/examples/v2/agentless-scanning/CreateGcpScanOptions.rb +16 -0
- data/examples/v2/agentless-scanning/DeleteAwsScanOptions.rb +1 -1
- data/examples/v2/agentless-scanning/DeleteAzureScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/DeleteGcpScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/GetAwsOnDemandTask.rb +1 -1
- data/examples/v2/agentless-scanning/GetAzureScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/GetGcpScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/ListAwsOnDemandTasks.rb +1 -1
- data/examples/v2/agentless-scanning/ListAwsScanOptions.rb +1 -1
- data/examples/v2/agentless-scanning/ListAzureScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/ListGcpScanOptions.rb +5 -0
- data/examples/v2/agentless-scanning/UpdateAwsScanOptions.rb +1 -1
- data/examples/v2/agentless-scanning/UpdateAzureScanOptions.rb +12 -0
- data/examples/v2/agentless-scanning/UpdateGcpScanOptions.rb +15 -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/case-management/CommentCase.rb +17 -0
- data/examples/v2/case-management/CreateCase.rb +1 -1
- data/examples/v2/case-management/DeleteCaseComment.rb +11 -0
- data/examples/v2/case-management/DeleteCaseCustomAttribute.rb +11 -0
- data/examples/v2/case-management/UpdateCaseCustomAttribute.rb +25 -0
- data/examples/v2/case-management/UpdateCaseDescription.rb +17 -0
- data/examples/v2/case-management/UpdateCaseTitle.rb +17 -0
- data/examples/v2/case-management-attribute/CreateCustomAttributeConfig.rb +20 -0
- data/examples/v2/case-management-attribute/DeleteCustomAttributeConfig.rb +11 -0
- data/examples/v2/case-management-attribute/GetAllCustomAttributeConfigsByCaseType.rb +8 -0
- data/examples/v2/case-management-attribute/GetAllCustomAttributes.rb +5 -0
- data/examples/v2/case-management-type/CreateCaseType.rb +16 -0
- data/examples/v2/case-management-type/DeleteCaseType.rb +5 -0
- data/examples/v2/case-management-type/DeleteCaseType_2790986149.rb +8 -0
- data/examples/v2/case-management-type/GetAllCaseTypes.rb +5 -0
- data/examples/v2/cloud-cost-management/{UpdateArbitraryCostRule.rb → CreateCustomAllocationRule.rb} +2 -4
- data/examples/v2/cloud-cost-management/{CreateRuleset.rb → CreateTagPipelinesRuleset.rb} +2 -2
- data/examples/v2/cloud-cost-management/DeleteCustomAllocationRule.rb +5 -0
- data/examples/v2/cloud-cost-management/DeleteTagPipelinesRuleset.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCustomAllocationRule.rb +5 -0
- data/examples/v2/cloud-cost-management/GetTagPipelinesRuleset.rb +5 -0
- data/examples/v2/cloud-cost-management/ListCustomAllocationRules.rb +5 -0
- data/examples/v2/cloud-cost-management/ListTagPipelinesRulesets.rb +5 -0
- data/examples/v2/cloud-cost-management/{ReorderArbitraryCostRules.rb → ReorderCustomAllocationRules.rb} +2 -2
- data/examples/v2/cloud-cost-management/ReorderTagPipelinesRulesets.rb +22 -0
- data/examples/v2/cloud-cost-management/{CreateArbitraryCostRule.rb → UpdateCustomAllocationRule.rb} +2 -2
- data/examples/v2/cloud-cost-management/{UpdateRuleset.rb → UpdateTagPipelinesRuleset.rb} +4 -3
- data/examples/v2/csm-threats/CreateCSMThreatsAgentPolicy.rb +1 -1
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule.rb +1 -0
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule_1295653933.rb +1 -0
- data/examples/v2/csm-threats/CreateCSMThreatsAgentRule_1363354233.rb +33 -0
- data/examples/v2/dora-metrics/CreateDORADeployment.rb +1 -1
- data/examples/v2/dora-metrics/CreateDORAFailure.rb +1 -1
- data/examples/v2/dora-metrics/CreateDORAIncident.rb +1 -1
- data/examples/v2/dora-metrics/{CreateDORAIncident_1768887482.rb → CreateDORAIncident_1101664022.rb} +1 -1
- data/examples/v2/error-tracking/DeleteIssueAssignee.rb +8 -0
- data/examples/v2/fleet-automation/CancelFleetDeployment.rb +8 -0
- data/examples/v2/fleet-automation/CreateFleetDeploymentConfigure.rb +26 -0
- data/examples/v2/fleet-automation/CreateFleetDeploymentUpgrade.rb +23 -0
- data/examples/v2/fleet-automation/CreateFleetSchedule.rb +30 -0
- data/examples/v2/fleet-automation/DeleteFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/GetFleetDeployment.rb +8 -0
- 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/ListFleetDeployments.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/monitors/CreateMonitorNotificationRule_1181818787.rb +30 -0
- data/examples/v2/monitors/UpdateMonitorNotificationRule_1400905713.rb +35 -0
- data/examples/v2/reference-tables/CreateReferenceTable.rb +44 -0
- data/examples/v2/reference-tables/CreateReferenceTableUpload.rb +21 -0
- data/examples/v2/reference-tables/CreateReferenceTable_3196130987.rb +41 -0
- data/examples/v2/reference-tables/DeleteTable.rb +5 -0
- data/examples/v2/reference-tables/GetRowsByID.rb +5 -0
- data/examples/v2/reference-tables/GetTable.rb +5 -0
- data/examples/v2/reference-tables/ListTables.rb +5 -0
- data/examples/v2/reference-tables/UpdateReferenceTable.rb +43 -0
- data/examples/v2/roles/ListRoleTemplates.rb +8 -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/CancelThreatHuntingJob.rb +8 -0
- data/examples/v2/security-monitoring/CancelThreatHuntingJob_1945505845.rb +12 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_868881438.rb +3 -1
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +4 -0
- data/examples/v2/security-monitoring/{DeleteHistoricalJob.rb → DeleteThreatHuntingJob.rb} +2 -2
- data/examples/v2/security-monitoring/GetSecretsRules.rb +8 -0
- data/examples/v2/security-monitoring/GetThreatHuntingJob.rb +12 -0
- data/examples/v2/security-monitoring/ListMultipleRulesets.rb +17 -0
- data/examples/v2/security-monitoring/ListScannedAssetsMetadata.rb +8 -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/static-analysis/CreateSCAResolveVulnerableSymbols.rb +17 -0
- data/examples/v2/static-analysis/CreateSCAResult.rb +61 -0
- data/examples/v2/team-connections/CreateTeamConnections.rb +37 -0
- data/examples/v2/team-connections/DeleteTeamConnections.rb +17 -0
- data/examples/v2/team-connections/ListTeamConnections.rb +8 -0
- data/examples/v2/team-connections/ListTeamConnections_1473516764.rb +14 -0
- data/examples/v2/team-connections/ListTeamConnections_2418873869.rb +8 -0
- data/examples/v2/test-optimization/SearchFlakyTests.rb +27 -0
- data/examples/v2/test-optimization/SearchFlakyTests_1224086727.rb +27 -0
- data/examples/v2/test-optimization/SearchFlakyTests_2665223746.rb +26 -0
- data/lib/datadog_api_client/configuration.rb +37 -5
- data/lib/datadog_api_client/inflector.rb +380 -12
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +18 -9
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/hosts_api.rb +1 -0
- data/lib/datadog_api_client/v1/api/key_management_api.rb +5 -0
- data/lib/datadog_api_client/v1/api/metrics_api.rb +5 -0
- data/lib/datadog_api_client/v1/models/aws_account.rb +5 -3
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
- data/lib/datadog_api_client/v1/models/logs_schema_category_mapper.rb +211 -0
- data/lib/datadog_api_client/v1/models/logs_schema_category_mapper_category.rb +165 -0
- data/lib/datadog_api_client/v1/models/logs_schema_category_mapper_fallback.rb +115 -0
- data/lib/datadog_api_client/v1/models/logs_schema_category_mapper_targets.rb +115 -0
- data/lib/datadog_api_client/v1/models/logs_schema_category_mapper_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_schema_data.rb +198 -0
- data/lib/datadog_api_client/v1/models/logs_schema_mapper.rb +63 -0
- data/lib/datadog_api_client/v1/models/logs_schema_processor.rb +198 -0
- data/lib/datadog_api_client/v1/models/logs_schema_processor_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_schema_remapper.rb +220 -0
- data/lib/datadog_api_client/v1/models/logs_schema_remapper_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor.rb +0 -1
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +0 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +13 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +304 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +304 -4
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +301 -1
- data/lib/datadog_api_client/v1/models/widget_marker.rb +0 -1
- data/lib/datadog_api_client/v2/api/actions_datastores_api.rb +72 -0
- data/lib/datadog_api_client/v2/api/agentless_scanning_api.rb +680 -22
- data/lib/datadog_api_client/v2/api/api_management_api.rb +0 -2
- data/lib/datadog_api_client/v2/api/aws_integration_api.rb +194 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +433 -0
- data/lib/datadog_api_client/v2/api/case_management_attribute_api.rb +293 -0
- data/lib/datadog_api_client/v2/api/case_management_type_api.rb +218 -0
- data/lib/datadog_api_client/v2/api/ci_visibility_pipelines_api.rb +1 -0
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +336 -336
- data/lib/datadog_api_client/v2/api/container_images_api.rb +1 -0
- data/lib/datadog_api_client/v2/api/dora_metrics_api.rb +9 -9
- data/lib/datadog_api_client/v2/api/error_tracking_api.rb +67 -2
- data/lib/datadog_api_client/v2/api/events_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +993 -0
- data/lib/datadog_api_client/v2/api/incidents_api.rb +11 -8
- data/lib/datadog_api_client/v2/api/key_management_api.rb +4 -2
- data/lib/datadog_api_client/v2/api/observability_pipelines_api.rb +0 -1
- data/lib/datadog_api_client/v2/api/on_call_paging_api.rb +0 -4
- data/lib/datadog_api_client/v2/api/reference_tables_api.rb +523 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
- data/lib/datadog_api_client/v2/api/roles_api.rb +66 -0
- 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 +491 -213
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +57 -0
- data/lib/datadog_api_client/v2/api/static_analysis_api.rb +166 -0
- data/lib/datadog_api_client/v2/api/team_connections_api.rb +272 -0
- data/lib/datadog_api_client/v2/api/test_optimization_api.rb +116 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/arbitrary_rule_response_array.rb +13 -3
- data/lib/datadog_api_client/v2/models/arbitrary_rule_response_array_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/arbitrary_rule_response_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_partition.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_data.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_data.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_event_bridge_account_configuration.rb +130 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb +178 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response_attributes.rb +136 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_attributes.rb +166 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_source.rb +116 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb +7 -4
- data/lib/datadog_api_client/v2/models/aws_log_source_tag_filter.rb +7 -3
- data/lib/datadog_api_client/v2/models/aws_logs_config.rb +3 -2
- data/lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb +8 -4
- data/lib/datadog_api_client/v2/models/aws_namespace_tag_filter.rb +6 -4
- data/lib/datadog_api_client/v2/models/aws_resources_config.rb +5 -2
- data/lib/datadog_api_client/v2/models/azure_scan_options.rb +105 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_input_update.rb +105 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_input_update_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_input_update_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/azure_scan_options_input_update_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/bulk_delete_apps_datastore_items_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/bulk_delete_apps_datastore_items_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/bulk_delete_apps_datastore_items_request_data_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/bulk_delete_apps_datastore_items_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_properties.rb +0 -1
- data/lib/datadog_api_client/v2/models/case_attributes.rb +23 -3
- data/lib/datadog_api_client/v2/models/case_comment.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_comment_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_comment_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_create_attributes.rb +14 -14
- data/lib/datadog_api_client/v2/models/case_type.rb +2 -0
- data/lib/datadog_api_client/v2/models/case_type_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_type_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_type_resource.rb +125 -0
- data/lib/datadog_api_client/v2/models/case_type_resource_attributes.rb +161 -0
- data/lib/datadog_api_client/v2/models/case_type_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{historical_job_response.rb → case_type_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/case_types_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/case_update_custom_attribute.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_update_custom_attribute_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_description.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_update_description_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_description_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_title.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_update_title_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_title_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/cloud_asset_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/cloud_configuration_compliance_rule_options.rb +0 -2
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_create_payload.rb +0 -1
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_options.rb +0 -1
- data/lib/datadog_api_client/v2/models/cloud_configuration_rule_payload.rb +0 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_policy_attributes.rb +25 -3
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_policy_version.rb +123 -0
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_action_set.rb +35 -5
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_create_attributes.rb +30 -10
- data/lib/datadog_api_client/v2/models/cloud_workload_security_agent_rule_update_attributes.rb +23 -3
- 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/{run_historical_job_request.rb → create_connection_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/create_connection_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb +197 -0
- data/lib/datadog_api_client/v2/models/create_table_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data.rb +108 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes.rb +197 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata.rb +63 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_cloud_storage.rb +119 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_local_file.rb +98 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +165 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +207 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +186 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema.rb +148 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema_fields_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_table_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/create_upload_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_upload_request_data.rb +108 -0
- data/lib/datadog_api_client/v2/models/create_upload_request_data_attributes.rb +192 -0
- data/lib/datadog_api_client/v2/models/create_upload_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/create_upload_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_upload_response_data.rb +118 -0
- data/lib/datadog_api_client/v2/models/create_upload_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/create_upload_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config.rb +125 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb +196 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb +217 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_configs_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_value.rb +165 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_values_union.rb +65 -0
- data/lib/datadog_api_client/v2/models/delete_apps_datastore_item_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/dora_deployment_request_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/entity_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships.rb +145 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/facet_info_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes_term_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/facet_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result.rb +117 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result_range.rb +115 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result_values_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/flaky_test.rb +125 -0
- data/lib/datadog_api_client/v2/models/flaky_test_attributes.rb +301 -0
- data/lib/datadog_api_client/v2/models/flaky_test_attributes_flaky_state.rb +29 -0
- data/lib/datadog_api_client/v2/models/flaky_test_pipeline_stats.rb +124 -0
- data/lib/datadog_api_client/v2/models/flaky_test_run_metadata.rb +168 -0
- data/lib/datadog_api_client/v2/models/flaky_test_stats.rb +113 -0
- data/lib/datadog_api_client/v2/models/flaky_test_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_pagination.rb +113 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_filter.rb +115 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_page_options.rb +137 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_request_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_request_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/flaky_tests_search_sort.rb +37 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version.rb +154 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_versions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_file_op.rb +30 -0
- 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 +161 -0
- 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_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_response.rb +115 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_deployments_page.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_deployments_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/fleet_deployments_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_attributes.rb +214 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_recurrence_rule.rb +191 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/fleet_schedules_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/gcp_metric_namespace_config.rb +13 -1
- data/lib/datadog_api_client/v2/models/gcp_scan_options.rb +105 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update.rb +105 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/gcp_scan_options_input_update_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb +157 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb +367 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_arguments_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb +147 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/job_create_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_create_response_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_definition.rb +3 -3
- data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +1 -1
- data/lib/datadog_api_client/v2/models/list_connections_response.rb +105 -0
- 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/metric_tag_cardinalities_meta.rb +0 -1
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb +15 -9
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_condition.rb +162 -0
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_conditional_recipients.rb +160 -0
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/notification_rule_response.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_data_firehose_source.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_open_search_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_source.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_security_lake_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_chronicle_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_source.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_parse_grok_processor_rule.rb +0 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_quota_processor.rb +0 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_destination.rb +0 -1
- data/lib/datadog_api_client/v2/models/patch_table_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data.rb +108 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata.rb +63 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_cloud_storage.rb +90 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_local_file.rb +98 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details.rb +125 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +125 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +145 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +135 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema.rb +148 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema_fields_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/patch_table_request_data_type.rb +26 -0
- 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/reference_table_create_source_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/reference_table_schema_field_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/reference_table_sort_type.rb +31 -0
- data/lib/datadog_api_client/v2/models/reference_table_source_type.rb +33 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_request_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results.rb +117 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols.rb +117 -0
- data/lib/datadog_api_client/v2/models/resolve_vulnerable_symbols_response_results_vulnerable_symbols_symbols.rb +125 -0
- data/lib/datadog_api_client/v2/models/role_template_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/role_template_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/role_template_data_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/role_template_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ruleset_resp_data_attributes.rb +11 -1
- 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/sbom_format.rb +27 -0
- data/lib/datadog_api_client/v2/models/sca_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/sca_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes.rb +193 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_commit.rb +165 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items.rb +211 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items.rb +135 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_file_position.rb +125 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_locations_items_position.rb +144 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_dependencies_items_reachable_symbol_properties_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_files_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_relations_items.rb +117 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_repository.rb +105 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_vulnerabilities_items.rb +127 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_attributes_vulnerabilities_items_affects_items.rb +105 -0
- data/lib/datadog_api_client/v2/models/sca_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/scanned_asset_metadata.rb +144 -0
- data/lib/datadog_api_client/v2/models/scanned_asset_metadata_asset.rb +144 -0
- data/lib/datadog_api_client/v2/models/scanned_asset_metadata_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/scanned_asset_metadata_last_success.rb +145 -0
- data/lib/datadog_api_client/v2/models/scanned_assets_metadata.rb +145 -0
- 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_rule_options.rb +0 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +2 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_standard_rule_query.rb +13 -1
- 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 +105 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data.rb +118 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata.rb +63 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage.rb +138 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_cloud_storage_error_type.rb +34 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_local_file.rb +90 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details.rb +125 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +125 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +145 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +135 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema.rb +148 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema_fields_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/table_result_v2_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/table_row_resource_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/table_row_resource_data.rb +118 -0
- data/lib/datadog_api_client/v2/models/table_row_resource_data_attributes.rb +80 -0
- data/lib/datadog_api_client/v2/models/table_row_resource_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_connection.rb +164 -0
- data/lib/datadog_api_client/v2/models/team_connection_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_connection_create_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/team_connection_create_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/team_connection_delete_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/team_connection_delete_request_data_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_connection_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_connection_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_connections_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/team_ref.rb +105 -0
- data/lib/datadog_api_client/v2/models/team_ref_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_ref_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{historical_job_data_type.rb → threat_hunting_job_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/{historical_job_list_meta.rb → threat_hunting_job_list_meta.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_options.rb → threat_hunting_job_options.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_query.rb → threat_hunting_job_query.rb} +3 -3
- data/lib/datadog_api_client/v2/models/threat_hunting_job_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/{historical_job_response_attributes.rb → threat_hunting_job_response_attributes.rb} +4 -4
- data/lib/datadog_api_client/v2/models/{historical_job_response_data.rb → threat_hunting_job_response_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/timeline_cell.rb +155 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_author.rb +62 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_author_user.rb +115 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_author_user_content.rb +135 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_author_user_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_content.rb +62 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_content_comment.rb +105 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_resource.rb +165 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/timeline_cell_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/timeline_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/update_connection_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_attributes.rb +131 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/user_attributes.rb +12 -1
- data/lib/datadog_api_client/v2/models/vulnerability_advisory.rb +143 -0
- data/lib/datadog_api_client/v2/models/vulnerability_attributes.rb +11 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +483 -31
- data/examples/v2/cloud-cost-management/DeleteArbitraryCostRule.rb +0 -5
- data/examples/v2/cloud-cost-management/DeleteRuleset.rb +0 -5
- data/examples/v2/cloud-cost-management/GetArbitraryCostRule.rb +0 -5
- data/examples/v2/cloud-cost-management/GetRuleset.rb +0 -5
- data/examples/v2/cloud-cost-management/ListArbitraryCostRules.rb +0 -5
- data/examples/v2/cloud-cost-management/ListRulesets.rb +0 -5
- data/examples/v2/cloud-cost-management/ReorderRulesets.rb +0 -13
- 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
|
@@ -64,12 +64,20 @@ components:
|
|
|
64
64
|
additionalProperties:
|
|
65
65
|
description: A list of additional properties.
|
|
66
66
|
type: boolean
|
|
67
|
-
description: 'An object
|
|
67
|
+
description: 'An object (in the form `{"namespace1":true/false, "namespace2":true/false}`)
|
|
68
|
+
containing user-supplied overrides
|
|
68
69
|
|
|
69
|
-
|
|
70
|
-
|
|
70
|
+
for AWS namespace metric collection. **Important**: This field only contains
|
|
71
|
+
namespaces explicitly configured through API calls,
|
|
71
72
|
|
|
72
|
-
|
|
73
|
+
not the comprehensive enabled or disabled status of all namespaces. If
|
|
74
|
+
a namespace is absent from this field, it uses Datadog''s
|
|
75
|
+
|
|
76
|
+
internal defaults (all namespaces enabled by default, except `AWS/SQS`,
|
|
77
|
+
`AWS/ElasticMapReduce`, and `AWS/Usage`).
|
|
78
|
+
|
|
79
|
+
For a complete view of all namespace statuses, use the V2 AWS Integration
|
|
80
|
+
API instead.'
|
|
73
81
|
example:
|
|
74
82
|
auto_scaling: false
|
|
75
83
|
opswork: false
|
|
@@ -2876,6 +2884,7 @@ components:
|
|
|
2876
2884
|
- ci_pipelines
|
|
2877
2885
|
- incident_analytics
|
|
2878
2886
|
- product_analytics
|
|
2887
|
+
- on_call_events
|
|
2879
2888
|
example: logs
|
|
2880
2889
|
type: string
|
|
2881
2890
|
x-enum-varnames:
|
|
@@ -2891,6 +2900,7 @@ components:
|
|
|
2891
2900
|
- CI_PIPELINES
|
|
2892
2901
|
- INCIDENT_ANALYTICS
|
|
2893
2902
|
- PRODUCT_ANALYTICS
|
|
2903
|
+
- ON_CALL_EVENTS
|
|
2894
2904
|
FormulaAndFunctionMetricAggregation:
|
|
2895
2905
|
description: The aggregation methods available for metrics queries.
|
|
2896
2906
|
enum:
|
|
@@ -3202,10 +3212,8 @@ components:
|
|
|
3202
3212
|
- value
|
|
3203
3213
|
type: object
|
|
3204
3214
|
FunnelWidgetDefinition:
|
|
3205
|
-
description:
|
|
3215
|
+
description: The funnel visualization displays a funnel of user sessions that
|
|
3206
3216
|
maps a sequence of view navigation and user interaction in your application.
|
|
3207
|
-
|
|
3208
|
-
'
|
|
3209
3217
|
properties:
|
|
3210
3218
|
requests:
|
|
3211
3219
|
description: Request payload used to query items.
|
|
@@ -4895,9 +4903,7 @@ components:
|
|
|
4895
4903
|
description: 'The list stream visualization displays a table of recent events
|
|
4896
4904
|
in your application that
|
|
4897
4905
|
|
|
4898
|
-
match a search criteria using user-defined columns.
|
|
4899
|
-
|
|
4900
|
-
'
|
|
4906
|
+
match a search criteria using user-defined columns.'
|
|
4901
4907
|
properties:
|
|
4902
4908
|
legend_size:
|
|
4903
4909
|
$ref: '#/components/schemas/WidgetLegendSize'
|
|
@@ -5805,9 +5811,7 @@ components:
|
|
|
5805
5811
|
line.
|
|
5806
5812
|
example: 'rule_name_1 foo
|
|
5807
5813
|
|
|
5808
|
-
rule_name_2 bar
|
|
5809
|
-
|
|
5810
|
-
'
|
|
5814
|
+
rule_name_2 bar'
|
|
5811
5815
|
type: string
|
|
5812
5816
|
support_rules:
|
|
5813
5817
|
default: ''
|
|
@@ -5815,9 +5819,7 @@ components:
|
|
|
5815
5819
|
line.
|
|
5816
5820
|
example: 'rule_name_1 foo
|
|
5817
5821
|
|
|
5818
|
-
rule_name_2 bar
|
|
5819
|
-
|
|
5820
|
-
'
|
|
5822
|
+
rule_name_2 bar'
|
|
5821
5823
|
type: string
|
|
5822
5824
|
required:
|
|
5823
5825
|
- match_rules
|
|
@@ -6339,6 +6341,7 @@ components:
|
|
|
6339
6341
|
- $ref: '#/components/schemas/LogsSpanRemapper'
|
|
6340
6342
|
- $ref: '#/components/schemas/LogsArrayProcessor'
|
|
6341
6343
|
- $ref: '#/components/schemas/LogsDecoderProcessor'
|
|
6344
|
+
- $ref: '#/components/schemas/LogsSchemaProcessor'
|
|
6342
6345
|
LogsQueryCompute:
|
|
6343
6346
|
description: Define computation for a log query.
|
|
6344
6347
|
properties:
|
|
@@ -6400,6 +6403,243 @@ components:
|
|
|
6400
6403
|
periods.
|
|
6401
6404
|
type: string
|
|
6402
6405
|
type: object
|
|
6406
|
+
LogsSchemaCategoryMapper:
|
|
6407
|
+
description: "Use the Schema Category Mapper to categorize log event into enum
|
|
6408
|
+
fields.\nIn the case of OCSF, they can be used to map sibling fields which
|
|
6409
|
+
are composed of an ID and a name.\n\n**Notes**:\n\n- The syntax of the query
|
|
6410
|
+
is the one of Logs Explorer search bar.\n The query can be done on any log
|
|
6411
|
+
attribute or tag, whether it is a facet or not.\n Wildcards can also be used
|
|
6412
|
+
inside your query.\n- Categories are executed in order and processing stops
|
|
6413
|
+
at the first match.\n Make sure categories are properly ordered in case a
|
|
6414
|
+
log could match multiple queries.\n- Sibling fields always have a numerical
|
|
6415
|
+
ID field and a human-readable string name.\n- A fallback section handles cases
|
|
6416
|
+
where the name or ID value matches a specific value.\n If the name matches
|
|
6417
|
+
\"Other\" or the ID matches 99, the value of the sibling name field will be
|
|
6418
|
+
pulled from a source field from the original log."
|
|
6419
|
+
properties:
|
|
6420
|
+
categories:
|
|
6421
|
+
description: 'Array of filters to match or not a log and their
|
|
6422
|
+
|
|
6423
|
+
corresponding `name` to assign a custom value to the log.'
|
|
6424
|
+
example:
|
|
6425
|
+
- filter:
|
|
6426
|
+
query: '@eventName:(ConsoleLogin OR ExternalIdPDirectoryLogin OR UserAuthentication
|
|
6427
|
+
OR Authenticate)'
|
|
6428
|
+
id: 1
|
|
6429
|
+
name: Logon
|
|
6430
|
+
- filter:
|
|
6431
|
+
query: '@eventName:*'
|
|
6432
|
+
id: 99
|
|
6433
|
+
name: Other
|
|
6434
|
+
items:
|
|
6435
|
+
$ref: '#/components/schemas/LogsSchemaCategoryMapperCategory'
|
|
6436
|
+
type: array
|
|
6437
|
+
fallback:
|
|
6438
|
+
$ref: '#/components/schemas/LogsSchemaCategoryMapperFallback'
|
|
6439
|
+
name:
|
|
6440
|
+
description: Name of the logs schema category mapper.
|
|
6441
|
+
example: activity_id and activity_name
|
|
6442
|
+
type: string
|
|
6443
|
+
targets:
|
|
6444
|
+
$ref: '#/components/schemas/LogsSchemaCategoryMapperTargets'
|
|
6445
|
+
type:
|
|
6446
|
+
$ref: '#/components/schemas/LogsSchemaCategoryMapperType'
|
|
6447
|
+
required:
|
|
6448
|
+
- categories
|
|
6449
|
+
- targets
|
|
6450
|
+
- type
|
|
6451
|
+
- name
|
|
6452
|
+
type: object
|
|
6453
|
+
LogsSchemaCategoryMapperCategory:
|
|
6454
|
+
description: Object describing the logs filter with corresponding category ID
|
|
6455
|
+
and name assignment.
|
|
6456
|
+
properties:
|
|
6457
|
+
filter:
|
|
6458
|
+
$ref: '#/components/schemas/LogsFilter'
|
|
6459
|
+
id:
|
|
6460
|
+
description: ID to inject into the category.
|
|
6461
|
+
example: 1
|
|
6462
|
+
format: int64
|
|
6463
|
+
type: integer
|
|
6464
|
+
name:
|
|
6465
|
+
description: Value to assign to target schema field.
|
|
6466
|
+
example: Password Change
|
|
6467
|
+
type: string
|
|
6468
|
+
required:
|
|
6469
|
+
- filter
|
|
6470
|
+
- id
|
|
6471
|
+
- name
|
|
6472
|
+
type: object
|
|
6473
|
+
LogsSchemaCategoryMapperFallback:
|
|
6474
|
+
description: Used to override hardcoded category values with a value pulled
|
|
6475
|
+
from a source attribute on the log.
|
|
6476
|
+
properties:
|
|
6477
|
+
sources:
|
|
6478
|
+
additionalProperties:
|
|
6479
|
+
items:
|
|
6480
|
+
type: string
|
|
6481
|
+
type: array
|
|
6482
|
+
description: Fallback sources used to populate value of field.
|
|
6483
|
+
example: {}
|
|
6484
|
+
type: object
|
|
6485
|
+
values:
|
|
6486
|
+
additionalProperties:
|
|
6487
|
+
type: string
|
|
6488
|
+
description: Values that define when the fallback is used.
|
|
6489
|
+
example: {}
|
|
6490
|
+
type: object
|
|
6491
|
+
type: object
|
|
6492
|
+
LogsSchemaCategoryMapperTargets:
|
|
6493
|
+
description: Name of the target attributes which value is defined by the matching
|
|
6494
|
+
category.
|
|
6495
|
+
properties:
|
|
6496
|
+
id:
|
|
6497
|
+
description: ID of the field to map log attributes to.
|
|
6498
|
+
example: ocsf.activity_id
|
|
6499
|
+
type: string
|
|
6500
|
+
name:
|
|
6501
|
+
description: Name of the field to map log attributes to.
|
|
6502
|
+
example: ocsf.activity_name
|
|
6503
|
+
type: string
|
|
6504
|
+
type: object
|
|
6505
|
+
LogsSchemaCategoryMapperType:
|
|
6506
|
+
description: Type of logs schema category mapper.
|
|
6507
|
+
enum:
|
|
6508
|
+
- schema-category-mapper
|
|
6509
|
+
example: schema-category-mapper
|
|
6510
|
+
type: string
|
|
6511
|
+
x-enum-varnames:
|
|
6512
|
+
- SCHEMA_CATEGORY_MAPPER
|
|
6513
|
+
LogsSchemaData:
|
|
6514
|
+
description: Configuration of the schema data to use.
|
|
6515
|
+
properties:
|
|
6516
|
+
class_name:
|
|
6517
|
+
description: Class name of the schema to use.
|
|
6518
|
+
example: Account Change
|
|
6519
|
+
type: string
|
|
6520
|
+
class_uid:
|
|
6521
|
+
description: Class UID of the schema to use.
|
|
6522
|
+
example: 3001
|
|
6523
|
+
format: int64
|
|
6524
|
+
type: integer
|
|
6525
|
+
profiles:
|
|
6526
|
+
description: Optional list of profiles to modify the schema.
|
|
6527
|
+
example:
|
|
6528
|
+
- security_control
|
|
6529
|
+
- host
|
|
6530
|
+
items:
|
|
6531
|
+
type: string
|
|
6532
|
+
type: array
|
|
6533
|
+
schema_type:
|
|
6534
|
+
description: Type of schema to use.
|
|
6535
|
+
example: ocsf
|
|
6536
|
+
type: string
|
|
6537
|
+
version:
|
|
6538
|
+
description: Version of the schema to use.
|
|
6539
|
+
example: 1.5.0
|
|
6540
|
+
type: string
|
|
6541
|
+
required:
|
|
6542
|
+
- schema_type
|
|
6543
|
+
- version
|
|
6544
|
+
- class_uid
|
|
6545
|
+
- class_name
|
|
6546
|
+
type: object
|
|
6547
|
+
LogsSchemaMapper:
|
|
6548
|
+
description: Configuration of the schema processor mapper to use.
|
|
6549
|
+
oneOf:
|
|
6550
|
+
- $ref: '#/components/schemas/LogsSchemaRemapper'
|
|
6551
|
+
- $ref: '#/components/schemas/LogsSchemaCategoryMapper'
|
|
6552
|
+
LogsSchemaProcessor:
|
|
6553
|
+
description: A processor that has additional validations and checks for a given
|
|
6554
|
+
schema. Currently supported schema types include OCSF.
|
|
6555
|
+
properties:
|
|
6556
|
+
is_enabled:
|
|
6557
|
+
default: false
|
|
6558
|
+
description: Whether or not the processor is enabled.
|
|
6559
|
+
type: boolean
|
|
6560
|
+
mappers:
|
|
6561
|
+
description: The `LogsSchemaProcessor` `mappers`.
|
|
6562
|
+
example:
|
|
6563
|
+
- name: Map userIdentity to ocsf.user.uid
|
|
6564
|
+
sources:
|
|
6565
|
+
- userIdentity.principalId
|
|
6566
|
+
target: ocsf.user.uid
|
|
6567
|
+
type: schema-remapper
|
|
6568
|
+
items:
|
|
6569
|
+
$ref: '#/components/schemas/LogsSchemaMapper'
|
|
6570
|
+
type: array
|
|
6571
|
+
name:
|
|
6572
|
+
description: Name of the processor.
|
|
6573
|
+
example: Map additionalEventData.LoginTo to ocsf.dst_endpoint.svc_name
|
|
6574
|
+
type: string
|
|
6575
|
+
schema:
|
|
6576
|
+
$ref: '#/components/schemas/LogsSchemaData'
|
|
6577
|
+
type:
|
|
6578
|
+
$ref: '#/components/schemas/LogsSchemaProcessorType'
|
|
6579
|
+
required:
|
|
6580
|
+
- name
|
|
6581
|
+
- mappers
|
|
6582
|
+
- type
|
|
6583
|
+
- schema
|
|
6584
|
+
type: object
|
|
6585
|
+
LogsSchemaProcessorType:
|
|
6586
|
+
default: schema-processor
|
|
6587
|
+
description: Type of logs schema processor.
|
|
6588
|
+
enum:
|
|
6589
|
+
- schema-processor
|
|
6590
|
+
example: schema-processor
|
|
6591
|
+
type: string
|
|
6592
|
+
x-enum-varnames:
|
|
6593
|
+
- SCHEMA_PROCESSOR
|
|
6594
|
+
LogsSchemaRemapper:
|
|
6595
|
+
description: The schema remapper maps source log fields to their correct fields.
|
|
6596
|
+
properties:
|
|
6597
|
+
name:
|
|
6598
|
+
description: Name of the logs schema remapper.
|
|
6599
|
+
example: Map userIdentity.principalId, responseElements.role.roleId, responseElements.user.userId
|
|
6600
|
+
to ocsf.user.uid
|
|
6601
|
+
type: string
|
|
6602
|
+
override_on_conflict:
|
|
6603
|
+
default: false
|
|
6604
|
+
description: Override or not the target element if already set.
|
|
6605
|
+
type: boolean
|
|
6606
|
+
preserve_source:
|
|
6607
|
+
default: false
|
|
6608
|
+
description: Remove or preserve the remapped source element.
|
|
6609
|
+
type: boolean
|
|
6610
|
+
sources:
|
|
6611
|
+
description: Array of source attributes.
|
|
6612
|
+
example:
|
|
6613
|
+
- userIdentity.principalId
|
|
6614
|
+
- responseElements.role.roleId
|
|
6615
|
+
- responseElements.user.userId
|
|
6616
|
+
items:
|
|
6617
|
+
description: Attribute used as a source to remap its value to the target
|
|
6618
|
+
attribute.
|
|
6619
|
+
type: string
|
|
6620
|
+
type: array
|
|
6621
|
+
target:
|
|
6622
|
+
description: Target field to map log source field to.
|
|
6623
|
+
example: ocsf.user.uid
|
|
6624
|
+
type: string
|
|
6625
|
+
target_format:
|
|
6626
|
+
$ref: '#/components/schemas/TargetFormatType'
|
|
6627
|
+
type:
|
|
6628
|
+
$ref: '#/components/schemas/LogsSchemaRemapperType'
|
|
6629
|
+
required:
|
|
6630
|
+
- name
|
|
6631
|
+
- sources
|
|
6632
|
+
- target
|
|
6633
|
+
- type
|
|
6634
|
+
type: object
|
|
6635
|
+
LogsSchemaRemapperType:
|
|
6636
|
+
description: Type of logs schema remapper.
|
|
6637
|
+
enum:
|
|
6638
|
+
- schema-remapper
|
|
6639
|
+
example: schema-remapper
|
|
6640
|
+
type: string
|
|
6641
|
+
x-enum-varnames:
|
|
6642
|
+
- SCHEMA_REMAPPER
|
|
6403
6643
|
LogsServiceRemapper:
|
|
6404
6644
|
description: 'Use this processor if you want to assign one or more attributes
|
|
6405
6645
|
as the official service.
|
|
@@ -7134,9 +7374,7 @@ components:
|
|
|
7134
7374
|
|
|
7135
7375
|
|
|
7136
7376
|
This field is in preview. The draft value is only available to customers with
|
|
7137
|
-
the feature enabled.
|
|
7138
|
-
|
|
7139
|
-
'
|
|
7377
|
+
the feature enabled.'
|
|
7140
7378
|
enum:
|
|
7141
7379
|
- draft
|
|
7142
7380
|
- published
|
|
@@ -9582,7 +9820,7 @@ components:
|
|
|
9582
9820
|
text: '## Some test markdown
|
|
9583
9821
|
|
|
9584
9822
|
|
|
9585
|
-
```
|
|
9823
|
+
```
|
|
9586
9824
|
|
|
9587
9825
|
var x, y;
|
|
9588
9826
|
|
|
@@ -9656,6 +9894,8 @@ components:
|
|
|
9656
9894
|
type: object
|
|
9657
9895
|
NotebookGlobalTime:
|
|
9658
9896
|
description: Notebook global timeframe.
|
|
9897
|
+
example:
|
|
9898
|
+
live_span: 1h
|
|
9659
9899
|
oneOf:
|
|
9660
9900
|
- $ref: '#/components/schemas/NotebookRelativeTime'
|
|
9661
9901
|
- $ref: '#/components/schemas/NotebookAbsoluteTime'
|
|
@@ -9824,7 +10064,7 @@ components:
|
|
|
9824
10064
|
text: '## Some test markdown
|
|
9825
10065
|
|
|
9826
10066
|
|
|
9827
|
-
```
|
|
10067
|
+
```
|
|
9828
10068
|
|
|
9829
10069
|
var x, y;
|
|
9830
10070
|
|
|
@@ -9984,7 +10224,7 @@ components:
|
|
|
9984
10224
|
text: '## Some test markdown
|
|
9985
10225
|
|
|
9986
10226
|
|
|
9987
|
-
```
|
|
10227
|
+
```
|
|
9988
10228
|
|
|
9989
10229
|
var x, y;
|
|
9990
10230
|
|
|
@@ -14026,9 +14266,7 @@ components:
|
|
|
14026
14266
|
- LG
|
|
14027
14267
|
SplitGraphWidgetDefinition:
|
|
14028
14268
|
description: 'The split graph widget allows you to create repeating units of
|
|
14029
|
-
a graph - one for each value in a group (for example: one per service)
|
|
14030
|
-
|
|
14031
|
-
'
|
|
14269
|
+
a graph - one for each value in a group (for example: one per service)'
|
|
14032
14270
|
properties:
|
|
14033
14271
|
has_uniform_y_axes:
|
|
14034
14272
|
description: Normalize y axes across graphs
|
|
@@ -14832,6 +15070,7 @@ components:
|
|
|
14832
15070
|
SyntheticsAssertionTargetValue:
|
|
14833
15071
|
description: Value used by the operator in assertions. Can be either a number
|
|
14834
15072
|
or string.
|
|
15073
|
+
example: 0.0
|
|
14835
15074
|
oneOf:
|
|
14836
15075
|
- $ref: '#/components/schemas/SyntheticsAssertionTargetValueNumber'
|
|
14837
15076
|
- $ref: '#/components/schemas/SyntheticsAssertionTargetValueString'
|
|
@@ -15146,9 +15385,7 @@ components:
|
|
|
15146
15385
|
|
|
15147
15386
|
rkuWJOgQs8IZZaIv2BXIa2R4OlgkBN9bkUDNCJiBeb/AXlzBBko7b15fjrBs2+cTQtp
|
|
15148
15387
|
|
|
15149
|
-
Z3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE
|
|
15150
|
-
|
|
15151
|
-
'
|
|
15388
|
+
Z3CYWFXG8C5zqx37wnOE49mRl/+OtkIKGO7fAE'
|
|
15152
15389
|
type: string
|
|
15153
15390
|
type:
|
|
15154
15391
|
$ref: '#/components/schemas/SyntheticsBasicAuthSigv4Type'
|
|
@@ -17343,6 +17580,11 @@ components:
|
|
|
17343
17580
|
description: Allows loading insecure content for an HTTP request in an API
|
|
17344
17581
|
test.
|
|
17345
17582
|
type: boolean
|
|
17583
|
+
blockedRequestPatterns:
|
|
17584
|
+
description: Array of URL patterns to block.
|
|
17585
|
+
items:
|
|
17586
|
+
type: string
|
|
17587
|
+
type: array
|
|
17346
17588
|
checkCertificateRevocation:
|
|
17347
17589
|
description: For SSL tests, whether or not the test should fail on revoked
|
|
17348
17590
|
certificate in stapled OCSP.
|
|
@@ -20458,6 +20700,11 @@ components:
|
|
|
20458
20700
|
hours in the current date for the given org.
|
|
20459
20701
|
format: int64
|
|
20460
20702
|
type: integer
|
|
20703
|
+
apm_enterprise_standalone_hosts_top99p:
|
|
20704
|
+
description: Shows the 99th percentile of all distinct standalone Enterprise
|
|
20705
|
+
hosts over all hours in the current date for all organizations.
|
|
20706
|
+
format: int64
|
|
20707
|
+
type: integer
|
|
20461
20708
|
apm_fargate_count_avg:
|
|
20462
20709
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
20463
20710
|
in the current date for all organizations.
|
|
@@ -20468,6 +20715,11 @@ components:
|
|
|
20468
20715
|
hours in the current date for all organizations.
|
|
20469
20716
|
format: int64
|
|
20470
20717
|
type: integer
|
|
20718
|
+
apm_pro_standalone_hosts_top99p:
|
|
20719
|
+
description: Shows the 99th percentile of all distinct standalone Pro hosts
|
|
20720
|
+
over all hours in the current date for all organizations.
|
|
20721
|
+
format: int64
|
|
20722
|
+
type: integer
|
|
20471
20723
|
appsec_fargate_count_avg:
|
|
20472
20724
|
description: Shows the average of all Application Security Monitoring ECS
|
|
20473
20725
|
Fargate tasks over all hours in the current date for all organizations.
|
|
@@ -20520,6 +20772,11 @@ components:
|
|
|
20520
20772
|
current date for all organizations.
|
|
20521
20773
|
format: int64
|
|
20522
20774
|
type: integer
|
|
20775
|
+
bits_ai_investigations_sum:
|
|
20776
|
+
description: Shows the sum of all Bits AI Investigations over all hours
|
|
20777
|
+
in the current date for all organizations.
|
|
20778
|
+
format: int64
|
|
20779
|
+
type: integer
|
|
20523
20780
|
browser_rum_lite_session_count_sum:
|
|
20524
20781
|
deprecated: true
|
|
20525
20782
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
@@ -21067,6 +21324,11 @@ components:
|
|
|
21067
21324
|
hosts over all hours in the current date for the given org.
|
|
21068
21325
|
format: int64
|
|
21069
21326
|
type: integer
|
|
21327
|
+
on_call_seat_hwm:
|
|
21328
|
+
description: Shows the high-water mark of On-Call seats over all hours in
|
|
21329
|
+
the current date for all organizations.
|
|
21330
|
+
format: int64
|
|
21331
|
+
type: integer
|
|
21070
21332
|
online_archive_events_count_sum:
|
|
21071
21333
|
description: Sum of all online archived events over all hours in the current
|
|
21072
21334
|
date for all organizations.
|
|
@@ -21306,19 +21568,163 @@ components:
|
|
|
21306
21568
|
organizations.
|
|
21307
21569
|
format: int64
|
|
21308
21570
|
type: integer
|
|
21571
|
+
serverless_apps_apm_apm_azure_appservice_instances_avg:
|
|
21572
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21573
|
+
Performance Monitoring for Azure App Service instances for the current
|
|
21574
|
+
date for all organizations.
|
|
21575
|
+
format: int64
|
|
21576
|
+
type: integer
|
|
21577
|
+
serverless_apps_apm_apm_azure_azurefunction_instances_avg:
|
|
21578
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21579
|
+
Performance Monitoring for Azure Function instances for the current date
|
|
21580
|
+
for all organizations.
|
|
21581
|
+
format: int64
|
|
21582
|
+
type: integer
|
|
21583
|
+
serverless_apps_apm_apm_azure_containerapp_instances_avg:
|
|
21584
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21585
|
+
Performance Monitoring for Azure Container App instances for the current
|
|
21586
|
+
date for all organizations.
|
|
21587
|
+
format: int64
|
|
21588
|
+
type: integer
|
|
21589
|
+
serverless_apps_apm_apm_fargate_ecs_tasks_avg:
|
|
21590
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21591
|
+
Performance Monitoring for Fargate Elastic Container Service tasks for
|
|
21592
|
+
the current date for all organizations.
|
|
21593
|
+
format: int64
|
|
21594
|
+
type: integer
|
|
21595
|
+
serverless_apps_apm_apm_gcp_cloudfunction_instances_avg:
|
|
21596
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21597
|
+
Performance Monitoring for Google Cloud Platform Cloud Function instances
|
|
21598
|
+
for the current date for all organizations.
|
|
21599
|
+
format: int64
|
|
21600
|
+
type: integer
|
|
21601
|
+
serverless_apps_apm_apm_gcp_cloudrun_instances_avg:
|
|
21602
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21603
|
+
Performance Monitoring for Google Cloud Platform Cloud Run instances for
|
|
21604
|
+
the current date for all organizations.
|
|
21605
|
+
format: int64
|
|
21606
|
+
type: integer
|
|
21607
|
+
serverless_apps_apm_avg:
|
|
21608
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21609
|
+
Performance Monitoring for the current date for all organizations.
|
|
21610
|
+
format: int64
|
|
21611
|
+
type: integer
|
|
21612
|
+
serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg:
|
|
21613
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21614
|
+
Performance Monitoring excluding Fargate for Azure App Service instances
|
|
21615
|
+
for the current date for all organizations.
|
|
21616
|
+
format: int64
|
|
21617
|
+
type: integer
|
|
21618
|
+
serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg:
|
|
21619
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21620
|
+
Performance Monitoring excluding Fargate for Azure Function instances
|
|
21621
|
+
for the current date for all organizations.
|
|
21622
|
+
format: int64
|
|
21623
|
+
type: integer
|
|
21624
|
+
serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg:
|
|
21625
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21626
|
+
Performance Monitoring excluding Fargate for Azure Container App instances
|
|
21627
|
+
for the current date for all organizations.
|
|
21628
|
+
format: int64
|
|
21629
|
+
type: integer
|
|
21630
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg:
|
|
21631
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21632
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
21633
|
+
Function instances for the current date for all organizations.
|
|
21634
|
+
format: int64
|
|
21635
|
+
type: integer
|
|
21636
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg:
|
|
21637
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21638
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
21639
|
+
Run instances for the current date for all organizations.
|
|
21640
|
+
format: int64
|
|
21641
|
+
type: integer
|
|
21642
|
+
serverless_apps_apm_excl_fargate_avg:
|
|
21643
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21644
|
+
Performance Monitoring excluding Fargate for the current date for all
|
|
21645
|
+
organizations.
|
|
21646
|
+
format: int64
|
|
21647
|
+
type: integer
|
|
21648
|
+
serverless_apps_azure_container_app_instances_avg:
|
|
21649
|
+
description: Shows the average number of Serverless Apps for Azure Container
|
|
21650
|
+
App instances for the current date for all organizations.
|
|
21651
|
+
format: int64
|
|
21652
|
+
type: integer
|
|
21309
21653
|
serverless_apps_azure_count_avg:
|
|
21310
|
-
description: Shows the average
|
|
21311
|
-
|
|
21654
|
+
description: Shows the average number of Serverless Apps for Azure for the
|
|
21655
|
+
given date and given org.
|
|
21656
|
+
format: int64
|
|
21657
|
+
type: integer
|
|
21658
|
+
serverless_apps_azure_function_app_instances_avg:
|
|
21659
|
+
description: Shows the average number of Serverless Apps for Azure Function
|
|
21660
|
+
App instances for the current date for all organizations.
|
|
21661
|
+
format: int64
|
|
21662
|
+
type: integer
|
|
21663
|
+
serverless_apps_azure_web_app_instances_avg:
|
|
21664
|
+
description: Shows the average number of Serverless Apps for Azure Web App
|
|
21665
|
+
instances for the current date for all organizations.
|
|
21666
|
+
format: int64
|
|
21667
|
+
type: integer
|
|
21668
|
+
serverless_apps_ecs_avg:
|
|
21669
|
+
description: Shows the average number of Serverless Apps for Elastic Container
|
|
21670
|
+
Service for the current date for all organizations.
|
|
21671
|
+
format: int64
|
|
21672
|
+
type: integer
|
|
21673
|
+
serverless_apps_eks_avg:
|
|
21674
|
+
description: Shows the average number of Serverless Apps for Elastic Kubernetes
|
|
21675
|
+
Service for the current date for all organizations.
|
|
21676
|
+
format: int64
|
|
21677
|
+
type: integer
|
|
21678
|
+
serverless_apps_excl_fargate_avg:
|
|
21679
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21680
|
+
for the current date for all organizations.
|
|
21681
|
+
format: int64
|
|
21682
|
+
type: integer
|
|
21683
|
+
serverless_apps_excl_fargate_azure_container_app_instances_avg:
|
|
21684
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21685
|
+
for Azure Container App instances for the current date for all organizations.
|
|
21686
|
+
format: int64
|
|
21687
|
+
type: integer
|
|
21688
|
+
serverless_apps_excl_fargate_azure_function_app_instances_avg:
|
|
21689
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21690
|
+
for Azure Function App instances for the current date for all organizations.
|
|
21691
|
+
format: int64
|
|
21692
|
+
type: integer
|
|
21693
|
+
serverless_apps_excl_fargate_azure_web_app_instances_avg:
|
|
21694
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21695
|
+
for Azure Web App instances for the current date for all organizations.
|
|
21696
|
+
format: int64
|
|
21697
|
+
type: integer
|
|
21698
|
+
serverless_apps_excl_fargate_google_cloud_functions_instances_avg:
|
|
21699
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21700
|
+
for Google Cloud Platform Cloud Functions instances for the current date
|
|
21701
|
+
for all organizations.
|
|
21702
|
+
format: int64
|
|
21703
|
+
type: integer
|
|
21704
|
+
serverless_apps_excl_fargate_google_cloud_run_instances_avg:
|
|
21705
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21706
|
+
for Google Cloud Platform Cloud Run instances for the current date for
|
|
21707
|
+
all organizations.
|
|
21708
|
+
format: int64
|
|
21709
|
+
type: integer
|
|
21710
|
+
serverless_apps_google_cloud_functions_instances_avg:
|
|
21711
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
21712
|
+
Platform Cloud Functions instances for the current date for all organizations.
|
|
21713
|
+
format: int64
|
|
21714
|
+
type: integer
|
|
21715
|
+
serverless_apps_google_cloud_run_instances_avg:
|
|
21716
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
21717
|
+
Platform Cloud Run instances for the current date for all organizations.
|
|
21312
21718
|
format: int64
|
|
21313
21719
|
type: integer
|
|
21314
21720
|
serverless_apps_google_count_avg:
|
|
21315
|
-
description: Shows the average
|
|
21316
|
-
|
|
21721
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
21722
|
+
for the given date and given org.
|
|
21317
21723
|
format: int64
|
|
21318
21724
|
type: integer
|
|
21319
21725
|
serverless_apps_total_count_avg:
|
|
21320
|
-
description: Shows the average
|
|
21321
|
-
|
|
21726
|
+
description: Shows the average number of Serverless Apps for Azure and Google
|
|
21727
|
+
Cloud for the given date and given org.
|
|
21322
21728
|
format: int64
|
|
21323
21729
|
type: integer
|
|
21324
21730
|
siem_analyzed_logs_add_on_count_sum:
|
|
@@ -21402,6 +21808,11 @@ components:
|
|
|
21402
21808
|
hours in the current date for the given org.
|
|
21403
21809
|
format: int64
|
|
21404
21810
|
type: integer
|
|
21811
|
+
apm_enterprise_standalone_hosts_top99p:
|
|
21812
|
+
description: Shows the 99th percentile of all distinct standalone Enterprise
|
|
21813
|
+
hosts over all hours in the current date for the given org.
|
|
21814
|
+
format: int64
|
|
21815
|
+
type: integer
|
|
21405
21816
|
apm_fargate_count_avg:
|
|
21406
21817
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
21407
21818
|
in the current month for the given org.
|
|
@@ -21412,6 +21823,11 @@ components:
|
|
|
21412
21823
|
hours in the current date for the given org.
|
|
21413
21824
|
format: int64
|
|
21414
21825
|
type: integer
|
|
21826
|
+
apm_pro_standalone_hosts_top99p:
|
|
21827
|
+
description: Shows the 99th percentile of all distinct standalone Pro hosts
|
|
21828
|
+
over all hours in the current date for the given org.
|
|
21829
|
+
format: int64
|
|
21830
|
+
type: integer
|
|
21415
21831
|
appsec_fargate_count_avg:
|
|
21416
21832
|
description: Shows the average of all Application Security Monitoring ECS
|
|
21417
21833
|
Fargate tasks over all hours in the current month for the given org.
|
|
@@ -21464,6 +21880,11 @@ components:
|
|
|
21464
21880
|
current date for the given org.
|
|
21465
21881
|
format: int64
|
|
21466
21882
|
type: integer
|
|
21883
|
+
bits_ai_investigations_sum:
|
|
21884
|
+
description: Shows the sum of all Bits AI Investigations over all hours
|
|
21885
|
+
in the current date for the given org.
|
|
21886
|
+
format: int64
|
|
21887
|
+
type: integer
|
|
21467
21888
|
browser_rum_lite_session_count_sum:
|
|
21468
21889
|
deprecated: true
|
|
21469
21890
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
@@ -22020,6 +22441,11 @@ components:
|
|
|
22020
22441
|
hosts over all hours in the current date for the given org.
|
|
22021
22442
|
format: int64
|
|
22022
22443
|
type: integer
|
|
22444
|
+
on_call_seat_hwm:
|
|
22445
|
+
description: Shows the high-water mark of On-Call seats over all hours in
|
|
22446
|
+
the current date for the given org.
|
|
22447
|
+
format: int64
|
|
22448
|
+
type: integer
|
|
22023
22449
|
online_archive_events_count_sum:
|
|
22024
22450
|
description: Sum of all online archived events over all hours in the current
|
|
22025
22451
|
date for the given org.
|
|
@@ -22260,19 +22686,163 @@ components:
|
|
|
22260
22686
|
given org.
|
|
22261
22687
|
format: int64
|
|
22262
22688
|
type: integer
|
|
22689
|
+
serverless_apps_apm_apm_azure_appservice_instances_avg:
|
|
22690
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22691
|
+
Performance Monitoring for Azure App Service instances for the given date
|
|
22692
|
+
and given org.
|
|
22693
|
+
format: int64
|
|
22694
|
+
type: integer
|
|
22695
|
+
serverless_apps_apm_apm_azure_azurefunction_instances_avg:
|
|
22696
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22697
|
+
Performance Monitoring for Azure Function instances for the given date
|
|
22698
|
+
and given org.
|
|
22699
|
+
format: int64
|
|
22700
|
+
type: integer
|
|
22701
|
+
serverless_apps_apm_apm_azure_containerapp_instances_avg:
|
|
22702
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22703
|
+
Performance Monitoring for Azure Container App instances for the given
|
|
22704
|
+
date and given org.
|
|
22705
|
+
format: int64
|
|
22706
|
+
type: integer
|
|
22707
|
+
serverless_apps_apm_apm_fargate_ecs_tasks_avg:
|
|
22708
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22709
|
+
Performance Monitoring for Fargate Elastic Container Service tasks for
|
|
22710
|
+
the given date and given org.
|
|
22711
|
+
format: int64
|
|
22712
|
+
type: integer
|
|
22713
|
+
serverless_apps_apm_apm_gcp_cloudfunction_instances_avg:
|
|
22714
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22715
|
+
Performance Monitoring for Google Cloud Platform Cloud Function instances
|
|
22716
|
+
for the given date and given org.
|
|
22717
|
+
format: int64
|
|
22718
|
+
type: integer
|
|
22719
|
+
serverless_apps_apm_apm_gcp_cloudrun_instances_avg:
|
|
22720
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22721
|
+
Performance Monitoring for Google Cloud Platform Cloud Run instances for
|
|
22722
|
+
the given date and given org.
|
|
22723
|
+
format: int64
|
|
22724
|
+
type: integer
|
|
22725
|
+
serverless_apps_apm_avg:
|
|
22726
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22727
|
+
Performance Monitoring for the given date and given org.
|
|
22728
|
+
format: int64
|
|
22729
|
+
type: integer
|
|
22730
|
+
serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg:
|
|
22731
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22732
|
+
Performance Monitoring excluding Fargate for Azure App Service instances
|
|
22733
|
+
for the given date and given org.
|
|
22734
|
+
format: int64
|
|
22735
|
+
type: integer
|
|
22736
|
+
serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg:
|
|
22737
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22738
|
+
Performance Monitoring excluding Fargate for Azure Function instances
|
|
22739
|
+
for the given date and given org.
|
|
22740
|
+
format: int64
|
|
22741
|
+
type: integer
|
|
22742
|
+
serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg:
|
|
22743
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22744
|
+
Performance Monitoring excluding Fargate for Azure Container App instances
|
|
22745
|
+
for the given date and given org.
|
|
22746
|
+
format: int64
|
|
22747
|
+
type: integer
|
|
22748
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg:
|
|
22749
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22750
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
22751
|
+
Function instances for the given date and given org.
|
|
22752
|
+
format: int64
|
|
22753
|
+
type: integer
|
|
22754
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg:
|
|
22755
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22756
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
22757
|
+
Run instances for the given date and given org.
|
|
22758
|
+
format: int64
|
|
22759
|
+
type: integer
|
|
22760
|
+
serverless_apps_apm_excl_fargate_avg:
|
|
22761
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22762
|
+
Performance Monitoring excluding Fargate for the given date and given
|
|
22763
|
+
org.
|
|
22764
|
+
format: int64
|
|
22765
|
+
type: integer
|
|
22766
|
+
serverless_apps_azure_container_app_instances_avg:
|
|
22767
|
+
description: Shows the average number of Serverless Apps for Azure Container
|
|
22768
|
+
App instances for the given date and given org.
|
|
22769
|
+
format: int64
|
|
22770
|
+
type: integer
|
|
22263
22771
|
serverless_apps_azure_count_avg:
|
|
22264
|
-
description: Shows the average
|
|
22772
|
+
description: Shows the average number of Serverless Apps for Azure for the
|
|
22773
|
+
given date and given org.
|
|
22774
|
+
format: int64
|
|
22775
|
+
type: integer
|
|
22776
|
+
serverless_apps_azure_function_app_instances_avg:
|
|
22777
|
+
description: Shows the average number of Serverless Apps for Azure Function
|
|
22778
|
+
App instances for the given date and given org.
|
|
22779
|
+
format: int64
|
|
22780
|
+
type: integer
|
|
22781
|
+
serverless_apps_azure_web_app_instances_avg:
|
|
22782
|
+
description: Shows the average number of Serverless Apps for Azure Web App
|
|
22783
|
+
instances for the given date and given org.
|
|
22784
|
+
format: int64
|
|
22785
|
+
type: integer
|
|
22786
|
+
serverless_apps_ecs_avg:
|
|
22787
|
+
description: Shows the average number of Serverless Apps for Elastic Container
|
|
22788
|
+
Service for the given date and given org.
|
|
22789
|
+
format: int64
|
|
22790
|
+
type: integer
|
|
22791
|
+
serverless_apps_eks_avg:
|
|
22792
|
+
description: Shows the average number of Serverless Apps for Elastic Kubernetes
|
|
22793
|
+
Service for the given date and given org.
|
|
22794
|
+
format: int64
|
|
22795
|
+
type: integer
|
|
22796
|
+
serverless_apps_excl_fargate_avg:
|
|
22797
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22265
22798
|
for the given date and given org.
|
|
22266
22799
|
format: int64
|
|
22267
22800
|
type: integer
|
|
22801
|
+
serverless_apps_excl_fargate_azure_container_app_instances_avg:
|
|
22802
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22803
|
+
for Azure Container App instances for the given date and given org.
|
|
22804
|
+
format: int64
|
|
22805
|
+
type: integer
|
|
22806
|
+
serverless_apps_excl_fargate_azure_function_app_instances_avg:
|
|
22807
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22808
|
+
for Azure Function App instances for the given date and given org.
|
|
22809
|
+
format: int64
|
|
22810
|
+
type: integer
|
|
22811
|
+
serverless_apps_excl_fargate_azure_web_app_instances_avg:
|
|
22812
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22813
|
+
for Azure Web App instances for the given date and given org.
|
|
22814
|
+
format: int64
|
|
22815
|
+
type: integer
|
|
22816
|
+
serverless_apps_excl_fargate_google_cloud_functions_instances_avg:
|
|
22817
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22818
|
+
for Google Cloud Platform Cloud Functions instances for the given date
|
|
22819
|
+
and given org.
|
|
22820
|
+
format: int64
|
|
22821
|
+
type: integer
|
|
22822
|
+
serverless_apps_excl_fargate_google_cloud_run_instances_avg:
|
|
22823
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22824
|
+
for Google Cloud Platform Cloud Run instances for the given date and given
|
|
22825
|
+
org.
|
|
22826
|
+
format: int64
|
|
22827
|
+
type: integer
|
|
22828
|
+
serverless_apps_google_cloud_functions_instances_avg:
|
|
22829
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
22830
|
+
Platform Cloud Functions instances for the given date and given org.
|
|
22831
|
+
format: int64
|
|
22832
|
+
type: integer
|
|
22833
|
+
serverless_apps_google_cloud_run_instances_avg:
|
|
22834
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
22835
|
+
Platform Cloud Run instances for the given date and given org.
|
|
22836
|
+
format: int64
|
|
22837
|
+
type: integer
|
|
22268
22838
|
serverless_apps_google_count_avg:
|
|
22269
|
-
description: Shows the average
|
|
22270
|
-
|
|
22839
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
22840
|
+
for the given date and given org.
|
|
22271
22841
|
format: int64
|
|
22272
22842
|
type: integer
|
|
22273
22843
|
serverless_apps_total_count_avg:
|
|
22274
|
-
description: Shows the average
|
|
22275
|
-
|
|
22844
|
+
description: Shows the average number of Serverless Apps for Azure and Google
|
|
22845
|
+
Cloud for the given date and given org.
|
|
22276
22846
|
format: int64
|
|
22277
22847
|
type: integer
|
|
22278
22848
|
siem_analyzed_logs_add_on_count_sum:
|
|
@@ -22350,6 +22920,11 @@ components:
|
|
|
22350
22920
|
hours in the current month for all organizations.
|
|
22351
22921
|
format: int64
|
|
22352
22922
|
type: integer
|
|
22923
|
+
apm_enterprise_standalone_hosts_top99p_sum:
|
|
22924
|
+
description: Shows the sum of the 99th percentile of all distinct standalone
|
|
22925
|
+
Enterprise hosts over all hours in the current month for all organizations.
|
|
22926
|
+
format: int64
|
|
22927
|
+
type: integer
|
|
22353
22928
|
apm_fargate_count_avg_sum:
|
|
22354
22929
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
22355
22930
|
in the current month for all organizations.
|
|
@@ -22360,6 +22935,11 @@ components:
|
|
|
22360
22935
|
hours in the current month for all organizations.
|
|
22361
22936
|
format: int64
|
|
22362
22937
|
type: integer
|
|
22938
|
+
apm_pro_standalone_hosts_top99p_sum:
|
|
22939
|
+
description: Shows the sum of the 99th percentile of all distinct standalone
|
|
22940
|
+
Pro hosts over all hours in the current month for all organizations.
|
|
22941
|
+
format: int64
|
|
22942
|
+
type: integer
|
|
22363
22943
|
appsec_fargate_count_avg_sum:
|
|
22364
22944
|
description: Shows the average of all Application Security Monitoring ECS
|
|
22365
22945
|
Fargate tasks over all hours in the current month for all organizations.
|
|
@@ -22417,6 +22997,11 @@ components:
|
|
|
22417
22997
|
current month for all organizations.
|
|
22418
22998
|
format: int64
|
|
22419
22999
|
type: integer
|
|
23000
|
+
bits_ai_investigations_agg_sum:
|
|
23001
|
+
description: Shows the sum of all Bits AI Investigations over all hours
|
|
23002
|
+
in the current month for all organizations.
|
|
23003
|
+
format: int64
|
|
23004
|
+
type: integer
|
|
22420
23005
|
browser_rum_lite_session_count_agg_sum:
|
|
22421
23006
|
deprecated: true
|
|
22422
23007
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
@@ -22994,6 +23579,11 @@ components:
|
|
|
22994
23579
|
over all hours in the current months for all organizations
|
|
22995
23580
|
format: int64
|
|
22996
23581
|
type: integer
|
|
23582
|
+
on_call_seat_hwm_sum:
|
|
23583
|
+
description: Shows the sum of the high-water marks of On-Call seats over
|
|
23584
|
+
all hours in the current month for all organizations.
|
|
23585
|
+
format: int64
|
|
23586
|
+
type: integer
|
|
22997
23587
|
online_archive_events_count_agg_sum:
|
|
22998
23588
|
description: Sum of all online archived events over all hours in the current
|
|
22999
23589
|
month for all organizations.
|
|
@@ -23245,11 +23835,155 @@ components:
|
|
|
23245
23835
|
organizations.
|
|
23246
23836
|
format: int64
|
|
23247
23837
|
type: integer
|
|
23838
|
+
serverless_apps_apm_apm_azure_appservice_instances_avg_sum:
|
|
23839
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23840
|
+
Performance Monitoring for Azure App Service instances in the current
|
|
23841
|
+
month for all organizations.
|
|
23842
|
+
format: int64
|
|
23843
|
+
type: integer
|
|
23844
|
+
serverless_apps_apm_apm_azure_azurefunction_instances_avg_sum:
|
|
23845
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23846
|
+
Performance Monitoring for Azure Function instances in the current month
|
|
23847
|
+
for all organizations.
|
|
23848
|
+
format: int64
|
|
23849
|
+
type: integer
|
|
23850
|
+
serverless_apps_apm_apm_azure_containerapp_instances_avg_sum:
|
|
23851
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23852
|
+
Performance Monitoring for Azure Container App instances in the current
|
|
23853
|
+
month for all organizations.
|
|
23854
|
+
format: int64
|
|
23855
|
+
type: integer
|
|
23856
|
+
serverless_apps_apm_apm_fargate_ecs_tasks_avg_sum:
|
|
23857
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23858
|
+
Performance Monitoring for Fargate Elastic Container Service tasks in
|
|
23859
|
+
the current month for all organizations.
|
|
23860
|
+
format: int64
|
|
23861
|
+
type: integer
|
|
23862
|
+
serverless_apps_apm_apm_gcp_cloudfunction_instances_avg_sum:
|
|
23863
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23864
|
+
Performance Monitoring for Google Cloud Platform Cloud Function instances
|
|
23865
|
+
in the current month for all organizations.
|
|
23866
|
+
format: int64
|
|
23867
|
+
type: integer
|
|
23868
|
+
serverless_apps_apm_apm_gcp_cloudrun_instances_avg_sum:
|
|
23869
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23870
|
+
Performance Monitoring for Google Cloud Platform Cloud Run instances in
|
|
23871
|
+
the current month for all organizations.
|
|
23872
|
+
format: int64
|
|
23873
|
+
type: integer
|
|
23874
|
+
serverless_apps_apm_avg_sum:
|
|
23875
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23876
|
+
Performance Monitoring in the current month for all organizations.
|
|
23877
|
+
format: int64
|
|
23878
|
+
type: integer
|
|
23879
|
+
serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg_sum:
|
|
23880
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23881
|
+
Performance Monitoring excluding Fargate for Azure App Service instances
|
|
23882
|
+
in the current month for all organizations.
|
|
23883
|
+
format: int64
|
|
23884
|
+
type: integer
|
|
23885
|
+
serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg_sum:
|
|
23886
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23887
|
+
Performance Monitoring excluding Fargate for Azure Function instances
|
|
23888
|
+
in the current month for all organizations.
|
|
23889
|
+
format: int64
|
|
23890
|
+
type: integer
|
|
23891
|
+
serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg_sum:
|
|
23892
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23893
|
+
Performance Monitoring excluding Fargate for Azure Container App instances
|
|
23894
|
+
in the current month for all organizations.
|
|
23895
|
+
format: int64
|
|
23896
|
+
type: integer
|
|
23897
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg_sum:
|
|
23898
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23899
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
23900
|
+
Function instances in the current month for all organizations.
|
|
23901
|
+
format: int64
|
|
23902
|
+
type: integer
|
|
23903
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg_sum:
|
|
23904
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23905
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
23906
|
+
Run instances in the current month for all organizations.
|
|
23907
|
+
format: int64
|
|
23908
|
+
type: integer
|
|
23909
|
+
serverless_apps_apm_excl_fargate_avg_sum:
|
|
23910
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23911
|
+
Performance Monitoring excluding Fargate in the current month for all
|
|
23912
|
+
organizations.
|
|
23913
|
+
format: int64
|
|
23914
|
+
type: integer
|
|
23915
|
+
serverless_apps_azure_container_app_instances_avg_sum:
|
|
23916
|
+
description: Sum of the average number of Serverless Apps for Azure Container
|
|
23917
|
+
App instances in the current month for all organizations.
|
|
23918
|
+
format: int64
|
|
23919
|
+
type: integer
|
|
23248
23920
|
serverless_apps_azure_count_avg_sum:
|
|
23249
23921
|
description: Sum of the average number of Serverless Apps for Azure in the
|
|
23250
23922
|
current month for all organizations.
|
|
23251
23923
|
format: int64
|
|
23252
23924
|
type: integer
|
|
23925
|
+
serverless_apps_azure_function_app_instances_avg_sum:
|
|
23926
|
+
description: Sum of the average number of Serverless Apps for Azure Function
|
|
23927
|
+
App instances in the current month for all organizations.
|
|
23928
|
+
format: int64
|
|
23929
|
+
type: integer
|
|
23930
|
+
serverless_apps_azure_web_app_instances_avg_sum:
|
|
23931
|
+
description: Sum of the average number of Serverless Apps for Azure Web
|
|
23932
|
+
App instances in the current month for all organizations.
|
|
23933
|
+
format: int64
|
|
23934
|
+
type: integer
|
|
23935
|
+
serverless_apps_ecs_avg_sum:
|
|
23936
|
+
description: Sum of the average number of Serverless Apps for Elastic Container
|
|
23937
|
+
Service in the current month for all organizations.
|
|
23938
|
+
format: int64
|
|
23939
|
+
type: integer
|
|
23940
|
+
serverless_apps_eks_avg_sum:
|
|
23941
|
+
description: Sum of the average number of Serverless Apps for Elastic Kubernetes
|
|
23942
|
+
Service in the current month for all organizations.
|
|
23943
|
+
format: int64
|
|
23944
|
+
type: integer
|
|
23945
|
+
serverless_apps_excl_fargate_avg_sum:
|
|
23946
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
23947
|
+
in the current month for all organizations.
|
|
23948
|
+
format: int64
|
|
23949
|
+
type: integer
|
|
23950
|
+
serverless_apps_excl_fargate_azure_container_app_instances_avg_sum:
|
|
23951
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
23952
|
+
for Azure Container App instances in the current month for all organizations.
|
|
23953
|
+
format: int64
|
|
23954
|
+
type: integer
|
|
23955
|
+
serverless_apps_excl_fargate_azure_function_app_instances_avg_sum:
|
|
23956
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
23957
|
+
for Azure Function App instances in the current month for all organizations.
|
|
23958
|
+
format: int64
|
|
23959
|
+
type: integer
|
|
23960
|
+
serverless_apps_excl_fargate_azure_web_app_instances_avg_sum:
|
|
23961
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
23962
|
+
for Azure Web App instances in the current month for all organizations.
|
|
23963
|
+
format: int64
|
|
23964
|
+
type: integer
|
|
23965
|
+
serverless_apps_excl_fargate_google_cloud_functions_instances_avg_sum:
|
|
23966
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
23967
|
+
for Google Cloud Platform Cloud Functions instances in the current month
|
|
23968
|
+
for all organizations.
|
|
23969
|
+
format: int64
|
|
23970
|
+
type: integer
|
|
23971
|
+
serverless_apps_excl_fargate_google_cloud_run_instances_avg_sum:
|
|
23972
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
23973
|
+
for Google Cloud Platform Cloud Run instances in the current month for
|
|
23974
|
+
all organizations.
|
|
23975
|
+
format: int64
|
|
23976
|
+
type: integer
|
|
23977
|
+
serverless_apps_google_cloud_functions_instances_avg_sum:
|
|
23978
|
+
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
23979
|
+
Platform Cloud Functions instances in the current month for all organizations.
|
|
23980
|
+
format: int64
|
|
23981
|
+
type: integer
|
|
23982
|
+
serverless_apps_google_cloud_run_instances_avg_sum:
|
|
23983
|
+
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
23984
|
+
Platform Cloud Run instances in the current month for all organizations.
|
|
23985
|
+
format: int64
|
|
23986
|
+
type: integer
|
|
23253
23987
|
serverless_apps_google_count_avg_sum:
|
|
23254
23988
|
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
23255
23989
|
in the current month for all organizations.
|
|
@@ -24339,7 +25073,7 @@ components:
|
|
|
24339
25073
|
display_type:
|
|
24340
25074
|
description: "Combination of:\n - A severity error, warning, ok, or info\n
|
|
24341
25075
|
\ - A line type: dashed, solid, or bold\nIn this case of a Distribution
|
|
24342
|
-
widget, this can be set to be `x_axis_percentile
|
|
25076
|
+
widget, this can be set to be `x_axis_percentile`."
|
|
24343
25077
|
example: error dashed
|
|
24344
25078
|
type: string
|
|
24345
25079
|
label:
|
|
@@ -25109,7 +25843,9 @@ paths:
|
|
|
25109
25843
|
- api_keys_write
|
|
25110
25844
|
/api/v1/application_key:
|
|
25111
25845
|
get:
|
|
25112
|
-
description: Get all application keys available for your Datadog account.
|
|
25846
|
+
description: 'Get all application keys available for your Datadog account.
|
|
25847
|
+
|
|
25848
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25113
25849
|
operationId: ListApplicationKeys
|
|
25114
25850
|
responses:
|
|
25115
25851
|
'200':
|
|
@@ -25135,7 +25871,9 @@ paths:
|
|
|
25135
25871
|
- org_app_keys_read
|
|
25136
25872
|
- user_app_keys
|
|
25137
25873
|
post:
|
|
25138
|
-
description: Create an application key with a given name.
|
|
25874
|
+
description: 'Create an application key with a given name.
|
|
25875
|
+
|
|
25876
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25139
25877
|
operationId: CreateApplicationKey
|
|
25140
25878
|
requestBody:
|
|
25141
25879
|
content:
|
|
@@ -25180,7 +25918,9 @@ paths:
|
|
|
25180
25918
|
- user_app_keys
|
|
25181
25919
|
/api/v1/application_key/{key}:
|
|
25182
25920
|
delete:
|
|
25183
|
-
description: Delete a given application key.
|
|
25921
|
+
description: 'Delete a given application key.
|
|
25922
|
+
|
|
25923
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25184
25924
|
operationId: DeleteApplicationKey
|
|
25185
25925
|
parameters:
|
|
25186
25926
|
- description: The specific APP key you are working with.
|
|
@@ -25219,7 +25959,9 @@ paths:
|
|
|
25219
25959
|
- org_app_keys_write
|
|
25220
25960
|
- user_app_keys
|
|
25221
25961
|
get:
|
|
25222
|
-
description: Get a given application key.
|
|
25962
|
+
description: 'Get a given application key.
|
|
25963
|
+
|
|
25964
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25223
25965
|
operationId: GetApplicationKey
|
|
25224
25966
|
parameters:
|
|
25225
25967
|
- description: The specific APP key you are working with.
|
|
@@ -25258,7 +26000,9 @@ paths:
|
|
|
25258
26000
|
- org_app_keys_read
|
|
25259
26001
|
- user_app_keys
|
|
25260
26002
|
put:
|
|
25261
|
-
description: Edit an application key name.
|
|
26003
|
+
description: 'Edit an application key name.
|
|
26004
|
+
|
|
26005
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25262
26006
|
operationId: UpdateApplicationKey
|
|
25263
26007
|
parameters:
|
|
25264
26008
|
- description: The specific APP key you are working with.
|
|
@@ -27254,7 +27998,11 @@ paths:
|
|
|
27254
27998
|
Results are paginated with a max of 1000 results at a time.
|
|
27255
27999
|
|
|
27256
28000
|
**Note:** If the host is an Amazon EC2 instance, `id` is replaced with `aws_id`
|
|
27257
|
-
in the response.
|
|
28001
|
+
in the response.
|
|
28002
|
+
|
|
28003
|
+
**Note**: To enrich the data returned by this endpoint with security scans,
|
|
28004
|
+
see the new [api/v2/security/scanned-assets-metadata](https://docs.datadoghq.com/api/latest/security-monitoring/#list-scanned-assets-metadata)
|
|
28005
|
+
endpoint.'
|
|
27258
28006
|
operationId: ListHosts
|
|
27259
28007
|
parameters:
|
|
27260
28008
|
- description: String to filter search results.
|
|
@@ -27399,8 +28147,9 @@ paths:
|
|
|
27399
28147
|
/api/v1/integration/aws:
|
|
27400
28148
|
delete:
|
|
27401
28149
|
deprecated: true
|
|
27402
|
-
description:
|
|
27403
|
-
and `role_name
|
|
28150
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28151
|
+
Delete a Datadog-AWS integration matching the specified `account_id` and `role_name
|
|
28152
|
+
parameters`.'
|
|
27404
28153
|
operationId: DeleteAWSAccount
|
|
27405
28154
|
requestBody:
|
|
27406
28155
|
content:
|
|
@@ -27446,7 +28195,8 @@ paths:
|
|
|
27446
28195
|
- aws_configurations_manage
|
|
27447
28196
|
get:
|
|
27448
28197
|
deprecated: true
|
|
27449
|
-
description:
|
|
28198
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28199
|
+
List all Datadog-AWS integrations available in your Datadog organization.'
|
|
27450
28200
|
operationId: ListAWSAccounts
|
|
27451
28201
|
parameters:
|
|
27452
28202
|
- description: Only return AWS accounts that matches this `account_id`.
|
|
@@ -27497,7 +28247,8 @@ paths:
|
|
|
27497
28247
|
- aws_configuration_read
|
|
27498
28248
|
post:
|
|
27499
28249
|
deprecated: true
|
|
27500
|
-
description: '
|
|
28250
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28251
|
+
Create a Datadog-Amazon Web Services integration.
|
|
27501
28252
|
|
|
27502
28253
|
Using the `POST` method updates your integration configuration
|
|
27503
28254
|
|
|
@@ -27549,7 +28300,8 @@ paths:
|
|
|
27549
28300
|
- aws_configurations_manage
|
|
27550
28301
|
put:
|
|
27551
28302
|
deprecated: true
|
|
27552
|
-
description:
|
|
28303
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28304
|
+
Update a Datadog-Amazon Web Services integration.'
|
|
27553
28305
|
operationId: UpdateAWSAccount
|
|
27554
28306
|
parameters:
|
|
27555
28307
|
- description: Only return AWS accounts that matches this `account_id`.
|
|
@@ -27619,8 +28371,9 @@ paths:
|
|
|
27619
28371
|
/api/v1/integration/aws/available_namespace_rules:
|
|
27620
28372
|
get:
|
|
27621
28373
|
deprecated: true
|
|
27622
|
-
description:
|
|
27623
|
-
|
|
28374
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28375
|
+
List all namespace rules for a given Datadog-AWS integration. This endpoint
|
|
28376
|
+
takes no arguments.'
|
|
27624
28377
|
operationId: ListAvailableAWSNamespaces
|
|
27625
28378
|
responses:
|
|
27626
28379
|
'200':
|
|
@@ -27652,7 +28405,9 @@ paths:
|
|
|
27652
28405
|
- aws_configuration_read
|
|
27653
28406
|
/api/v1/integration/aws/event_bridge:
|
|
27654
28407
|
delete:
|
|
27655
|
-
|
|
28408
|
+
deprecated: true
|
|
28409
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28410
|
+
Delete an Amazon EventBridge source.'
|
|
27656
28411
|
operationId: DeleteAWSEventBridgeSource
|
|
27657
28412
|
requestBody:
|
|
27658
28413
|
content:
|
|
@@ -27692,7 +28447,9 @@ paths:
|
|
|
27692
28447
|
permissions:
|
|
27693
28448
|
- manage_integrations
|
|
27694
28449
|
get:
|
|
27695
|
-
|
|
28450
|
+
deprecated: true
|
|
28451
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28452
|
+
Get all Amazon EventBridge sources.'
|
|
27696
28453
|
operationId: ListAWSEventBridgeSources
|
|
27697
28454
|
parameters: []
|
|
27698
28455
|
responses:
|
|
@@ -27723,7 +28480,9 @@ paths:
|
|
|
27723
28480
|
operator: OPEN
|
|
27724
28481
|
permissions: []
|
|
27725
28482
|
post:
|
|
27726
|
-
|
|
28483
|
+
deprecated: true
|
|
28484
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28485
|
+
Create an Amazon EventBridge source.'
|
|
27727
28486
|
operationId: CreateAWSEventBridgeSource
|
|
27728
28487
|
requestBody:
|
|
27729
28488
|
content:
|
|
@@ -27892,8 +28651,8 @@ paths:
|
|
|
27892
28651
|
/api/v1/integration/aws/generate_new_external_id:
|
|
27893
28652
|
put:
|
|
27894
28653
|
deprecated: true
|
|
27895
|
-
description:
|
|
27896
|
-
name pair.
|
|
28654
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28655
|
+
Generate a new AWS external ID for a given AWS account ID and role name pair.'
|
|
27897
28656
|
operationId: CreateNewAWSExternalID
|
|
27898
28657
|
requestBody:
|
|
27899
28658
|
content:
|
|
@@ -28120,9 +28879,10 @@ paths:
|
|
|
28120
28879
|
/api/v1/integration/aws/logs/services:
|
|
28121
28880
|
get:
|
|
28122
28881
|
deprecated: true
|
|
28123
|
-
description:
|
|
28124
|
-
|
|
28125
|
-
|
|
28882
|
+
description: '**This endpoint is deprecated - use the V2 endpoint instead.**
|
|
28883
|
+
Get the list of current AWS services that Datadog offers automatic log collection.
|
|
28884
|
+
Use returned service IDs with the services parameter for the Enable an AWS
|
|
28885
|
+
service log collection API endpoint.'
|
|
28126
28886
|
operationId: ListAWSLogsServices
|
|
28127
28887
|
responses:
|
|
28128
28888
|
'200':
|
|
@@ -31843,7 +32603,11 @@ paths:
|
|
|
31843
32603
|
- timeseries_query
|
|
31844
32604
|
/api/v1/search:
|
|
31845
32605
|
get:
|
|
31846
|
-
|
|
32606
|
+
deprecated: true
|
|
32607
|
+
description: '**Note**: This endpoint is deprecated. Use `/api/v2/metrics` instead.
|
|
32608
|
+
|
|
32609
|
+
|
|
32610
|
+
Search for metrics from the last 24 hours in Datadog.'
|
|
31847
32611
|
operationId: ListMetrics
|
|
31848
32612
|
parameters:
|
|
31849
32613
|
- description: Query string to search metrics upon. Can optionally be prefixed
|
|
@@ -37610,9 +38374,7 @@ paths:
|
|
|
37610
38374
|
summary: Multi Raw Messages
|
|
37611
38375
|
value: 'hello
|
|
37612
38376
|
|
|
37613
|
-
world
|
|
37614
|
-
|
|
37615
|
-
'
|
|
38377
|
+
world'
|
|
37616
38378
|
simple-raw-message:
|
|
37617
38379
|
description: 'Submit log string. Log attributes can be passed as query
|
|
37618
38380
|
parameters in the URL. This enables the addition of tags or the
|