datadog_api_client 2.44.0 → 2.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.generator/schemas/v1/openapi.yaml +645 -36
- data/.generator/schemas/v2/openapi.yaml +8013 -605
- data/.pre-commit-config.yaml +4 -0
- data/CHANGELOG.md +45 -0
- data/examples/v1/monitors/CreateMonitor_3541766733.rb +32 -0
- data/examples/v2/aws-integration/CreateAWSEventBridgeSource.rb +17 -0
- data/examples/v2/aws-integration/DeleteAWSEventBridgeSource.rb +16 -0
- data/examples/v2/aws-integration/ListAWSEventBridgeSources.rb +5 -0
- data/examples/v2/deployment-gates/CreateDeploymentGate.rb +20 -0
- data/examples/v2/deployment-gates/CreateDeploymentRule.rb +25 -0
- data/examples/v2/deployment-gates/DeleteDeploymentGate.rb +11 -0
- data/examples/v2/deployment-gates/DeleteDeploymentRule.rb +14 -0
- data/examples/v2/deployment-gates/GetDeploymentGate.rb +11 -0
- data/examples/v2/deployment-gates/GetDeploymentRule.rb +14 -0
- data/examples/v2/deployment-gates/UpdateDeploymentGate.rb +21 -0
- data/examples/v2/deployment-gates/UpdateDeploymentRule.rb +27 -0
- data/examples/v2/fleet-automation/CreateFleetDeploymentConfigure.rb +1 -1
- data/examples/v2/fleet-automation/CreateFleetDeploymentUpgrade.rb +23 -0
- data/examples/v2/fleet-automation/CreateFleetSchedule.rb +30 -0
- data/examples/v2/fleet-automation/DeleteFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/GetFleetAgentInfo.rb +8 -0
- data/examples/v2/fleet-automation/GetFleetDeployment.rb +2 -5
- data/examples/v2/fleet-automation/GetFleetDeployment_1482493803.rb +11 -0
- data/examples/v2/fleet-automation/GetFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetAgentVersions.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetAgents.rb +8 -0
- data/examples/v2/fleet-automation/ListFleetSchedules.rb +8 -0
- data/examples/v2/fleet-automation/TriggerFleetSchedule.rb +8 -0
- data/examples/v2/fleet-automation/UpdateFleetSchedule.rb +30 -0
- data/examples/v2/logs-restriction-queries/AddRoleToRestrictionQuery.rb +21 -0
- data/examples/v2/logs-restriction-queries/CreateRestrictionQuery.rb +17 -0
- data/examples/v2/logs-restriction-queries/DeleteRestrictionQuery.rb +11 -0
- data/examples/v2/logs-restriction-queries/GetRestrictionQuery.rb +11 -0
- data/examples/v2/logs-restriction-queries/GetRoleRestrictionQuery.rb +11 -0
- data/examples/v2/logs-restriction-queries/ListRestrictionQueries.rb +8 -0
- data/examples/v2/logs-restriction-queries/ListRestrictionQueryRoles.rb +11 -0
- data/examples/v2/logs-restriction-queries/ListUserRestrictionQueries.rb +11 -0
- data/examples/v2/logs-restriction-queries/RemoveRoleFromRestrictionQuery.rb +21 -0
- data/examples/v2/logs-restriction-queries/ReplaceRestrictionQuery.rb +20 -0
- data/examples/v2/logs-restriction-queries/UpdateRestrictionQuery.rb +20 -0
- data/examples/v2/monitors/CreateMonitorNotificationRule_1379932371.rb +21 -0
- data/examples/v2/monitors/UpdateMonitorNotificationRule_1446058210.rb +24 -0
- data/examples/v2/on-call/CreateOnCallEscalationPolicy.rb +9 -0
- data/examples/v2/on-call/GetScheduleOnCallUser.rb +1 -1
- data/examples/v2/reference-tables/CreateReferenceTable.rb +23 -14
- data/examples/v2/reference-tables/DeleteRows.rb +14 -0
- data/examples/v2/reference-tables/UpdateReferenceTable.rb +0 -1
- data/examples/v2/reference-tables/UpsertRows.rb +19 -0
- data/examples/v2/rum-audience-management/CreateConnection.rb +36 -0
- data/examples/v2/rum-audience-management/DeleteConnection.rb +8 -0
- data/examples/v2/rum-audience-management/GetAccountFacetInfo.rb +25 -0
- data/examples/v2/rum-audience-management/GetMapping.rb +8 -0
- data/examples/v2/rum-audience-management/GetUserFacetInfo.rb +25 -0
- data/examples/v2/rum-audience-management/ListConnections.rb +8 -0
- data/examples/v2/rum-audience-management/QueryAccounts.rb +34 -0
- data/examples/v2/rum-audience-management/QueryEventFilteredUsers.rb +37 -0
- data/examples/v2/rum-audience-management/QueryUsers.rb +34 -0
- data/examples/v2/rum-audience-management/UpdateConnection.rb +43 -0
- data/examples/v2/security-monitoring/AttachCase.rb +26 -0
- data/examples/v2/security-monitoring/AttachCase_897782765.rb +22 -0
- data/examples/v2/security-monitoring/AttachJiraIssue.rb +34 -0
- data/examples/v2/security-monitoring/AttachJiraIssue_3042842144.rb +30 -0
- data/examples/v2/security-monitoring/CancelThreatHuntingJob.rb +8 -0
- data/examples/v2/security-monitoring/CancelThreatHuntingJob_1945505845.rb +12 -0
- data/examples/v2/security-monitoring/CreateCases.rb +56 -0
- data/examples/v2/security-monitoring/CreateCases_2385516013.rb +33 -0
- data/examples/v2/security-monitoring/CreateCases_2798851680.rb +37 -0
- data/examples/v2/security-monitoring/CreateJiraIssues.rb +96 -0
- data/examples/v2/security-monitoring/CreateJiraIssues_379590688.rb +56 -0
- data/examples/v2/security-monitoring/CreateJiraIssues_829823123.rb +64 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringSuppression.rb +4 -0
- data/examples/v2/security-monitoring/{DeleteHistoricalJob.rb → DeleteThreatHuntingJob.rb} +2 -2
- data/examples/v2/security-monitoring/DetachCase.rb +21 -0
- data/examples/v2/security-monitoring/GetSecretsRules.rb +8 -0
- data/examples/v2/security-monitoring/GetThreatHuntingJob.rb +12 -0
- data/examples/v2/security-monitoring/ListMultipleRulesets.rb +17 -0
- data/examples/v2/security-monitoring/ListThreatHuntingJobs.rb +8 -0
- data/examples/v2/security-monitoring/ListThreatHuntingJobs_1365512061.rb +15 -0
- data/examples/v2/security-monitoring/{RunHistoricalJob.rb → RunThreatHuntingJob.rb} +9 -9
- data/examples/v2/software-catalog/PreviewCatalogEntities.rb +5 -0
- data/examples/v2/teams/AddTeamHierarchyLink.rb +31 -0
- data/examples/v2/teams/CreateTeamConnections.rb +37 -0
- data/examples/v2/teams/DeleteTeamConnections.rb +17 -0
- data/examples/v2/teams/GetTeamHierarchyLink.rb +8 -0
- data/examples/v2/teams/GetTeamSync.rb +8 -0
- data/examples/v2/teams/ListTeamConnections.rb +8 -0
- data/examples/v2/teams/ListTeamConnections_1473516764.rb +14 -0
- data/examples/v2/teams/ListTeamConnections_2418873869.rb +8 -0
- data/examples/v2/teams/ListTeamHierarchyLinks.rb +15 -0
- data/examples/v2/teams/ListTeamHierarchyLinks_3360757486.rb +5 -0
- data/examples/v2/teams/RemoveTeamHierarchyLink.rb +8 -0
- data/lib/datadog_api_client/configuration.rb +50 -5
- data/lib/datadog_api_client/inflector.rb +312 -14
- data/lib/datadog_api_client/v1/api/aws_integration_api.rb +18 -9
- data/lib/datadog_api_client/v1/api/aws_logs_integration_api.rb +1 -1
- data/lib/datadog_api_client/v1/api/key_management_api.rb +5 -0
- data/lib/datadog_api_client/v1/api/metrics_api.rb +5 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +2 -0
- data/lib/datadog_api_client/v1/models/aws_account.rb +5 -3
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor.rb +13 -1
- data/lib/datadog_api_client/v1/models/monitor_asset.rb +186 -0
- data/lib/datadog_api_client/v1/models/monitor_asset_category.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor_asset_resource_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/monitor_update_request.rb +14 -1
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +314 -4
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +314 -4
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +311 -1
- data/lib/datadog_api_client/v2/api/aws_integration_api.rb +194 -0
- data/lib/datadog_api_client/v2/api/deployment_gates_api.rb +632 -0
- data/lib/datadog_api_client/v2/api/error_tracking_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/events_api.rb +2 -0
- data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +871 -31
- data/lib/datadog_api_client/v2/api/incidents_api.rb +3 -0
- data/lib/datadog_api_client/v2/api/key_management_api.rb +4 -2
- data/lib/datadog_api_client/v2/api/logs_restriction_queries_api.rb +842 -0
- data/lib/datadog_api_client/v2/api/on_call_api.rb +2 -2
- data/lib/datadog_api_client/v2/api/reference_tables_api.rb +164 -16
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
- data/lib/datadog_api_client/v2/api/rum_audience_management_api.rb +765 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +708 -219
- data/lib/datadog_api_client/v2/api/software_catalog_api.rb +57 -0
- data/lib/datadog_api_client/v2/api/teams_api.rb +628 -1
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +1 -1
- data/lib/datadog_api_client/v2/models/attach_case_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/attach_case_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/attach_case_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/attach_jira_issue_request_data_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_account_create_request_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_partition.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_response_data.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_attributes.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_account_update_request_data.rb +2 -1
- data/lib/datadog_api_client/v2/models/aws_event_bridge_account_configuration.rb +130 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request_attributes.rb +178 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response_attributes.rb +136 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_create_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_attributes.rb +166 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_delete_status.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_list_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_source.rb +116 -0
- data/lib/datadog_api_client/v2/models/aws_event_bridge_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aws_lambda_forwarder_config.rb +7 -4
- data/lib/datadog_api_client/v2/models/aws_log_source_tag_filter.rb +7 -3
- data/lib/datadog_api_client/v2/models/aws_logs_config.rb +3 -2
- data/lib/datadog_api_client/v2/models/aws_namespace_filters_exclude_only.rb +8 -4
- data/lib/datadog_api_client/v2/models/aws_namespace_tag_filter.rb +6 -4
- data/lib/datadog_api_client/v2/models/aws_resources_config.rb +5 -2
- data/lib/datadog_api_client/v2/models/batch_delete_rows_request_array.rb +129 -0
- data/lib/datadog_api_client/v2/models/batch_delete_rows_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_array.rb +129 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/batch_upsert_rows_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_insights_items.rb +125 -0
- data/lib/datadog_api_client/v2/models/case_management_project.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_management_project_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_management_project_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/configured_schedule.rb +186 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target.rb +144 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_relationships_schedule.rb +123 -0
- data/lib/datadog_api_client/v2/models/configured_schedule_target_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/connected_team_ref.rb +105 -0
- data/lib/datadog_api_client/v2/models/connected_team_ref_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/connected_team_ref_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/connections_page_pagination.rb +184 -0
- data/lib/datadog_api_client/v2/models/connections_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_case_request_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_case_request_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/create_case_request_data_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/create_case_request_data_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/{historical_job_response.rb → create_connection_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/create_connection_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/create_connection_request_data_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/create_connection_request_data_attributes_fields_items.rb +197 -0
- data/lib/datadog_api_client/v2/models/create_deployment_gate_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_deployment_gate_params_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_deployment_gate_params_data_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/create_deployment_rule_params.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_deployment_rule_params_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_deployment_rule_params_data_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_array.rb +137 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_array_included.rb +64 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_attributes_fields.rb +105 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships_case.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_jira_issue_request_data_relationships_case_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_table_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_table_request_data.rb +6 -41
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes.rb +6 -6
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_cloud_storage.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details.rb +4 -4
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +3 -3
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +5 -5
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +4 -4
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_table_request_data_attributes_schema_fields_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/create_upload_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_upload_request_data.rb +6 -41
- data/lib/datadog_api_client/v2/models/create_upload_request_data_attributes.rb +5 -5
- data/lib/datadog_api_client/v2/models/create_upload_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/create_upload_response_data.rb +7 -32
- data/lib/datadog_api_client/v2/models/create_upload_response_data_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/deployment_gate_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes.rb +248 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes_created_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_gate_response_data_attributes_updated_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_options_faulty_deployment_detection.rb +92 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_options_monitor.rb +108 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes.rb +269 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_created_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/deployment_rule_response_data_attributes_updated_by.rb +143 -0
- data/lib/datadog_api_client/v2/models/deployment_rules_options.rb +63 -0
- data/lib/datadog_api_client/v2/models/detach_case_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/detach_case_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/detach_case_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_attributes.rb +187 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships.rb +145 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_incidents_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_oncalls_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_raw_schema_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities.rb +107 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities_data_items.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_related_entities_data_items_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_relationships_schema_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/escalation_policy_create_request_data_attributes.rb +28 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_create_request_data_attributes_steps_items.rb +16 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_data_attributes.rb +20 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_included.rb +3 -2
- data/lib/datadog_api_client/v2/models/escalation_policy_step_target.rb +12 -2
- data/lib/datadog_api_client/v2/models/escalation_policy_step_target_config.rb +105 -0
- data/lib/datadog_api_client/v2/models/escalation_policy_step_target_config_schedule.rb +105 -0
- data/lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes.rb +28 -1
- data/lib/datadog_api_client/v2/models/escalation_policy_update_request_data_attributes_steps_items.rb +16 -1
- data/lib/datadog_api_client/v2/models/escalation_target.rb +3 -2
- data/lib/datadog_api_client/v2/models/facet_info_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_attributes_term_search.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/facet_info_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result.rb +117 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result_range.rb +115 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_attributes_result_values_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/facet_info_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/finding_case_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb +277 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/finding_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/finding_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{table_result_v2_data_attributes_file_metadata_local_file.rb → finding_jira_issue.rb} +19 -19
- data/lib/datadog_api_client/v2/models/finding_jira_issue_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/findings.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_attributes.rb +327 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_attributes_tags_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_attributes.rb +137 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_details.rb +403 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_info_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version.rb +154 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_version_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_agent_versions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/fleet_agents_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_configuration_file.rb +125 -0
- data/lib/datadog_api_client/v2/models/fleet_configuration_layer.rb +155 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_attributes.rb +29 -2
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_create.rb +1 -1
- data/lib/datadog_api_client/v2/models/fleet_deployment_configure_create_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/fleet_deployment_host.rb +137 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_host_package.rb +136 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_hosts_page.rb +135 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_operation.rb +2 -2
- data/lib/datadog_api_client/v2/models/fleet_deployment_package.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_package_upgrade_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_deployment_response.rb +13 -3
- data/lib/datadog_api_client/v2/models/fleet_deployment_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_detected_integration.rb +115 -0
- data/lib/datadog_api_client/v2/models/fleet_integration_details.rb +197 -0
- data/lib/datadog_api_client/v2/models/fleet_integrations_by_status.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule.rb +165 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_attributes.rb +214 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch.rb +133 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch_attributes.rb +174 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_patch_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_recurrence_rule.rb +191 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/fleet_schedule_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/fleet_schedules_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/gcp_metric_namespace_config.rb +13 -1
- data/lib/datadog_api_client/v2/models/get_mapping_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_attributes_attributes_items.rb +157 -0
- data/lib/datadog_api_client/v2/models/get_mapping_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items.rb +367 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_arguments_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_attributes_rulesets_items_rules_items_tests_items.rb +147 -0
- data/lib/datadog_api_client/v2/models/get_multiple_rulesets_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/httpcd_gates_bad_request_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/httpcd_gates_not_found_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/httpcd_rules_not_found_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/jira_issues_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/job_create_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_create_response_data.rb +1 -1
- data/lib/datadog_api_client/v2/models/job_definition.rb +3 -3
- data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +1 -1
- data/lib/datadog_api_client/v2/models/layer_attributes.rb +13 -3
- data/lib/datadog_api_client/v2/models/{run_historical_job_request.rb → list_connections_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/list_connections_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items.rb +187 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_attributes_connections_items_join.rb +115 -0
- data/lib/datadog_api_client/v2/models/list_connections_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{list_historical_jobs_response.rb → list_threat_hunting_jobs_response.rb} +6 -6
- data/lib/datadog_api_client/v2/models/logs_restriction_queries_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_condition.rb +1 -1
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_conditional_recipients.rb +2 -2
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_filter.rb +2 -1
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_filter_scope.rb +106 -0
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_filter_tags.rb +2 -2
- data/lib/datadog_api_client/v2/models/monitor_notification_rule_response_attributes.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_chronicle_destination.rb +1 -12
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_cloud_storage_destination.rb +2 -24
- data/lib/datadog_api_client/v2/models/observability_pipeline_google_pub_sub_source.rb +1 -12
- data/lib/datadog_api_client/v2/models/patch_table_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/patch_table_request_data.rb +6 -41
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes.rb +5 -5
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata.rb +1 -1
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_cloud_storage.rb +1 -1
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details.rb +4 -4
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +3 -3
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +5 -5
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +4 -4
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema.rb +3 -3
- data/lib/datadog_api_client/v2/models/patch_table_request_data_attributes_schema_fields_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/preview_entity_response_data.rb +153 -0
- data/lib/datadog_api_client/v2/models/query_account_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data_attributes_sort.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_account_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_attributes_event_query_time_frame.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_event_filtered_users_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/query_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_response_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_response_data_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/query_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/query_users_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data_attributes.rb +147 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data_attributes_sort.rb +115 -0
- data/lib/datadog_api_client/v2/models/query_users_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/relationship_to_user_team_permission.rb +8 -0
- data/lib/datadog_api_client/v2/models/restriction_query_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/restriction_query_create_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/restriction_query_create_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/restriction_query_create_payload.rb +105 -0
- data/lib/datadog_api_client/v2/models/restriction_query_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/restriction_query_response_included_item.rb +62 -0
- data/lib/datadog_api_client/v2/models/restriction_query_role.rb +165 -0
- data/lib/datadog_api_client/v2/models/restriction_query_role_attribute.rb +105 -0
- data/lib/datadog_api_client/v2/models/restriction_query_roles_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/restriction_query_update_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/restriction_query_update_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/restriction_query_update_payload.rb +105 -0
- data/lib/datadog_api_client/v2/models/restriction_query_with_relationships.rb +135 -0
- data/lib/datadog_api_client/v2/models/restriction_query_with_relationships_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/restriction_query_without_relationships.rb +125 -0
- data/lib/datadog_api_client/v2/models/restriction_query_without_relationships_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/run_threat_hunting_job_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{run_historical_job_request_attributes.rb → run_threat_hunting_job_request_attributes.rb} +5 -5
- data/lib/datadog_api_client/v2/models/{run_historical_job_request_data.rb → run_threat_hunting_job_request_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/{run_historical_job_request_data_type.rb → run_threat_hunting_job_request_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/schedule_create_request_data_attributes_layers_items.rb +13 -3
- data/lib/datadog_api_client/v2/models/schedule_target.rb +1 -1
- data/lib/datadog_api_client/v2/models/schedule_target_position.rb +28 -0
- data/lib/datadog_api_client/v2/models/schedule_update_request_data_attributes_layers_items.rb +13 -3
- data/lib/datadog_api_client/v2/models/secret_rule_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes.rb +189 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation.rb +203 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_invalid_http_status_code_items.rb +152 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_attributes_match_validation_valid_http_status_code_items.rb +152 -0
- data/lib/datadog_api_client/v2/models/secret_rule_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_signal_archive_reason.rb +2 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_create_attributes.rb +15 -3
- data/lib/datadog_api_client/v2/models/security_monitoring_suppression_update_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/table_result_v2.rb +2 -2
- data/lib/datadog_api_client/v2/models/table_result_v2_array.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_result_v2_data.rb +7 -32
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes.rb +16 -8
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata.rb +102 -37
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details.rb +4 -4
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_aws_detail.rb +3 -3
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_azure_detail.rb +5 -5
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_file_metadata_one_of_access_details_gcp_detail.rb +4 -4
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema.rb +2 -2
- data/lib/datadog_api_client/v2/models/table_result_v2_data_attributes_schema_fields_items.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_row_resource_array.rb +1 -1
- data/lib/datadog_api_client/v2/models/table_row_resource_data.rb +7 -32
- data/lib/datadog_api_client/v2/models/table_row_resource_data_attributes.rb +7 -32
- data/lib/datadog_api_client/v2/models/team_attributes.rb +13 -1
- data/lib/datadog_api_client/v2/models/team_connection.rb +164 -0
- data/lib/datadog_api_client/v2/models/team_connection_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_connection_create_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/team_connection_create_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/team_connection_delete_request.rb +125 -0
- data/lib/datadog_api_client/v2/models/team_connection_delete_request_data_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_connection_relationships.rb +115 -0
- data/lib/datadog_api_client/v2/models/team_connection_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_connections_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link.rb +175 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_team.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_create_team_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_response.rb +127 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_team.rb +154 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_team_attributes.rb +223 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_team_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_link_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_hierarchy_links_response.rb +139 -0
- data/lib/datadog_api_client/v2/models/team_ref.rb +105 -0
- data/lib/datadog_api_client/v2/models/team_ref_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/team_ref_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/team_sync_attributes.rb +22 -2
- data/lib/datadog_api_client/v2/models/team_sync_attributes_frequency.rb +28 -0
- data/lib/datadog_api_client/v2/models/team_sync_attributes_type.rb +2 -1
- data/lib/datadog_api_client/v2/models/team_sync_data.rb +12 -2
- data/lib/datadog_api_client/v2/models/team_sync_request.rb +1 -1
- data/lib/datadog_api_client/v2/models/team_sync_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/teams_hierarchy_links_response_links.rb +156 -0
- data/lib/datadog_api_client/v2/models/teams_hierarchy_links_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/teams_hierarchy_links_response_meta_page.rb +184 -0
- data/lib/datadog_api_client/v2/models/{historical_job_data_type.rb → threat_hunting_job_data_type.rb} +1 -1
- data/lib/datadog_api_client/v2/models/{historical_job_list_meta.rb → threat_hunting_job_list_meta.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_options.rb → threat_hunting_job_options.rb} +2 -2
- data/lib/datadog_api_client/v2/models/{historical_job_query.rb → threat_hunting_job_query.rb} +3 -3
- data/lib/datadog_api_client/v2/models/threat_hunting_job_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/{historical_job_response_attributes.rb → threat_hunting_job_response_attributes.rb} +17 -7
- data/lib/datadog_api_client/v2/models/{historical_job_response_data.rb → threat_hunting_job_response_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/update_connection_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_attributes.rb +131 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_attributes_fields_to_update_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/update_connection_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/update_deployment_gate_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_deployment_gate_params_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/update_deployment_gate_params_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_deployment_rule_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_deployment_rule_params_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/{table_result_v2_data_attributes_file_metadata_cloud_storage.rb → update_deployment_rule_params_data_attributes.rb} +61 -41
- data/lib/datadog_api_client/v2/models/user_attributes.rb +12 -1
- data/lib/datadog_api_client/version.rb +1 -1
- metadata +393 -20
- data/examples/v2/security-monitoring/CancelHistoricalJob.rb +0 -12
- data/examples/v2/security-monitoring/GetHistoricalJob.rb +0 -12
- data/examples/v2/security-monitoring/ListHistoricalJobs.rb +0 -15
|
@@ -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:
|
|
@@ -7245,6 +7255,12 @@ components:
|
|
|
7245
7255
|
Monitor:
|
|
7246
7256
|
description: Object describing a monitor.
|
|
7247
7257
|
properties:
|
|
7258
|
+
assets:
|
|
7259
|
+
description: The list of monitor assets tied to a monitor, which represents
|
|
7260
|
+
key links for users to take action on monitor alerts (for example, runbooks).
|
|
7261
|
+
items:
|
|
7262
|
+
$ref: '#/components/schemas/MonitorAsset'
|
|
7263
|
+
type: array
|
|
7248
7264
|
created:
|
|
7249
7265
|
description: Timestamp of the monitor creation.
|
|
7250
7266
|
format: date-time
|
|
@@ -7328,6 +7344,52 @@ components:
|
|
|
7328
7344
|
- type
|
|
7329
7345
|
- query
|
|
7330
7346
|
type: object
|
|
7347
|
+
MonitorAsset:
|
|
7348
|
+
description: 'Represents key links tied to a monitor to help users take action
|
|
7349
|
+
on alerts.
|
|
7350
|
+
|
|
7351
|
+
This feature is in Preview and only available to users with the feature enabled.'
|
|
7352
|
+
properties:
|
|
7353
|
+
category:
|
|
7354
|
+
$ref: '#/components/schemas/MonitorAssetCategory'
|
|
7355
|
+
name:
|
|
7356
|
+
description: Name for the monitor asset
|
|
7357
|
+
example: Monitor Runbook
|
|
7358
|
+
type: string
|
|
7359
|
+
resource_key:
|
|
7360
|
+
description: Represents the identifier of the internal Datadog resource
|
|
7361
|
+
that this asset represents. IDs in this field should be passed in as strings.
|
|
7362
|
+
example: '12345'
|
|
7363
|
+
type: string
|
|
7364
|
+
resource_type:
|
|
7365
|
+
$ref: '#/components/schemas/MonitorAssetResourceType'
|
|
7366
|
+
url:
|
|
7367
|
+
description: URL link for the asset. For links with an internal resource
|
|
7368
|
+
type set, this should be the relative path to where the Datadog domain
|
|
7369
|
+
is appended internally. For external links, this should be the full URL
|
|
7370
|
+
path.
|
|
7371
|
+
example: /notebooks/12345
|
|
7372
|
+
type: string
|
|
7373
|
+
required:
|
|
7374
|
+
- name
|
|
7375
|
+
- url
|
|
7376
|
+
- category
|
|
7377
|
+
type: object
|
|
7378
|
+
MonitorAssetCategory:
|
|
7379
|
+
description: Indicates the type of asset this entity represents on a monitor.
|
|
7380
|
+
enum:
|
|
7381
|
+
- runbook
|
|
7382
|
+
example: runbook
|
|
7383
|
+
type: string
|
|
7384
|
+
x-enum-varnames:
|
|
7385
|
+
- RUNBOOK
|
|
7386
|
+
MonitorAssetResourceType:
|
|
7387
|
+
description: Type of internal Datadog resource associated with a monitor asset.
|
|
7388
|
+
enum:
|
|
7389
|
+
- notebook
|
|
7390
|
+
type: string
|
|
7391
|
+
x-enum-varnames:
|
|
7392
|
+
- NOTEBOOK
|
|
7331
7393
|
MonitorDeviceID:
|
|
7332
7394
|
description: ID of the device the Synthetics monitor is running on. Same as
|
|
7333
7395
|
`SyntheticsDeviceID`.
|
|
@@ -8442,6 +8504,13 @@ components:
|
|
|
8442
8504
|
MonitorUpdateRequest:
|
|
8443
8505
|
description: Object describing a monitor update request.
|
|
8444
8506
|
properties:
|
|
8507
|
+
assets:
|
|
8508
|
+
description: The list of monitor assets tied to a monitor, which represents
|
|
8509
|
+
key links for users to take action on monitor alerts (for example, runbooks).
|
|
8510
|
+
items:
|
|
8511
|
+
$ref: '#/components/schemas/MonitorAsset'
|
|
8512
|
+
nullable: true
|
|
8513
|
+
type: array
|
|
8445
8514
|
created:
|
|
8446
8515
|
description: Timestamp of the monitor creation.
|
|
8447
8516
|
format: date-time
|
|
@@ -20690,6 +20759,11 @@ components:
|
|
|
20690
20759
|
hours in the current date for the given org.
|
|
20691
20760
|
format: int64
|
|
20692
20761
|
type: integer
|
|
20762
|
+
apm_enterprise_standalone_hosts_top99p:
|
|
20763
|
+
description: Shows the 99th percentile of all distinct standalone Enterprise
|
|
20764
|
+
hosts over all hours in the current date for all organizations.
|
|
20765
|
+
format: int64
|
|
20766
|
+
type: integer
|
|
20693
20767
|
apm_fargate_count_avg:
|
|
20694
20768
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
20695
20769
|
in the current date for all organizations.
|
|
@@ -20700,6 +20774,11 @@ components:
|
|
|
20700
20774
|
hours in the current date for all organizations.
|
|
20701
20775
|
format: int64
|
|
20702
20776
|
type: integer
|
|
20777
|
+
apm_pro_standalone_hosts_top99p:
|
|
20778
|
+
description: Shows the 99th percentile of all distinct standalone Pro hosts
|
|
20779
|
+
over all hours in the current date for all organizations.
|
|
20780
|
+
format: int64
|
|
20781
|
+
type: integer
|
|
20703
20782
|
appsec_fargate_count_avg:
|
|
20704
20783
|
description: Shows the average of all Application Security Monitoring ECS
|
|
20705
20784
|
Fargate tasks over all hours in the current date for all organizations.
|
|
@@ -20752,6 +20831,11 @@ components:
|
|
|
20752
20831
|
current date for all organizations.
|
|
20753
20832
|
format: int64
|
|
20754
20833
|
type: integer
|
|
20834
|
+
bits_ai_investigations_sum:
|
|
20835
|
+
description: Shows the sum of all Bits AI Investigations over all hours
|
|
20836
|
+
in the current date for all organizations.
|
|
20837
|
+
format: int64
|
|
20838
|
+
type: integer
|
|
20755
20839
|
browser_rum_lite_session_count_sum:
|
|
20756
20840
|
deprecated: true
|
|
20757
20841
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
@@ -21171,6 +21255,11 @@ components:
|
|
|
21171
21255
|
users over all hours in the current date for all organizations.
|
|
21172
21256
|
format: int64
|
|
21173
21257
|
type: integer
|
|
21258
|
+
incident_management_seats_hwm:
|
|
21259
|
+
description: Shows the high-water mark of Incident Management seats over
|
|
21260
|
+
all hours on the current date for all organizations.
|
|
21261
|
+
format: int64
|
|
21262
|
+
type: integer
|
|
21174
21263
|
indexed_events_count_sum:
|
|
21175
21264
|
description: Shows the sum of all log events indexed over all hours in the
|
|
21176
21265
|
current date for all organizations.
|
|
@@ -21299,6 +21388,11 @@ components:
|
|
|
21299
21388
|
hosts over all hours in the current date for the given org.
|
|
21300
21389
|
format: int64
|
|
21301
21390
|
type: integer
|
|
21391
|
+
on_call_seat_hwm:
|
|
21392
|
+
description: Shows the high-water mark of On-Call seats over all hours in
|
|
21393
|
+
the current date for all organizations.
|
|
21394
|
+
format: int64
|
|
21395
|
+
type: integer
|
|
21302
21396
|
online_archive_events_count_sum:
|
|
21303
21397
|
description: Sum of all online archived events over all hours in the current
|
|
21304
21398
|
date for all organizations.
|
|
@@ -21538,19 +21632,163 @@ components:
|
|
|
21538
21632
|
organizations.
|
|
21539
21633
|
format: int64
|
|
21540
21634
|
type: integer
|
|
21635
|
+
serverless_apps_apm_apm_azure_appservice_instances_avg:
|
|
21636
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21637
|
+
Performance Monitoring for Azure App Service instances for the current
|
|
21638
|
+
date for all organizations.
|
|
21639
|
+
format: int64
|
|
21640
|
+
type: integer
|
|
21641
|
+
serverless_apps_apm_apm_azure_azurefunction_instances_avg:
|
|
21642
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21643
|
+
Performance Monitoring for Azure Function instances for the current date
|
|
21644
|
+
for all organizations.
|
|
21645
|
+
format: int64
|
|
21646
|
+
type: integer
|
|
21647
|
+
serverless_apps_apm_apm_azure_containerapp_instances_avg:
|
|
21648
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21649
|
+
Performance Monitoring for Azure Container App instances for the current
|
|
21650
|
+
date for all organizations.
|
|
21651
|
+
format: int64
|
|
21652
|
+
type: integer
|
|
21653
|
+
serverless_apps_apm_apm_fargate_ecs_tasks_avg:
|
|
21654
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21655
|
+
Performance Monitoring for Fargate Elastic Container Service tasks for
|
|
21656
|
+
the current date for all organizations.
|
|
21657
|
+
format: int64
|
|
21658
|
+
type: integer
|
|
21659
|
+
serverless_apps_apm_apm_gcp_cloudfunction_instances_avg:
|
|
21660
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21661
|
+
Performance Monitoring for Google Cloud Platform Cloud Function instances
|
|
21662
|
+
for the current date for all organizations.
|
|
21663
|
+
format: int64
|
|
21664
|
+
type: integer
|
|
21665
|
+
serverless_apps_apm_apm_gcp_cloudrun_instances_avg:
|
|
21666
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21667
|
+
Performance Monitoring for Google Cloud Platform Cloud Run instances for
|
|
21668
|
+
the current date for all organizations.
|
|
21669
|
+
format: int64
|
|
21670
|
+
type: integer
|
|
21671
|
+
serverless_apps_apm_avg:
|
|
21672
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21673
|
+
Performance Monitoring for the current date for all organizations.
|
|
21674
|
+
format: int64
|
|
21675
|
+
type: integer
|
|
21676
|
+
serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg:
|
|
21677
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21678
|
+
Performance Monitoring excluding Fargate for Azure App Service instances
|
|
21679
|
+
for the current date for all organizations.
|
|
21680
|
+
format: int64
|
|
21681
|
+
type: integer
|
|
21682
|
+
serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg:
|
|
21683
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21684
|
+
Performance Monitoring excluding Fargate for Azure Function instances
|
|
21685
|
+
for the current date for all organizations.
|
|
21686
|
+
format: int64
|
|
21687
|
+
type: integer
|
|
21688
|
+
serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg:
|
|
21689
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21690
|
+
Performance Monitoring excluding Fargate for Azure Container App instances
|
|
21691
|
+
for the current date for all organizations.
|
|
21692
|
+
format: int64
|
|
21693
|
+
type: integer
|
|
21694
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg:
|
|
21695
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21696
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
21697
|
+
Function instances for the current date for all organizations.
|
|
21698
|
+
format: int64
|
|
21699
|
+
type: integer
|
|
21700
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg:
|
|
21701
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21702
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
21703
|
+
Run instances for the current date for all organizations.
|
|
21704
|
+
format: int64
|
|
21705
|
+
type: integer
|
|
21706
|
+
serverless_apps_apm_excl_fargate_avg:
|
|
21707
|
+
description: Shows the average number of Serverless Apps with Application
|
|
21708
|
+
Performance Monitoring excluding Fargate for the current date for all
|
|
21709
|
+
organizations.
|
|
21710
|
+
format: int64
|
|
21711
|
+
type: integer
|
|
21712
|
+
serverless_apps_azure_container_app_instances_avg:
|
|
21713
|
+
description: Shows the average number of Serverless Apps for Azure Container
|
|
21714
|
+
App instances for the current date for all organizations.
|
|
21715
|
+
format: int64
|
|
21716
|
+
type: integer
|
|
21541
21717
|
serverless_apps_azure_count_avg:
|
|
21542
|
-
description: Shows the average
|
|
21543
|
-
|
|
21718
|
+
description: Shows the average number of Serverless Apps for Azure for the
|
|
21719
|
+
given date and given org.
|
|
21720
|
+
format: int64
|
|
21721
|
+
type: integer
|
|
21722
|
+
serverless_apps_azure_function_app_instances_avg:
|
|
21723
|
+
description: Shows the average number of Serverless Apps for Azure Function
|
|
21724
|
+
App instances for the current date for all organizations.
|
|
21725
|
+
format: int64
|
|
21726
|
+
type: integer
|
|
21727
|
+
serverless_apps_azure_web_app_instances_avg:
|
|
21728
|
+
description: Shows the average number of Serverless Apps for Azure Web App
|
|
21729
|
+
instances for the current date for all organizations.
|
|
21730
|
+
format: int64
|
|
21731
|
+
type: integer
|
|
21732
|
+
serverless_apps_ecs_avg:
|
|
21733
|
+
description: Shows the average number of Serverless Apps for Elastic Container
|
|
21734
|
+
Service for the current date for all organizations.
|
|
21735
|
+
format: int64
|
|
21736
|
+
type: integer
|
|
21737
|
+
serverless_apps_eks_avg:
|
|
21738
|
+
description: Shows the average number of Serverless Apps for Elastic Kubernetes
|
|
21739
|
+
Service for the current date for all organizations.
|
|
21740
|
+
format: int64
|
|
21741
|
+
type: integer
|
|
21742
|
+
serverless_apps_excl_fargate_avg:
|
|
21743
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21744
|
+
for the current date for all organizations.
|
|
21745
|
+
format: int64
|
|
21746
|
+
type: integer
|
|
21747
|
+
serverless_apps_excl_fargate_azure_container_app_instances_avg:
|
|
21748
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21749
|
+
for Azure Container App instances for the current date for all organizations.
|
|
21750
|
+
format: int64
|
|
21751
|
+
type: integer
|
|
21752
|
+
serverless_apps_excl_fargate_azure_function_app_instances_avg:
|
|
21753
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21754
|
+
for Azure Function App instances for the current date for all organizations.
|
|
21755
|
+
format: int64
|
|
21756
|
+
type: integer
|
|
21757
|
+
serverless_apps_excl_fargate_azure_web_app_instances_avg:
|
|
21758
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21759
|
+
for Azure Web App instances for the current date for all organizations.
|
|
21760
|
+
format: int64
|
|
21761
|
+
type: integer
|
|
21762
|
+
serverless_apps_excl_fargate_google_cloud_functions_instances_avg:
|
|
21763
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21764
|
+
for Google Cloud Platform Cloud Functions instances for the current date
|
|
21765
|
+
for all organizations.
|
|
21766
|
+
format: int64
|
|
21767
|
+
type: integer
|
|
21768
|
+
serverless_apps_excl_fargate_google_cloud_run_instances_avg:
|
|
21769
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
21770
|
+
for Google Cloud Platform Cloud Run instances for the current date for
|
|
21771
|
+
all organizations.
|
|
21772
|
+
format: int64
|
|
21773
|
+
type: integer
|
|
21774
|
+
serverless_apps_google_cloud_functions_instances_avg:
|
|
21775
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
21776
|
+
Platform Cloud Functions instances for the current date for all organizations.
|
|
21777
|
+
format: int64
|
|
21778
|
+
type: integer
|
|
21779
|
+
serverless_apps_google_cloud_run_instances_avg:
|
|
21780
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
21781
|
+
Platform Cloud Run instances for the current date for all organizations.
|
|
21544
21782
|
format: int64
|
|
21545
21783
|
type: integer
|
|
21546
21784
|
serverless_apps_google_count_avg:
|
|
21547
|
-
description: Shows the average
|
|
21548
|
-
|
|
21785
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
21786
|
+
for the given date and given org.
|
|
21549
21787
|
format: int64
|
|
21550
21788
|
type: integer
|
|
21551
21789
|
serverless_apps_total_count_avg:
|
|
21552
|
-
description: Shows the average
|
|
21553
|
-
|
|
21790
|
+
description: Shows the average number of Serverless Apps for Azure and Google
|
|
21791
|
+
Cloud for the given date and given org.
|
|
21554
21792
|
format: int64
|
|
21555
21793
|
type: integer
|
|
21556
21794
|
siem_analyzed_logs_add_on_count_sum:
|
|
@@ -21634,6 +21872,11 @@ components:
|
|
|
21634
21872
|
hours in the current date for the given org.
|
|
21635
21873
|
format: int64
|
|
21636
21874
|
type: integer
|
|
21875
|
+
apm_enterprise_standalone_hosts_top99p:
|
|
21876
|
+
description: Shows the 99th percentile of all distinct standalone Enterprise
|
|
21877
|
+
hosts over all hours in the current date for the given org.
|
|
21878
|
+
format: int64
|
|
21879
|
+
type: integer
|
|
21637
21880
|
apm_fargate_count_avg:
|
|
21638
21881
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
21639
21882
|
in the current month for the given org.
|
|
@@ -21644,6 +21887,11 @@ components:
|
|
|
21644
21887
|
hours in the current date for the given org.
|
|
21645
21888
|
format: int64
|
|
21646
21889
|
type: integer
|
|
21890
|
+
apm_pro_standalone_hosts_top99p:
|
|
21891
|
+
description: Shows the 99th percentile of all distinct standalone Pro hosts
|
|
21892
|
+
over all hours in the current date for the given org.
|
|
21893
|
+
format: int64
|
|
21894
|
+
type: integer
|
|
21647
21895
|
appsec_fargate_count_avg:
|
|
21648
21896
|
description: Shows the average of all Application Security Monitoring ECS
|
|
21649
21897
|
Fargate tasks over all hours in the current month for the given org.
|
|
@@ -21696,6 +21944,11 @@ components:
|
|
|
21696
21944
|
current date for the given org.
|
|
21697
21945
|
format: int64
|
|
21698
21946
|
type: integer
|
|
21947
|
+
bits_ai_investigations_sum:
|
|
21948
|
+
description: Shows the sum of all Bits AI Investigations over all hours
|
|
21949
|
+
in the current date for the given org.
|
|
21950
|
+
format: int64
|
|
21951
|
+
type: integer
|
|
21699
21952
|
browser_rum_lite_session_count_sum:
|
|
21700
21953
|
deprecated: true
|
|
21701
21954
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
@@ -22123,6 +22376,11 @@ components:
|
|
|
22123
22376
|
users over all hours in the current date for the given org.
|
|
22124
22377
|
format: int64
|
|
22125
22378
|
type: integer
|
|
22379
|
+
incident_management_seats_hwm:
|
|
22380
|
+
description: Shows the high-water mark of Incident Management seats over
|
|
22381
|
+
all hours on the current date for the given organization.
|
|
22382
|
+
format: int64
|
|
22383
|
+
type: integer
|
|
22126
22384
|
indexed_events_count_sum:
|
|
22127
22385
|
deprecated: true
|
|
22128
22386
|
description: Shows the sum of all log events indexed over all hours in the
|
|
@@ -22252,6 +22510,11 @@ components:
|
|
|
22252
22510
|
hosts over all hours in the current date for the given org.
|
|
22253
22511
|
format: int64
|
|
22254
22512
|
type: integer
|
|
22513
|
+
on_call_seat_hwm:
|
|
22514
|
+
description: Shows the high-water mark of On-Call seats over all hours in
|
|
22515
|
+
the current date for the given org.
|
|
22516
|
+
format: int64
|
|
22517
|
+
type: integer
|
|
22255
22518
|
online_archive_events_count_sum:
|
|
22256
22519
|
description: Sum of all online archived events over all hours in the current
|
|
22257
22520
|
date for the given org.
|
|
@@ -22492,19 +22755,163 @@ components:
|
|
|
22492
22755
|
given org.
|
|
22493
22756
|
format: int64
|
|
22494
22757
|
type: integer
|
|
22758
|
+
serverless_apps_apm_apm_azure_appservice_instances_avg:
|
|
22759
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22760
|
+
Performance Monitoring for Azure App Service instances for the given date
|
|
22761
|
+
and given org.
|
|
22762
|
+
format: int64
|
|
22763
|
+
type: integer
|
|
22764
|
+
serverless_apps_apm_apm_azure_azurefunction_instances_avg:
|
|
22765
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22766
|
+
Performance Monitoring for Azure Function instances for the given date
|
|
22767
|
+
and given org.
|
|
22768
|
+
format: int64
|
|
22769
|
+
type: integer
|
|
22770
|
+
serverless_apps_apm_apm_azure_containerapp_instances_avg:
|
|
22771
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22772
|
+
Performance Monitoring for Azure Container App instances for the given
|
|
22773
|
+
date and given org.
|
|
22774
|
+
format: int64
|
|
22775
|
+
type: integer
|
|
22776
|
+
serverless_apps_apm_apm_fargate_ecs_tasks_avg:
|
|
22777
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22778
|
+
Performance Monitoring for Fargate Elastic Container Service tasks for
|
|
22779
|
+
the given date and given org.
|
|
22780
|
+
format: int64
|
|
22781
|
+
type: integer
|
|
22782
|
+
serverless_apps_apm_apm_gcp_cloudfunction_instances_avg:
|
|
22783
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22784
|
+
Performance Monitoring for Google Cloud Platform Cloud Function instances
|
|
22785
|
+
for the given date and given org.
|
|
22786
|
+
format: int64
|
|
22787
|
+
type: integer
|
|
22788
|
+
serverless_apps_apm_apm_gcp_cloudrun_instances_avg:
|
|
22789
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22790
|
+
Performance Monitoring for Google Cloud Platform Cloud Run instances for
|
|
22791
|
+
the given date and given org.
|
|
22792
|
+
format: int64
|
|
22793
|
+
type: integer
|
|
22794
|
+
serverless_apps_apm_avg:
|
|
22795
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22796
|
+
Performance Monitoring for the given date and given org.
|
|
22797
|
+
format: int64
|
|
22798
|
+
type: integer
|
|
22799
|
+
serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg:
|
|
22800
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22801
|
+
Performance Monitoring excluding Fargate for Azure App Service instances
|
|
22802
|
+
for the given date and given org.
|
|
22803
|
+
format: int64
|
|
22804
|
+
type: integer
|
|
22805
|
+
serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg:
|
|
22806
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22807
|
+
Performance Monitoring excluding Fargate for Azure Function instances
|
|
22808
|
+
for the given date and given org.
|
|
22809
|
+
format: int64
|
|
22810
|
+
type: integer
|
|
22811
|
+
serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg:
|
|
22812
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22813
|
+
Performance Monitoring excluding Fargate for Azure Container App instances
|
|
22814
|
+
for the given date and given org.
|
|
22815
|
+
format: int64
|
|
22816
|
+
type: integer
|
|
22817
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg:
|
|
22818
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22819
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
22820
|
+
Function instances for the given date and given org.
|
|
22821
|
+
format: int64
|
|
22822
|
+
type: integer
|
|
22823
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg:
|
|
22824
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22825
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
22826
|
+
Run instances for the given date and given org.
|
|
22827
|
+
format: int64
|
|
22828
|
+
type: integer
|
|
22829
|
+
serverless_apps_apm_excl_fargate_avg:
|
|
22830
|
+
description: Shows the average number of Serverless Apps with Application
|
|
22831
|
+
Performance Monitoring excluding Fargate for the given date and given
|
|
22832
|
+
org.
|
|
22833
|
+
format: int64
|
|
22834
|
+
type: integer
|
|
22835
|
+
serverless_apps_azure_container_app_instances_avg:
|
|
22836
|
+
description: Shows the average number of Serverless Apps for Azure Container
|
|
22837
|
+
App instances for the given date and given org.
|
|
22838
|
+
format: int64
|
|
22839
|
+
type: integer
|
|
22495
22840
|
serverless_apps_azure_count_avg:
|
|
22496
|
-
description: Shows the average
|
|
22841
|
+
description: Shows the average number of Serverless Apps for Azure for the
|
|
22842
|
+
given date and given org.
|
|
22843
|
+
format: int64
|
|
22844
|
+
type: integer
|
|
22845
|
+
serverless_apps_azure_function_app_instances_avg:
|
|
22846
|
+
description: Shows the average number of Serverless Apps for Azure Function
|
|
22847
|
+
App instances for the given date and given org.
|
|
22848
|
+
format: int64
|
|
22849
|
+
type: integer
|
|
22850
|
+
serverless_apps_azure_web_app_instances_avg:
|
|
22851
|
+
description: Shows the average number of Serverless Apps for Azure Web App
|
|
22852
|
+
instances for the given date and given org.
|
|
22853
|
+
format: int64
|
|
22854
|
+
type: integer
|
|
22855
|
+
serverless_apps_ecs_avg:
|
|
22856
|
+
description: Shows the average number of Serverless Apps for Elastic Container
|
|
22857
|
+
Service for the given date and given org.
|
|
22858
|
+
format: int64
|
|
22859
|
+
type: integer
|
|
22860
|
+
serverless_apps_eks_avg:
|
|
22861
|
+
description: Shows the average number of Serverless Apps for Elastic Kubernetes
|
|
22862
|
+
Service for the given date and given org.
|
|
22863
|
+
format: int64
|
|
22864
|
+
type: integer
|
|
22865
|
+
serverless_apps_excl_fargate_avg:
|
|
22866
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22497
22867
|
for the given date and given org.
|
|
22498
22868
|
format: int64
|
|
22499
22869
|
type: integer
|
|
22870
|
+
serverless_apps_excl_fargate_azure_container_app_instances_avg:
|
|
22871
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22872
|
+
for Azure Container App instances for the given date and given org.
|
|
22873
|
+
format: int64
|
|
22874
|
+
type: integer
|
|
22875
|
+
serverless_apps_excl_fargate_azure_function_app_instances_avg:
|
|
22876
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22877
|
+
for Azure Function App instances for the given date and given org.
|
|
22878
|
+
format: int64
|
|
22879
|
+
type: integer
|
|
22880
|
+
serverless_apps_excl_fargate_azure_web_app_instances_avg:
|
|
22881
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22882
|
+
for Azure Web App instances for the given date and given org.
|
|
22883
|
+
format: int64
|
|
22884
|
+
type: integer
|
|
22885
|
+
serverless_apps_excl_fargate_google_cloud_functions_instances_avg:
|
|
22886
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22887
|
+
for Google Cloud Platform Cloud Functions instances for the given date
|
|
22888
|
+
and given org.
|
|
22889
|
+
format: int64
|
|
22890
|
+
type: integer
|
|
22891
|
+
serverless_apps_excl_fargate_google_cloud_run_instances_avg:
|
|
22892
|
+
description: Shows the average number of Serverless Apps excluding Fargate
|
|
22893
|
+
for Google Cloud Platform Cloud Run instances for the given date and given
|
|
22894
|
+
org.
|
|
22895
|
+
format: int64
|
|
22896
|
+
type: integer
|
|
22897
|
+
serverless_apps_google_cloud_functions_instances_avg:
|
|
22898
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
22899
|
+
Platform Cloud Functions instances for the given date and given org.
|
|
22900
|
+
format: int64
|
|
22901
|
+
type: integer
|
|
22902
|
+
serverless_apps_google_cloud_run_instances_avg:
|
|
22903
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
22904
|
+
Platform Cloud Run instances for the given date and given org.
|
|
22905
|
+
format: int64
|
|
22906
|
+
type: integer
|
|
22500
22907
|
serverless_apps_google_count_avg:
|
|
22501
|
-
description: Shows the average
|
|
22502
|
-
|
|
22908
|
+
description: Shows the average number of Serverless Apps for Google Cloud
|
|
22909
|
+
for the given date and given org.
|
|
22503
22910
|
format: int64
|
|
22504
22911
|
type: integer
|
|
22505
22912
|
serverless_apps_total_count_avg:
|
|
22506
|
-
description: Shows the average
|
|
22507
|
-
|
|
22913
|
+
description: Shows the average number of Serverless Apps for Azure and Google
|
|
22914
|
+
Cloud for the given date and given org.
|
|
22508
22915
|
format: int64
|
|
22509
22916
|
type: integer
|
|
22510
22917
|
siem_analyzed_logs_add_on_count_sum:
|
|
@@ -22582,6 +22989,11 @@ components:
|
|
|
22582
22989
|
hours in the current month for all organizations.
|
|
22583
22990
|
format: int64
|
|
22584
22991
|
type: integer
|
|
22992
|
+
apm_enterprise_standalone_hosts_top99p_sum:
|
|
22993
|
+
description: Shows the sum of the 99th percentile of all distinct standalone
|
|
22994
|
+
Enterprise hosts over all hours in the current month for all organizations.
|
|
22995
|
+
format: int64
|
|
22996
|
+
type: integer
|
|
22585
22997
|
apm_fargate_count_avg_sum:
|
|
22586
22998
|
description: Shows the average of all APM ECS Fargate tasks over all hours
|
|
22587
22999
|
in the current month for all organizations.
|
|
@@ -22592,6 +23004,11 @@ components:
|
|
|
22592
23004
|
hours in the current month for all organizations.
|
|
22593
23005
|
format: int64
|
|
22594
23006
|
type: integer
|
|
23007
|
+
apm_pro_standalone_hosts_top99p_sum:
|
|
23008
|
+
description: Shows the sum of the 99th percentile of all distinct standalone
|
|
23009
|
+
Pro hosts over all hours in the current month for all organizations.
|
|
23010
|
+
format: int64
|
|
23011
|
+
type: integer
|
|
22595
23012
|
appsec_fargate_count_avg_sum:
|
|
22596
23013
|
description: Shows the average of all Application Security Monitoring ECS
|
|
22597
23014
|
Fargate tasks over all hours in the current month for all organizations.
|
|
@@ -22649,6 +23066,11 @@ components:
|
|
|
22649
23066
|
current month for all organizations.
|
|
22650
23067
|
format: int64
|
|
22651
23068
|
type: integer
|
|
23069
|
+
bits_ai_investigations_agg_sum:
|
|
23070
|
+
description: Shows the sum of all Bits AI Investigations over all hours
|
|
23071
|
+
in the current month for all organizations.
|
|
23072
|
+
format: int64
|
|
23073
|
+
type: integer
|
|
22652
23074
|
browser_rum_lite_session_count_agg_sum:
|
|
22653
23075
|
deprecated: true
|
|
22654
23076
|
description: Shows the sum of all browser lite sessions over all hours in
|
|
@@ -23076,6 +23498,11 @@ components:
|
|
|
23076
23498
|
active users in the current month for all organizations.
|
|
23077
23499
|
format: int64
|
|
23078
23500
|
type: integer
|
|
23501
|
+
incident_management_seats_hwm_sum:
|
|
23502
|
+
description: Shows the sum of the high-water marks of Incident Management
|
|
23503
|
+
seats over all hours in the current month for all organizations.
|
|
23504
|
+
format: int64
|
|
23505
|
+
type: integer
|
|
23079
23506
|
indexed_events_count_agg_sum:
|
|
23080
23507
|
deprecated: true
|
|
23081
23508
|
description: Shows the sum of all log events indexed over all hours in the
|
|
@@ -23226,6 +23653,11 @@ components:
|
|
|
23226
23653
|
over all hours in the current months for all organizations
|
|
23227
23654
|
format: int64
|
|
23228
23655
|
type: integer
|
|
23656
|
+
on_call_seat_hwm_sum:
|
|
23657
|
+
description: Shows the sum of the high-water marks of On-Call seats over
|
|
23658
|
+
all hours in the current month for all organizations.
|
|
23659
|
+
format: int64
|
|
23660
|
+
type: integer
|
|
23229
23661
|
online_archive_events_count_agg_sum:
|
|
23230
23662
|
description: Sum of all online archived events over all hours in the current
|
|
23231
23663
|
month for all organizations.
|
|
@@ -23477,11 +23909,155 @@ components:
|
|
|
23477
23909
|
organizations.
|
|
23478
23910
|
format: int64
|
|
23479
23911
|
type: integer
|
|
23912
|
+
serverless_apps_apm_apm_azure_appservice_instances_avg_sum:
|
|
23913
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23914
|
+
Performance Monitoring for Azure App Service instances in the current
|
|
23915
|
+
month for all organizations.
|
|
23916
|
+
format: int64
|
|
23917
|
+
type: integer
|
|
23918
|
+
serverless_apps_apm_apm_azure_azurefunction_instances_avg_sum:
|
|
23919
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23920
|
+
Performance Monitoring for Azure Function instances in the current month
|
|
23921
|
+
for all organizations.
|
|
23922
|
+
format: int64
|
|
23923
|
+
type: integer
|
|
23924
|
+
serverless_apps_apm_apm_azure_containerapp_instances_avg_sum:
|
|
23925
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23926
|
+
Performance Monitoring for Azure Container App instances in the current
|
|
23927
|
+
month for all organizations.
|
|
23928
|
+
format: int64
|
|
23929
|
+
type: integer
|
|
23930
|
+
serverless_apps_apm_apm_fargate_ecs_tasks_avg_sum:
|
|
23931
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23932
|
+
Performance Monitoring for Fargate Elastic Container Service tasks in
|
|
23933
|
+
the current month for all organizations.
|
|
23934
|
+
format: int64
|
|
23935
|
+
type: integer
|
|
23936
|
+
serverless_apps_apm_apm_gcp_cloudfunction_instances_avg_sum:
|
|
23937
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23938
|
+
Performance Monitoring for Google Cloud Platform Cloud Function instances
|
|
23939
|
+
in the current month for all organizations.
|
|
23940
|
+
format: int64
|
|
23941
|
+
type: integer
|
|
23942
|
+
serverless_apps_apm_apm_gcp_cloudrun_instances_avg_sum:
|
|
23943
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23944
|
+
Performance Monitoring for Google Cloud Platform Cloud Run instances in
|
|
23945
|
+
the current month for all organizations.
|
|
23946
|
+
format: int64
|
|
23947
|
+
type: integer
|
|
23948
|
+
serverless_apps_apm_avg_sum:
|
|
23949
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23950
|
+
Performance Monitoring in the current month for all organizations.
|
|
23951
|
+
format: int64
|
|
23952
|
+
type: integer
|
|
23953
|
+
serverless_apps_apm_excl_fargate_apm_azure_appservice_instances_avg_sum:
|
|
23954
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23955
|
+
Performance Monitoring excluding Fargate for Azure App Service instances
|
|
23956
|
+
in the current month for all organizations.
|
|
23957
|
+
format: int64
|
|
23958
|
+
type: integer
|
|
23959
|
+
serverless_apps_apm_excl_fargate_apm_azure_azurefunction_instances_avg_sum:
|
|
23960
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23961
|
+
Performance Monitoring excluding Fargate for Azure Function instances
|
|
23962
|
+
in the current month for all organizations.
|
|
23963
|
+
format: int64
|
|
23964
|
+
type: integer
|
|
23965
|
+
serverless_apps_apm_excl_fargate_apm_azure_containerapp_instances_avg_sum:
|
|
23966
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23967
|
+
Performance Monitoring excluding Fargate for Azure Container App instances
|
|
23968
|
+
in the current month for all organizations.
|
|
23969
|
+
format: int64
|
|
23970
|
+
type: integer
|
|
23971
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudfunction_instances_avg_sum:
|
|
23972
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23973
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
23974
|
+
Function instances in the current month for all organizations.
|
|
23975
|
+
format: int64
|
|
23976
|
+
type: integer
|
|
23977
|
+
serverless_apps_apm_excl_fargate_apm_gcp_cloudrun_instances_avg_sum:
|
|
23978
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23979
|
+
Performance Monitoring excluding Fargate for Google Cloud Platform Cloud
|
|
23980
|
+
Run instances in the current month for all organizations.
|
|
23981
|
+
format: int64
|
|
23982
|
+
type: integer
|
|
23983
|
+
serverless_apps_apm_excl_fargate_avg_sum:
|
|
23984
|
+
description: Sum of the average number of Serverless Apps with Application
|
|
23985
|
+
Performance Monitoring excluding Fargate in the current month for all
|
|
23986
|
+
organizations.
|
|
23987
|
+
format: int64
|
|
23988
|
+
type: integer
|
|
23989
|
+
serverless_apps_azure_container_app_instances_avg_sum:
|
|
23990
|
+
description: Sum of the average number of Serverless Apps for Azure Container
|
|
23991
|
+
App instances in the current month for all organizations.
|
|
23992
|
+
format: int64
|
|
23993
|
+
type: integer
|
|
23480
23994
|
serverless_apps_azure_count_avg_sum:
|
|
23481
23995
|
description: Sum of the average number of Serverless Apps for Azure in the
|
|
23482
23996
|
current month for all organizations.
|
|
23483
23997
|
format: int64
|
|
23484
23998
|
type: integer
|
|
23999
|
+
serverless_apps_azure_function_app_instances_avg_sum:
|
|
24000
|
+
description: Sum of the average number of Serverless Apps for Azure Function
|
|
24001
|
+
App instances in the current month for all organizations.
|
|
24002
|
+
format: int64
|
|
24003
|
+
type: integer
|
|
24004
|
+
serverless_apps_azure_web_app_instances_avg_sum:
|
|
24005
|
+
description: Sum of the average number of Serverless Apps for Azure Web
|
|
24006
|
+
App instances in the current month for all organizations.
|
|
24007
|
+
format: int64
|
|
24008
|
+
type: integer
|
|
24009
|
+
serverless_apps_ecs_avg_sum:
|
|
24010
|
+
description: Sum of the average number of Serverless Apps for Elastic Container
|
|
24011
|
+
Service in the current month for all organizations.
|
|
24012
|
+
format: int64
|
|
24013
|
+
type: integer
|
|
24014
|
+
serverless_apps_eks_avg_sum:
|
|
24015
|
+
description: Sum of the average number of Serverless Apps for Elastic Kubernetes
|
|
24016
|
+
Service in the current month for all organizations.
|
|
24017
|
+
format: int64
|
|
24018
|
+
type: integer
|
|
24019
|
+
serverless_apps_excl_fargate_avg_sum:
|
|
24020
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
24021
|
+
in the current month for all organizations.
|
|
24022
|
+
format: int64
|
|
24023
|
+
type: integer
|
|
24024
|
+
serverless_apps_excl_fargate_azure_container_app_instances_avg_sum:
|
|
24025
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
24026
|
+
for Azure Container App instances in the current month for all organizations.
|
|
24027
|
+
format: int64
|
|
24028
|
+
type: integer
|
|
24029
|
+
serverless_apps_excl_fargate_azure_function_app_instances_avg_sum:
|
|
24030
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
24031
|
+
for Azure Function App instances in the current month for all organizations.
|
|
24032
|
+
format: int64
|
|
24033
|
+
type: integer
|
|
24034
|
+
serverless_apps_excl_fargate_azure_web_app_instances_avg_sum:
|
|
24035
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
24036
|
+
for Azure Web App instances in the current month for all organizations.
|
|
24037
|
+
format: int64
|
|
24038
|
+
type: integer
|
|
24039
|
+
serverless_apps_excl_fargate_google_cloud_functions_instances_avg_sum:
|
|
24040
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
24041
|
+
for Google Cloud Platform Cloud Functions instances in the current month
|
|
24042
|
+
for all organizations.
|
|
24043
|
+
format: int64
|
|
24044
|
+
type: integer
|
|
24045
|
+
serverless_apps_excl_fargate_google_cloud_run_instances_avg_sum:
|
|
24046
|
+
description: Sum of the average number of Serverless Apps excluding Fargate
|
|
24047
|
+
for Google Cloud Platform Cloud Run instances in the current month for
|
|
24048
|
+
all organizations.
|
|
24049
|
+
format: int64
|
|
24050
|
+
type: integer
|
|
24051
|
+
serverless_apps_google_cloud_functions_instances_avg_sum:
|
|
24052
|
+
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
24053
|
+
Platform Cloud Functions instances in the current month for all organizations.
|
|
24054
|
+
format: int64
|
|
24055
|
+
type: integer
|
|
24056
|
+
serverless_apps_google_cloud_run_instances_avg_sum:
|
|
24057
|
+
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
24058
|
+
Platform Cloud Run instances in the current month for all organizations.
|
|
24059
|
+
format: int64
|
|
24060
|
+
type: integer
|
|
23485
24061
|
serverless_apps_google_count_avg_sum:
|
|
23486
24062
|
description: Sum of the average number of Serverless Apps for Google Cloud
|
|
23487
24063
|
in the current month for all organizations.
|
|
@@ -25341,7 +25917,9 @@ paths:
|
|
|
25341
25917
|
- api_keys_write
|
|
25342
25918
|
/api/v1/application_key:
|
|
25343
25919
|
get:
|
|
25344
|
-
description: Get all application keys available for your Datadog account.
|
|
25920
|
+
description: 'Get all application keys available for your Datadog account.
|
|
25921
|
+
|
|
25922
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25345
25923
|
operationId: ListApplicationKeys
|
|
25346
25924
|
responses:
|
|
25347
25925
|
'200':
|
|
@@ -25367,7 +25945,9 @@ paths:
|
|
|
25367
25945
|
- org_app_keys_read
|
|
25368
25946
|
- user_app_keys
|
|
25369
25947
|
post:
|
|
25370
|
-
description: Create an application key with a given name.
|
|
25948
|
+
description: 'Create an application key with a given name.
|
|
25949
|
+
|
|
25950
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25371
25951
|
operationId: CreateApplicationKey
|
|
25372
25952
|
requestBody:
|
|
25373
25953
|
content:
|
|
@@ -25412,7 +25992,9 @@ paths:
|
|
|
25412
25992
|
- user_app_keys
|
|
25413
25993
|
/api/v1/application_key/{key}:
|
|
25414
25994
|
delete:
|
|
25415
|
-
description: Delete a given application key.
|
|
25995
|
+
description: 'Delete a given application key.
|
|
25996
|
+
|
|
25997
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25416
25998
|
operationId: DeleteApplicationKey
|
|
25417
25999
|
parameters:
|
|
25418
26000
|
- description: The specific APP key you are working with.
|
|
@@ -25451,7 +26033,9 @@ paths:
|
|
|
25451
26033
|
- org_app_keys_write
|
|
25452
26034
|
- user_app_keys
|
|
25453
26035
|
get:
|
|
25454
|
-
description: Get a given application key.
|
|
26036
|
+
description: 'Get a given application key.
|
|
26037
|
+
|
|
26038
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25455
26039
|
operationId: GetApplicationKey
|
|
25456
26040
|
parameters:
|
|
25457
26041
|
- description: The specific APP key you are working with.
|
|
@@ -25490,7 +26074,9 @@ paths:
|
|
|
25490
26074
|
- org_app_keys_read
|
|
25491
26075
|
- user_app_keys
|
|
25492
26076
|
put:
|
|
25493
|
-
description: Edit an application key name.
|
|
26077
|
+
description: 'Edit an application key name.
|
|
26078
|
+
|
|
26079
|
+
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).'
|
|
25494
26080
|
operationId: UpdateApplicationKey
|
|
25495
26081
|
parameters:
|
|
25496
26082
|
- description: The specific APP key you are working with.
|
|
@@ -27635,8 +28221,9 @@ paths:
|
|
|
27635
28221
|
/api/v1/integration/aws:
|
|
27636
28222
|
delete:
|
|
27637
28223
|
deprecated: true
|
|
27638
|
-
description:
|
|
27639
|
-
and `role_name
|
|
28224
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28225
|
+
Delete a Datadog-AWS integration matching the specified `account_id` and `role_name
|
|
28226
|
+
parameters`.'
|
|
27640
28227
|
operationId: DeleteAWSAccount
|
|
27641
28228
|
requestBody:
|
|
27642
28229
|
content:
|
|
@@ -27682,7 +28269,8 @@ paths:
|
|
|
27682
28269
|
- aws_configurations_manage
|
|
27683
28270
|
get:
|
|
27684
28271
|
deprecated: true
|
|
27685
|
-
description:
|
|
28272
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28273
|
+
List all Datadog-AWS integrations available in your Datadog organization.'
|
|
27686
28274
|
operationId: ListAWSAccounts
|
|
27687
28275
|
parameters:
|
|
27688
28276
|
- description: Only return AWS accounts that matches this `account_id`.
|
|
@@ -27733,7 +28321,8 @@ paths:
|
|
|
27733
28321
|
- aws_configuration_read
|
|
27734
28322
|
post:
|
|
27735
28323
|
deprecated: true
|
|
27736
|
-
description: '
|
|
28324
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28325
|
+
Create a Datadog-Amazon Web Services integration.
|
|
27737
28326
|
|
|
27738
28327
|
Using the `POST` method updates your integration configuration
|
|
27739
28328
|
|
|
@@ -27785,7 +28374,8 @@ paths:
|
|
|
27785
28374
|
- aws_configurations_manage
|
|
27786
28375
|
put:
|
|
27787
28376
|
deprecated: true
|
|
27788
|
-
description:
|
|
28377
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28378
|
+
Update a Datadog-Amazon Web Services integration.'
|
|
27789
28379
|
operationId: UpdateAWSAccount
|
|
27790
28380
|
parameters:
|
|
27791
28381
|
- description: Only return AWS accounts that matches this `account_id`.
|
|
@@ -27855,8 +28445,9 @@ paths:
|
|
|
27855
28445
|
/api/v1/integration/aws/available_namespace_rules:
|
|
27856
28446
|
get:
|
|
27857
28447
|
deprecated: true
|
|
27858
|
-
description:
|
|
27859
|
-
|
|
28448
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28449
|
+
List all namespace rules for a given Datadog-AWS integration. This endpoint
|
|
28450
|
+
takes no arguments.'
|
|
27860
28451
|
operationId: ListAvailableAWSNamespaces
|
|
27861
28452
|
responses:
|
|
27862
28453
|
'200':
|
|
@@ -27888,7 +28479,9 @@ paths:
|
|
|
27888
28479
|
- aws_configuration_read
|
|
27889
28480
|
/api/v1/integration/aws/event_bridge:
|
|
27890
28481
|
delete:
|
|
27891
|
-
|
|
28482
|
+
deprecated: true
|
|
28483
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28484
|
+
Delete an Amazon EventBridge source.'
|
|
27892
28485
|
operationId: DeleteAWSEventBridgeSource
|
|
27893
28486
|
requestBody:
|
|
27894
28487
|
content:
|
|
@@ -27928,7 +28521,9 @@ paths:
|
|
|
27928
28521
|
permissions:
|
|
27929
28522
|
- manage_integrations
|
|
27930
28523
|
get:
|
|
27931
|
-
|
|
28524
|
+
deprecated: true
|
|
28525
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28526
|
+
Get all Amazon EventBridge sources.'
|
|
27932
28527
|
operationId: ListAWSEventBridgeSources
|
|
27933
28528
|
parameters: []
|
|
27934
28529
|
responses:
|
|
@@ -27959,7 +28554,9 @@ paths:
|
|
|
27959
28554
|
operator: OPEN
|
|
27960
28555
|
permissions: []
|
|
27961
28556
|
post:
|
|
27962
|
-
|
|
28557
|
+
deprecated: true
|
|
28558
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28559
|
+
Create an Amazon EventBridge source.'
|
|
27963
28560
|
operationId: CreateAWSEventBridgeSource
|
|
27964
28561
|
requestBody:
|
|
27965
28562
|
content:
|
|
@@ -28128,8 +28725,8 @@ paths:
|
|
|
28128
28725
|
/api/v1/integration/aws/generate_new_external_id:
|
|
28129
28726
|
put:
|
|
28130
28727
|
deprecated: true
|
|
28131
|
-
description:
|
|
28132
|
-
name pair.
|
|
28728
|
+
description: '**This endpoint is deprecated - use the V2 endpoints instead.**
|
|
28729
|
+
Generate a new AWS external ID for a given AWS account ID and role name pair.'
|
|
28133
28730
|
operationId: CreateNewAWSExternalID
|
|
28134
28731
|
requestBody:
|
|
28135
28732
|
content:
|
|
@@ -28356,9 +28953,10 @@ paths:
|
|
|
28356
28953
|
/api/v1/integration/aws/logs/services:
|
|
28357
28954
|
get:
|
|
28358
28955
|
deprecated: true
|
|
28359
|
-
description:
|
|
28360
|
-
|
|
28361
|
-
|
|
28956
|
+
description: '**This endpoint is deprecated - use the V2 endpoint instead.**
|
|
28957
|
+
Get the list of current AWS services that Datadog offers automatic log collection.
|
|
28958
|
+
Use returned service IDs with the services parameter for the Enable an AWS
|
|
28959
|
+
service log collection API endpoint.'
|
|
28362
28960
|
operationId: ListAWSLogsServices
|
|
28363
28961
|
responses:
|
|
28364
28962
|
'200':
|
|
@@ -31045,6 +31643,13 @@ paths:
|
|
|
31045
31643
|
required: false
|
|
31046
31644
|
schema:
|
|
31047
31645
|
type: boolean
|
|
31646
|
+
- description: If this argument is set to `true`, the returned data includes
|
|
31647
|
+
all assets tied to this monitor.
|
|
31648
|
+
in: query
|
|
31649
|
+
name: with_assets
|
|
31650
|
+
required: false
|
|
31651
|
+
schema:
|
|
31652
|
+
type: boolean
|
|
31048
31653
|
responses:
|
|
31049
31654
|
'200':
|
|
31050
31655
|
content:
|
|
@@ -32079,7 +32684,11 @@ paths:
|
|
|
32079
32684
|
- timeseries_query
|
|
32080
32685
|
/api/v1/search:
|
|
32081
32686
|
get:
|
|
32082
|
-
|
|
32687
|
+
deprecated: true
|
|
32688
|
+
description: '**Note**: This endpoint is deprecated. Use `/api/v2/metrics` instead.
|
|
32689
|
+
|
|
32690
|
+
|
|
32691
|
+
Search for metrics from the last 24 hours in Datadog.'
|
|
32083
32692
|
operationId: ListMetrics
|
|
32084
32693
|
parameters:
|
|
32085
32694
|
- description: Query string to search metrics upon. Can optionally be prefixed
|