datadog_api_client 2.54.0 → 2.55.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 +1753 -22
- data/.generator/schemas/v2/openapi.yaml +96581 -56631
- data/.generator/src/generator/templates/api_client.j2 +2 -2
- data/.generator/src/generator/templates/model_generic.j2 +5 -0
- data/.github/workflows/approved_status.yml +1 -1
- data/.github/workflows/codeql-analysis.yml +4 -4
- data/.github/workflows/docs.yml +6 -6
- data/.github/workflows/labeler.yml +1 -1
- data/.github/workflows/reusable-examples.yml +2 -2
- data/.github/workflows/reusable-integration-test.yml +5 -5
- data/.github/workflows/reusable-pre-commit.yml +3 -3
- data/.github/workflows/reusable-ruby-test.yml +2 -2
- data/.github/workflows/stale.yml +1 -1
- data/.github/workflows/test.yml +1 -1
- data/CHANGELOG.md +135 -0
- data/Gemfile +1 -0
- data/examples/v1/dashboards/{CreateDashboard_2932151909.rb → CreateDashboard_2844071429.rb} +1 -1
- data/examples/v1/dashboards/CreateDashboard_2882802132.rb +62 -0
- data/examples/v1/monitors/CreateMonitor_2589528326.rb +29 -0
- data/examples/v1/service-level-objective-corrections/CreateSLOCorrection_2888963657.rb +19 -0
- data/examples/v1/service-level-objective-corrections/UpdateSLOCorrection_2949191256.rb +22 -0
- data/examples/v1/synthetics/CreateSyntheticsAPITest_2547523542.rb +143 -0
- data/examples/v1/synthetics/UpdateBrowserTest.rb +2 -0
- data/examples/v2/annotations/CreateAnnotation.rb +24 -0
- data/examples/v2/annotations/DeleteAnnotation.rb +11 -0
- data/examples/v2/annotations/GetPageAnnotations.rb +11 -0
- data/examples/v2/annotations/ListAnnotations.rb +11 -0
- data/examples/v2/annotations/UpdateAnnotation.rb +24 -0
- data/examples/v2/apm-trace/GetPrunedTraceByID.rb +8 -0
- data/examples/v2/apm-trace/GetTraceByID.rb +8 -0
- data/examples/v2/app-builder/GetBlueprint.rb +5 -0
- data/examples/v2/app-builder/GetBlueprintsByIntegrationId.rb +5 -0
- data/examples/v2/app-builder/GetBlueprintsBySlugs.rb +5 -0
- data/examples/v2/app-builder/ListAppVersions.rb +4 -1
- data/examples/v2/app-builder/ListBlueprints.rb +5 -0
- data/examples/v2/app-builder/ListTags.rb +5 -0
- data/examples/v2/app-builder/UpdateAppFavorite.rb +4 -1
- data/examples/v2/app-builder/UpdateAppSelfService.rb +4 -1
- data/examples/v2/app-builder/UpdateAppTags.rb +4 -1
- data/examples/v2/app-builder/UpdateAppVersionName.rb +4 -1
- data/examples/v2/app-builder/UpdateProtectionLevel.rb +4 -1
- data/examples/v2/application-security/CreateApplicationSecurityWafPolicy.rb +34 -0
- data/examples/v2/application-security/DeleteApplicationSecurityWafPolicy.rb +5 -0
- data/examples/v2/application-security/GetApplicationSecurityWafPolicy.rb +8 -0
- data/examples/v2/application-security/GetAsmServiceByName.rb +8 -0
- data/examples/v2/application-security/ListApplicationSecurityWAFPolicies.rb +5 -0
- data/examples/v2/application-security/UpdateApplicationSecurityWafPolicy.rb +41 -0
- data/examples/v2/aws-integration/ValidateAWSCCMConfig.rb +21 -0
- data/examples/v2/case-management/AddCaseInsights.rb +23 -0
- data/examples/v2/case-management/AggregateCases.rb +23 -0
- data/examples/v2/case-management/BulkUpdateCases.rb +24 -0
- data/examples/v2/case-management/CountCases.rb +8 -0
- data/examples/v2/case-management/CreateCaseAutomationRule.rb +28 -0
- data/examples/v2/case-management/CreateCaseLink.rb +21 -0
- data/examples/v2/case-management/CreateCaseView.rb +19 -0
- data/examples/v2/case-management/CreateMaintenanceWindow.rb +20 -0
- data/examples/v2/case-management/DeleteCaseAutomationRule.rb +8 -0
- data/examples/v2/case-management/DeleteCaseLink.rb +8 -0
- data/examples/v2/case-management/DeleteCaseView.rb +8 -0
- data/examples/v2/case-management/DeleteMaintenanceWindow.rb +8 -0
- data/examples/v2/case-management/DisableCaseAutomationRule.rb +8 -0
- data/examples/v2/case-management/EnableCaseAutomationRule.rb +8 -0
- data/examples/v2/case-management/FavoriteCaseProject.rb +8 -0
- data/examples/v2/case-management/GetCaseAutomationRule.rb +8 -0
- data/examples/v2/case-management/GetCaseView.rb +8 -0
- data/examples/v2/case-management/ListCaseAutomationRules.rb +8 -0
- data/examples/v2/case-management/ListCaseLinks.rb +8 -0
- data/examples/v2/case-management/ListCaseTimeline.rb +8 -0
- data/examples/v2/case-management/ListCaseViews.rb +8 -0
- data/examples/v2/case-management/ListCaseWatchers.rb +8 -0
- data/examples/v2/case-management/ListMaintenanceWindows.rb +8 -0
- data/examples/v2/case-management/ListUserCaseProjectFavorites.rb +8 -0
- data/examples/v2/case-management/RemoveCaseInsights.rb +23 -0
- data/examples/v2/case-management/UnfavoriteCaseProject.rb +8 -0
- data/examples/v2/case-management/UnwatchCase.rb +8 -0
- data/examples/v2/case-management/UpdateCaseAutomationRule.rb +28 -0
- data/examples/v2/case-management/UpdateCaseComment.rb +17 -0
- data/examples/v2/case-management/UpdateCaseDueDate.rb +17 -0
- data/examples/v2/case-management/UpdateCaseResolvedReason.rb +17 -0
- data/examples/v2/case-management/UpdateCaseView.rb +15 -0
- data/examples/v2/case-management/UpdateMaintenanceWindow.rb +15 -0
- data/examples/v2/case-management/WatchCase.rb +8 -0
- data/examples/v2/case-management-attribute/UpdateCustomAttributeConfig.rb +26 -0
- data/examples/v2/case-management-type/UpdateCaseType.rb +19 -0
- data/examples/v2/cloud-cost-management/DeleteCostTagDescriptionByKey.rb +5 -0
- data/examples/v2/cloud-cost-management/GenerateCostTagDescriptionByKey.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCostTagDescriptionByKey.rb +5 -0
- data/examples/v2/cloud-cost-management/GetCostTagMetadataCurrency.rb +8 -0
- data/examples/v2/cloud-cost-management/ListCostTagKeySources.rb +8 -0
- data/examples/v2/cloud-cost-management/ListCostTagMetadata.rb +8 -0
- data/examples/v2/cloud-cost-management/ListCostTagMetadataMetrics.rb +8 -0
- data/examples/v2/cloud-cost-management/ListCostTagMetadataMonths.rb +8 -0
- data/examples/v2/cloud-cost-management/ListCostTagMetadataOrchestrators.rb +8 -0
- data/examples/v2/cloud-cost-management/SearchCostRecommendations.rb +18 -0
- data/examples/v2/cloud-cost-management/UpsertCostTagDescriptionByKey.rb +16 -0
- data/examples/v2/csm-ownership/CreateOwnershipFeedback.rb +23 -0
- data/examples/v2/csm-ownership/GetOwnershipEvidence.rb +8 -0
- data/examples/v2/csm-ownership/GetOwnershipInference.rb +8 -0
- data/examples/v2/csm-ownership/ListOwnershipHistory.rb +8 -0
- data/examples/v2/csm-ownership/ListOwnershipHistoryByOwnerType.rb +8 -0
- data/examples/v2/csm-ownership/ListOwnershipInferences.rb +8 -0
- data/examples/v2/csm-settings/GetCSMAgentlessHostFacetInfo.rb +8 -0
- data/examples/v2/csm-settings/GetCSMUnifiedHostFacetInfo.rb +8 -0
- data/examples/v2/csm-settings/ListCSMAgentlessHostFacets.rb +8 -0
- data/examples/v2/csm-settings/ListCSMAgentlessHosts.rb +8 -0
- data/examples/v2/csm-settings/ListCSMUnifiedHostFacets.rb +8 -0
- data/examples/v2/csm-settings/ListCSMUnifiedHosts.rb +8 -0
- data/examples/v2/customer-org/DisableCustomerOrg.rb +18 -0
- data/examples/v2/dashboard-sharing/ListSharedDashboardsByDashboardId.rb +8 -0
- data/examples/v2/dashboards/GetDashboardUsage.rb +11 -0
- data/examples/v2/dashboards/ListDashboardsUsage.rb +8 -0
- data/examples/v2/dashboards/ListDashboardsUsage_3152353926.rb +11 -0
- data/examples/v2/dashboards/ListDashboardsUsage_3889372739.rb +11 -0
- data/examples/v2/dashboards/ListDashboardsUsage_3946782296.rb +11 -0
- data/examples/v2/dashboards/ListDashboardsUsage_4183300898.rb +12 -0
- data/examples/v2/deployment-gates/TriggerDeploymentGatesEvaluation.rb +14 -0
- data/examples/v2/entity-integration-configs/DeleteEntityIntegrationConfig.rb +8 -0
- data/examples/v2/entity-integration-configs/GetEntityIntegrationConfig.rb +8 -0
- data/examples/v2/entity-integration-configs/UpdateEntityIntegrationConfig.rb +17 -0
- data/examples/v2/entity-risk-scores/GetEntityRiskScore.rb +8 -0
- data/examples/v2/forms/CloneForm.rb +17 -0
- data/examples/v2/forms/CreateAndPublishForm.rb +23 -0
- data/examples/v2/forms/CreateForm.rb +23 -0
- data/examples/v2/forms/DeleteForm.rb +11 -0
- data/examples/v2/forms/GetForm.rb +11 -0
- data/examples/v2/forms/ListForms.rb +8 -0
- data/examples/v2/forms/PublishForm.rb +20 -0
- data/examples/v2/forms/UpdateForm.rb +29 -0
- data/examples/v2/forms/UpsertAndPublishFormVersion.rb +34 -0
- data/examples/v2/forms/UpsertFormVersion.rb +37 -0
- data/examples/v2/google-chat-integration/CreateGoogleChatTargetAudience.rb +15 -0
- data/examples/v2/google-chat-integration/DeleteGoogleChatDelegatedUser.rb +5 -0
- data/examples/v2/google-chat-integration/DeleteGoogleChatOrganization.rb +5 -0
- data/examples/v2/google-chat-integration/DeleteGoogleChatTargetAudience.rb +5 -0
- data/examples/v2/google-chat-integration/GetGoogleChatDelegatedUser.rb +5 -0
- data/examples/v2/google-chat-integration/GetGoogleChatOrganization.rb +5 -0
- data/examples/v2/google-chat-integration/GetGoogleChatTargetAudience.rb +5 -0
- data/examples/v2/google-chat-integration/ListGoogleChatOrganizations.rb +5 -0
- data/examples/v2/google-chat-integration/ListGoogleChatTargetAudiences.rb +5 -0
- data/examples/v2/google-chat-integration/UpdateGoogleChatTargetAudience.rb +15 -0
- data/examples/v2/key-management/ListPersonalAccessTokens.rb +1 -1
- data/examples/v2/key-management/ListPersonalAccessTokens_4153414404.rb +5 -0
- data/examples/v2/llm-observability/AggregateLLMObsExperimentation.rb +41 -0
- data/examples/v2/llm-observability/BatchUpdateLLMObsDataset.rb +45 -0
- data/examples/v2/llm-observability/CloneLLMObsDataset.rb +19 -0
- data/examples/v2/llm-observability/CreateLLMObsAnnotationQueueInteractions.rb +2 -2
- data/examples/v2/llm-observability/CreateLLMObsAnnotationQueueInteractions_2021594537.rb +27 -0
- data/examples/v2/llm-observability/CreateLLMObsExperiment.rb +1 -0
- data/examples/v2/llm-observability/CreateLLMObsIntegrationInference.rb +105 -0
- data/examples/v2/llm-observability/DeleteLLMObsAnnotations.rb +21 -0
- data/examples/v2/llm-observability/DeleteLLMObsData.rb +22 -0
- data/examples/v2/llm-observability/DeleteLLMObsPatternsConfig.rb +8 -0
- data/examples/v2/llm-observability/ExportLLMObsDataset.rb +8 -0
- data/examples/v2/llm-observability/GetLLMObsAnnotatedInteractionsByTraceIDs.rb +8 -0
- data/examples/v2/llm-observability/GetLLMObsDatasetDraftState.rb +8 -0
- data/examples/v2/llm-observability/GetLLMObsPatternsConfig.rb +8 -0
- data/examples/v2/llm-observability/GetLLMObsPatternsRunStatus.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsDatasetVersions.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsExperimentEvents.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsExperimentEventsV1.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsExperimentEventsV2.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsIntegrationAccounts.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsIntegrationModels.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsPatternsClusteredPoints.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsPatternsConfigs.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsPatternsRuns.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsPatternsTopics.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsPatternsTopicsWithClusteredPoints.rb +8 -0
- data/examples/v2/llm-observability/ListLLMObsSpans.rb +8 -0
- data/examples/v2/llm-observability/LockLLMObsDatasetDraftState.rb +8 -0
- data/examples/v2/llm-observability/RestoreLLMObsDatasetVersion.rb +18 -0
- data/examples/v2/llm-observability/SearchLLMObsExperimentation.rb +35 -0
- data/examples/v2/llm-observability/SearchLLMObsSpans.rb +35 -0
- data/examples/v2/llm-observability/SimpleSearchLLMObsExperimentation.rb +41 -0
- data/examples/v2/llm-observability/TriggerLLMObsPatterns.rb +17 -0
- data/examples/v2/llm-observability/UnlockLLMObsDatasetDraftState.rb +8 -0
- data/examples/v2/llm-observability/UpdateLLMObsExperiment.rb +4 -1
- data/examples/v2/llm-observability/UploadLLMObsDatasetRecordsFile.rb +8 -0
- data/examples/v2/llm-observability/UpsertLLMObsAnnotations.rb +32 -0
- data/examples/v2/llm-observability/UpsertLLMObsPatternsConfig.rb +27 -0
- data/examples/v2/logs-archives/CreateLogsArchive.rb +8 -0
- data/examples/v2/logs-archives/UpdateLogsArchive.rb +8 -0
- data/examples/v2/metrics/CreateTagIndexingRule.rb +37 -0
- data/examples/v2/metrics/CreateTagIndexingRuleExemption.rb +14 -0
- data/examples/v2/metrics/DeleteTagIndexingRule.rb +8 -0
- data/examples/v2/metrics/DeleteTagIndexingRuleExemption.rb +5 -0
- data/examples/v2/metrics/GetTagIndexingRule.rb +8 -0
- data/examples/v2/metrics/GetTagIndexingRuleExemption.rb +5 -0
- data/examples/v2/metrics/ListTagIndexingRules.rb +5 -0
- data/examples/v2/metrics/ListTagIndexingRulesForMetric.rb +5 -0
- data/examples/v2/metrics/{QueryScalarData_2312509843.rb → QueryScalarData_2086017331.rb} +1 -1
- data/examples/v2/metrics/{QueryTimeseriesData_123149143.rb → QueryTimeseriesData_4190640887.rb} +1 -1
- data/examples/v2/metrics/ReorderTagIndexingRules.rb +19 -0
- data/examples/v2/metrics/UpdateTagIndexingRule.rb +40 -0
- data/examples/v2/microsoft-teams-integration/DeleteMSTeamsUserBinding.rb +5 -0
- data/examples/v2/model-lab-api/DeleteModelLabRun.rb +8 -0
- data/examples/v2/model-lab-api/GetModelLabArtifactContent.rb +8 -0
- data/examples/v2/model-lab-api/GetModelLabArtifactContent_2858422658.rb +8 -0
- data/examples/v2/model-lab-api/GetModelLabProject.rb +8 -0
- data/examples/v2/model-lab-api/GetModelLabRun.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabProjectArtifacts.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabProjectFacetKeys.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabProjectFacetValues.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabProjects.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabRunArtifacts.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabRunFacetKeys.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabRunFacetValues.rb +8 -0
- data/examples/v2/model-lab-api/ListModelLabRuns.rb +8 -0
- data/examples/v2/model-lab-api/PinModelLabRun.rb +8 -0
- data/examples/v2/model-lab-api/StarModelLabProject.rb +8 -0
- data/examples/v2/model-lab-api/UnpinModelLabRun.rb +8 -0
- data/examples/v2/model-lab-api/UnstarModelLabProject.rb +8 -0
- data/examples/v2/model-lab-api/UnstarModelLabProject_931927092.rb +8 -0
- data/examples/v2/network-health-insights/ListNetworkHealthInsights.rb +8 -0
- data/examples/v2/oauth2-client-public/DeleteScopesRestriction.rb +8 -0
- data/examples/v2/oauth2-client-public/GetScopesRestriction.rb +8 -0
- data/examples/v2/oauth2-client-public/RegisterOAuthClient.rb +29 -0
- data/examples/v2/oauth2-client-public/UpsertScopesRestriction.rb +24 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_1070998129.rb +55 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_1130701356.rb +63 -0
- data/examples/v2/observability-pipelines/ValidatePipeline_1785209526.rb +69 -0
- data/examples/v2/on-call/SetOnCallTeamRoutingRules.rb +44 -6
- data/examples/v2/opsgenie-integration/CreateOpsgenieAccount.rb +15 -0
- data/examples/v2/opsgenie-integration/DeleteOpsgenieAccount.rb +5 -0
- data/examples/v2/opsgenie-integration/ListOpsgenieAccounts.rb +5 -0
- data/examples/v2/opsgenie-integration/UpdateOpsgenieAccount.rb +16 -0
- data/examples/v2/org-groups/CreateOrgGroupPolicy.rb +1 -1
- data/examples/v2/org-groups/UpdateOrgGroupPolicy.rb +1 -1
- data/examples/v2/organizations/GetSAMLConfiguration.rb +5 -0
- data/examples/v2/organizations/ListGlobalOrgs.rb +5 -0
- data/examples/v2/organizations/ListGlobalOrgs_465966063.rb +5 -0
- data/examples/v2/organizations/ListSAMLConfigurations.rb +5 -0
- data/examples/v2/organizations/UpdateLoginOrgConfigsMaxSessionDuration.rb +14 -0
- data/examples/v2/organizations/UpdateOrgSamlConfigurations.rb +23 -0
- data/examples/v2/organizations/UpdateSAMLConfiguration.rb +28 -0
- data/examples/v2/reference-tables/ListReferenceTableRows.rb +5 -0
- data/examples/v2/report-schedules/CreateReportSchedule.rb +38 -0
- data/examples/v2/report-schedules/PatchReportSchedule.rb +36 -0
- data/examples/v2/rum-insights/QueryAggregatedLongTasks.rb +27 -0
- data/examples/v2/rum-insights/QueryAggregatedSignalsProblems.rb +31 -0
- data/examples/v2/rum-insights/QueryAggregatedWaterfall.rb +28 -0
- data/examples/v2/rum-metrics/CreateRumMetric.rb +1 -1
- data/examples/v2/rum-metrics/DeleteRumMetric.rb +1 -1
- data/examples/v2/rum-metrics/GetRumMetric.rb +1 -1
- data/examples/v2/rum-metrics/ListRumMetrics.rb +1 -1
- data/examples/v2/rum-metrics/UpdateRumMetric.rb +1 -1
- data/examples/v2/rum-rate-limit/DeleteRumRateLimitConfig.rb +8 -0
- data/examples/v2/rum-rate-limit/GetRumRateLimitConfig.rb +8 -0
- data/examples/v2/rum-rate-limit/UpdateRumRateLimitConfig.rb +28 -0
- data/examples/v2/rum-replay-playlists/AddRumReplaySessionToPlaylist.rb +1 -1
- data/examples/v2/rum-replay-playlists/BulkRemoveRumReplayPlaylistSessions.rb +1 -1
- data/examples/v2/rum-replay-playlists/CreateRumReplayPlaylist.rb +1 -1
- data/examples/v2/rum-replay-playlists/DeleteRumReplayPlaylist.rb +1 -1
- data/examples/v2/rum-replay-playlists/GetRumReplayPlaylist.rb +1 -1
- data/examples/v2/rum-replay-playlists/ListRumReplayPlaylistSessions.rb +1 -1
- data/examples/v2/rum-replay-playlists/ListRumReplayPlaylists.rb +1 -1
- data/examples/v2/rum-replay-playlists/RemoveRumReplaySessionFromPlaylist.rb +1 -1
- data/examples/v2/rum-replay-playlists/UpdateRumReplayPlaylist.rb +1 -1
- data/examples/v2/rum-replay-viewership/CreateRumReplaySessionWatch.rb +1 -1
- data/examples/v2/rum-replay-viewership/DeleteRumReplaySessionWatch.rb +1 -1
- data/examples/v2/rum-replay-viewership/ListRumReplaySessionWatchers.rb +1 -1
- data/examples/v2/rum-replay-viewership/ListRumReplayViewershipHistorySessions.rb +1 -1
- data/examples/v2/rum-retention-filters/GetPermanentRetentionFilter.rb +5 -0
- data/examples/v2/rum-retention-filters/ListPermanentRetentionFilters.rb +5 -0
- data/examples/v2/rum-retention-filters/UpdatePermanentRetentionFilter.rb +18 -0
- data/examples/v2/salesforce-integration/CreateIncidentTemplate.rb +19 -0
- data/examples/v2/salesforce-integration/DeleteIncidentTemplate.rb +5 -0
- data/examples/v2/salesforce-integration/DeleteSalesforceOrganization.rb +5 -0
- data/examples/v2/salesforce-integration/GetIncidentTemplates.rb +5 -0
- data/examples/v2/salesforce-integration/GetSalesforceOrganizations.rb +5 -0
- data/examples/v2/salesforce-integration/UpdateIncidentTemplate.rb +20 -0
- data/examples/v2/scorecards/ListScorecardScores.rb +5 -0
- data/examples/v2/security-monitoring/AttachServiceNowTicket.rb +33 -0
- data/examples/v2/security-monitoring/BatchGetSecurityMonitoringDatasetDependencies.rb +18 -0
- data/examples/v2/security-monitoring/BulkConvertExistingSecurityMonitoringRules.rb +18 -0
- data/examples/v2/security-monitoring/BulkCreateSampleLogGenerationSubscriptions.rb +20 -0
- data/examples/v2/security-monitoring/CreateIoCTriageState.rb +18 -0
- data/examples/v2/security-monitoring/CreateSampleLogGenerationSubscription.rb +18 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringDataset.rb +39 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringIntegrationConfig.rb +21 -0
- data/examples/v2/security-monitoring/CreateSecurityMonitoringRule_3243059428.rb +43 -0
- data/examples/v2/security-monitoring/CreateServiceNowTickets.rb +38 -0
- data/examples/v2/security-monitoring/CreateStaticAnalysisAst.rb +19 -0
- data/examples/v2/security-monitoring/CreateStaticAnalysisServerAnalysis.rb +34 -0
- data/examples/v2/security-monitoring/DeleteSampleLogGenerationSubscription.rb +8 -0
- data/examples/v2/security-monitoring/DeleteSecurityMonitoringDataset.rb +8 -0
- data/examples/v2/security-monitoring/DeleteSecurityMonitoringIntegrationConfig.rb +8 -0
- data/examples/v2/security-monitoring/GetEntityContext.rb +8 -0
- data/examples/v2/security-monitoring/GetIndicatorOfCompromise.rb +4 -1
- data/examples/v2/security-monitoring/GetSecurityMonitoringDataset.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringDatasetByVersion.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringDatasetVersionHistory.rb +8 -0
- data/examples/v2/security-monitoring/GetSecurityMonitoringIntegrationConfig.rb +8 -0
- data/examples/v2/security-monitoring/GetSignalEntities.rb +8 -0
- data/examples/v2/security-monitoring/GetSingleEntityContext.rb +8 -0
- data/examples/v2/security-monitoring/GetStaticAnalysisDefaultRulesets.rb +8 -0
- data/examples/v2/security-monitoring/GetStaticAnalysisNodeTypes.rb +8 -0
- data/examples/v2/security-monitoring/GetStaticAnalysisRuleset.rb +8 -0
- data/examples/v2/security-monitoring/GetStaticAnalysisTreeSitterWasm.rb +8 -0
- data/examples/v2/security-monitoring/ListSampleLogGenerationSubscriptions.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityFilterVersions.rb +5 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringDatasets.rb +8 -0
- data/examples/v2/security-monitoring/ListSecurityMonitoringIntegrationConfigs.rb +8 -0
- data/examples/v2/security-monitoring/ListStaticAnalysisCodegenRulesets.rb +8 -0
- data/examples/v2/security-monitoring/MuteSecurityFindings.rb +0 -3
- data/examples/v2/security-monitoring/MuteSecurityFindings_298521544.rb +0 -3
- data/examples/v2/security-monitoring/MuteSecurityFindings_3830190821.rb +0 -3
- data/examples/v2/security-monitoring/RestoreSecurityMonitoringRule.rb +11 -0
- data/examples/v2/security-monitoring/SendSecurityMonitoringNotificationPreview.rb +28 -0
- data/examples/v2/security-monitoring/UpdateFindingsAssignee.rb +28 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringDataset.rb +39 -0
- data/examples/v2/security-monitoring/UpdateSecurityMonitoringIntegrationConfig.rb +22 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringIntegrationConfig.rb +8 -0
- data/examples/v2/security-monitoring/ValidateSecurityMonitoringIntegrationCredentials.rb +19 -0
- data/examples/v2/service-accounts/CreateServiceAccountAccessToken.rb +1 -1
- data/examples/v2/service-accounts/UpdateServiceAccountAccessToken.rb +5 -5
- data/examples/v2/slack-integration/ListSlackUserBindings.rb +5 -0
- data/examples/v2/static-analysis/CreateAiCustomRule.rb +18 -0
- data/examples/v2/static-analysis/CreateAiCustomRuleRevision.rb +31 -0
- data/examples/v2/static-analysis/CreateAiCustomRuleset.rb +20 -0
- data/examples/v2/static-analysis/CreateAiMemoryViolationResult.rb +24 -0
- data/examples/v2/static-analysis/CreateCustomRuleset.rb +63 -0
- data/examples/v2/static-analysis/CreateSCAScan.rb +28 -0
- data/examples/v2/static-analysis/DeleteAiCustomRule.rb +8 -0
- data/examples/v2/static-analysis/DeleteAiCustomRuleset.rb +8 -0
- data/examples/v2/static-analysis/DeleteAiMemoryViolationResult.rb +8 -0
- data/examples/v2/static-analysis/GetAiCustomRule.rb +8 -0
- data/examples/v2/static-analysis/GetAiCustomRuleRevision.rb +8 -0
- data/examples/v2/static-analysis/GetAiCustomRuleset.rb +8 -0
- data/examples/v2/static-analysis/GetSCAScan.rb +8 -0
- data/examples/v2/static-analysis/ListAiCustomRuleRevisions.rb +8 -0
- data/examples/v2/static-analysis/ListAiCustomRuleRevisions_842014679.rb +8 -0
- data/examples/v2/static-analysis/ListAiCustomRulesets.rb +8 -0
- data/examples/v2/static-analysis/ListAiMemoryViolationResults.rb +8 -0
- data/examples/v2/static-analysis/ListAiPrompts.rb +8 -0
- data/examples/v2/static-analysis/ListCustomRulesets.rb +8 -0
- data/examples/v2/static-analysis/ListSCALicenses.rb +8 -0
- data/examples/v2/static-analysis/UpdateAiCustomRuleset.rb +20 -0
- data/examples/v2/statuspage-integration/CreateStatuspageAccount.rb +14 -0
- data/examples/v2/statuspage-integration/CreateStatuspageUrlSetting.rb +15 -0
- data/examples/v2/statuspage-integration/DeleteStatuspageAccount.rb +5 -0
- data/examples/v2/statuspage-integration/DeleteStatuspageUrlSetting.rb +5 -0
- data/examples/v2/statuspage-integration/GetStatuspageAccount.rb +5 -0
- data/examples/v2/statuspage-integration/ListStatuspageUrlSettings.rb +5 -0
- data/examples/v2/statuspage-integration/UpdateStatuspageAccount.rb +14 -0
- data/examples/v2/statuspage-integration/UpdateStatuspageUrlSetting.rb +16 -0
- data/examples/v2/stegadography/GetStegadographyWidgets.rb +5 -0
- data/examples/v2/storage-management/DeleteSyncConfig.rb +5 -0
- data/examples/v2/tag-policies/CreateTagPolicy.rb +28 -0
- data/examples/v2/tag-policies/DeleteTagPolicy.rb +8 -0
- data/examples/v2/tag-policies/GetTagPolicy.rb +8 -0
- data/examples/v2/tag-policies/GetTagPolicyScore.rb +8 -0
- data/examples/v2/tag-policies/ListTagPolicies.rb +8 -0
- data/examples/v2/tag-policies/UpdateTagPolicy.rb +19 -0
- data/examples/v2/usage-metering/GetUsageSummaryAvailableFields.rb +5 -0
- data/examples/v2/usage-metering/GetUsageSummaryAvailableFields_2682263043.rb +5 -0
- data/examples/v2/webhooks-integration/CreateOAuth2ClientCredentials.rb +19 -0
- data/examples/v2/webhooks-integration/DeleteOAuth2ClientCredentials.rb +5 -0
- data/examples/v2/webhooks-integration/GetAllAuthMethods.rb +5 -0
- data/examples/v2/webhooks-integration/GetOAuth2ClientCredentials.rb +5 -0
- data/examples/v2/webhooks-integration/UpdateOAuth2ClientCredentials.rb +19 -0
- data/examples/v2/workflow-automation/ListWorkflows.rb +5 -0
- data/examples/v2/workflow-automation/ListWorkflows_71111569.rb +9 -0
- data/lib/datadog_api_client/api_client.rb +2 -2
- data/lib/datadog_api_client/configuration.rb +214 -9
- data/lib/datadog_api_client/inflector.rb +1273 -40
- data/lib/datadog_api_client/v1/api/key_management_api.rb +20 -0
- data/lib/datadog_api_client/v1/api/monitors_api.rb +7 -1
- data/lib/datadog_api_client/v1/api/service_level_objective_corrections_api.rb +2 -1
- data/lib/datadog_api_client/v1/api/usage_metering_api.rb +10 -3
- data/lib/datadog_api_client/v1/models/comparison_custom_timeframe.rb +144 -0
- data/lib/datadog_api_client/v1/models/comparison_duration.rb +133 -0
- data/lib/datadog_api_client/v1/models/comparison_duration_type.rb +30 -0
- data/lib/datadog_api_client/v1/models/distribution_widget_histogram_request_query.rb +2 -1
- data/lib/datadog_api_client/v1/models/formula_and_function_events_data_source.rb +1 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_definition.rb +1 -1
- data/lib/datadog_api_client/v1/models/host_map_widget_definition_requests.rb +113 -4
- data/lib/datadog_api_client/v1/models/host_map_widget_dimension.rb +28 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_formula.rb +165 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_group_by.rb +133 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request.rb +244 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_leaf.rb +232 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_request_request_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_infrastructure_style.rb +135 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_node_type.rb +29 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_scalar_request.rb +170 -0
- data/lib/datadog_api_client/v1/models/host_map_widget_scalar_request_response_format.rb +26 -0
- data/lib/datadog_api_client/v1/models/hourly_usage_attribution_usage_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/list_stream_issue_persona.rb +29 -0
- data/lib/datadog_api_client/v1/models/list_stream_issue_state.rb +29 -0
- data/lib/datadog_api_client/v1/models/list_stream_query.rb +62 -4
- data/lib/datadog_api_client/v1/models/list_stream_source.rb +2 -1
- data/lib/datadog_api_client/v1/models/logs_exclude_attribute_processor.rb +166 -0
- data/lib/datadog_api_client/v1/models/logs_exclude_attribute_processor_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/logs_processor.rb +2 -1
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_data_jobs_query_definition.rb +189 -0
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_definition_compute.rb +13 -3
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_event_query_group_by.rb +13 -3
- data/lib/datadog_api_client/v1/models/monitor_formula_and_function_query_definition.rb +1 -0
- data/lib/datadog_api_client/v1/models/monitor_thresholds.rb +21 -1
- data/lib/datadog_api_client/v1/models/monitor_type.rb +1 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_supported_metrics.rb +4 -0
- data/lib/datadog_api_client/v1/models/monthly_usage_attribution_values.rb +41 -1
- data/lib/datadog_api_client/v1/models/query_value_widget_comparison.rb +143 -0
- data/lib/datadog_api_client/v1/models/query_value_widget_comparison_directionality.rb +28 -0
- data/lib/datadog_api_client/v1/models/query_value_widget_comparison_type.rb +28 -0
- data/lib/datadog_api_client/v1/models/query_value_widget_request.rb +11 -1
- data/lib/datadog_api_client/v1/models/slo_correction_create_data.rb +2 -0
- data/lib/datadog_api_client/v1/models/slo_correction_create_request.rb +1 -1
- data/lib/datadog_api_client/v1/models/slo_correction_create_request_attributes.rb +17 -14
- data/lib/datadog_api_client/v1/models/slo_correction_response_attributes.rb +14 -2
- data/lib/datadog_api_client/v1/models/slo_correction_update_request_attributes.rb +13 -1
- data/lib/datadog_api_client/v1/models/synthetics_api_test_step_subtype.rb +1 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion.rb +3 -1
- data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_respects_specification.rb +123 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_respects_specification_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_server_capabilities_target.rb +167 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_mcp_server_capabilities_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_assertion_type.rb +2 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth.rb +2 -1
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt.rb +238 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt_add_claims.rb +115 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt_algorithm.rb +28 -0
- data/lib/datadog_api_client/v1/models/synthetics_basic_auth_jwt_type.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_mcp_protocol_version.rb +26 -0
- data/lib/datadog_api_client/v1/models/synthetics_mcp_server_capability.rb +31 -0
- data/lib/datadog_api_client/v1/models/synthetics_test_call_type.rb +6 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_options.rb +11 -1
- data/lib/datadog_api_client/v1/models/synthetics_test_request.rb +34 -2
- data/lib/datadog_api_client/v1/models/usage_summary_date.rb +935 -2
- data/lib/datadog_api_client/v1/models/usage_summary_date_org.rb +940 -1
- data/lib/datadog_api_client/v1/models/usage_summary_response.rb +947 -2
- data/lib/datadog_api_client/v2/api/annotations_api.rb +424 -0
- data/lib/datadog_api_client/v2/api/apm_trace_api.rb +194 -0
- data/lib/datadog_api_client/v2/api/app_builder_api.rb +319 -0
- data/lib/datadog_api_client/v2/api/application_security_api.rb +404 -0
- data/lib/datadog_api_client/v2/api/aws_integration_api.rb +74 -0
- data/lib/datadog_api_client/v2/api/case_management_api.rb +3113 -579
- data/lib/datadog_api_client/v2/api/case_management_attribute_api.rb +86 -3
- data/lib/datadog_api_client/v2/api/case_management_type_api.rb +79 -1
- data/lib/datadog_api_client/v2/api/cloud_cost_management_api.rb +846 -43
- data/lib/datadog_api_client/v2/api/cloud_network_monitoring_api.rb +4 -0
- data/lib/datadog_api_client/v2/api/csm_ownership_api.rb +531 -0
- data/lib/datadog_api_client/v2/api/csm_settings_api.rb +478 -0
- data/lib/datadog_api_client/v2/api/customer_org_api.rb +103 -0
- data/lib/datadog_api_client/v2/api/dashboard_sharing_api.rb +97 -0
- data/lib/datadog_api_client/v2/api/dashboards_api.rb +195 -0
- data/lib/datadog_api_client/v2/api/data_observability_api.rb +168 -0
- data/lib/datadog_api_client/v2/api/deployment_gates_api.rb +4 -0
- data/lib/datadog_api_client/v2/api/entity_integration_configs_api.rb +250 -0
- data/lib/datadog_api_client/v2/api/entity_risk_scores_api.rb +71 -0
- data/lib/datadog_api_client/v2/api/fleet_automation_api.rb +0 -167
- data/lib/datadog_api_client/v2/api/forms_api.rb +773 -0
- data/lib/datadog_api_client/v2/api/google_chat_integration_api.rb +716 -42
- data/lib/datadog_api_client/v2/api/key_management_api.rb +35 -33
- data/lib/datadog_api_client/v2/api/llm_observability_api.rb +2866 -200
- data/lib/datadog_api_client/v2/api/metrics_api.rb +745 -51
- data/lib/datadog_api_client/v2/api/microsoft_teams_integration_api.rb +65 -0
- data/lib/datadog_api_client/v2/api/model_lab_api_api.rb +1237 -0
- data/lib/datadog_api_client/v2/api/network_health_insights_api.rb +100 -0
- data/lib/datadog_api_client/v2/api/o_auth2_client_public_api.rb +385 -0
- data/lib/datadog_api_client/v2/api/opsgenie_integration_api.rb +264 -0
- data/lib/datadog_api_client/v2/api/org_groups_api.rb +0 -2
- data/lib/datadog_api_client/v2/api/organizations_api.rb +442 -0
- data/lib/datadog_api_client/v2/api/reference_tables_api.rb +75 -0
- data/lib/datadog_api_client/v2/api/report_schedules_api.rb +183 -0
- data/lib/datadog_api_client/v2/api/restriction_policies_api.rb +5 -3
- data/lib/datadog_api_client/v2/api/rum_api.rb +515 -0
- data/lib/datadog_api_client/v2/api/rum_insights_api.rb +245 -0
- data/lib/datadog_api_client/v2/api/rum_metrics_api.rb +21 -21
- data/lib/datadog_api_client/v2/api/rum_rate_limit_api.rb +277 -0
- data/lib/datadog_api_client/v2/api/rum_replay_playlists_api.rb +18 -18
- data/lib/datadog_api_client/v2/api/rum_replay_viewership_api.rb +8 -8
- data/lib/datadog_api_client/v2/api/rum_retention_filters_api.rb +226 -0
- data/lib/datadog_api_client/v2/api/salesforce_integration_api.rb +419 -0
- data/lib/datadog_api_client/v2/api/scorecards_api.rb +88 -0
- data/lib/datadog_api_client/v2/api/security_monitoring_api.rb +3737 -1049
- data/lib/datadog_api_client/v2/api/service_accounts_api.rb +37 -37
- data/lib/datadog_api_client/v2/api/slack_integration_api.rb +92 -0
- data/lib/datadog_api_client/v2/api/static_analysis_api.rb +1668 -194
- data/lib/datadog_api_client/v2/api/statuspage_integration_api.rb +545 -0
- data/lib/datadog_api_client/v2/api/stegadography_api.rb +97 -0
- data/lib/datadog_api_client/v2/api/storage_management_api.rb +65 -0
- data/lib/datadog_api_client/v2/api/tag_policies_api.rb +505 -0
- data/lib/datadog_api_client/v2/api/usage_metering_api.rb +98 -1
- data/lib/datadog_api_client/v2/api/webhooks_integration_api.rb +363 -0
- data/lib/datadog_api_client/v2/api/workflow_automation_api.rb +97 -0
- data/lib/datadog_api_client/v2/models/access_token_list_item.rb +135 -0
- data/lib/datadog_api_client/v2/models/access_token_list_item_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/access_token_owner_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/access_tokens_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/aggregated_high_frozen_frame_rate.rb +232 -0
- data/lib/datadog_api_client/v2/models/aggregated_high_script_eval.rb +307 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_by_invoker_type.rb +223 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request_attributes.rb +235 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_response_attributes.rb +267 -0
- data/lib/datadog_api_client/v2/models/aggregated_long_tasks_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aggregated_low_cache_hit_rate.rb +211 -0
- data/lib/datadog_api_client/v2/models/aggregated_mobile_scroll_friction.rb +194 -0
- data/lib/datadog_api_client/v2/models/aggregated_resource.rb +503 -0
- data/lib/datadog_api_client/v2/models/aggregated_resource_timing_breakdown.rb +228 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request_attributes.rb +247 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_response_attributes.rb +238 -0
- data/lib/datadog_api_client/v2/models/aggregated_signals_problems_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aggregated_slow_fcp_high_bytes.rb +253 -0
- data/lib/datadog_api_client/v2/models/aggregated_slow_interaction_long_task.rb +286 -0
- data/lib/datadog_api_client/v2/models/aggregated_uncompressed_resource.rb +307 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_performance_criteria.rb +143 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_performance_criteria_metric.rb +29 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_request_attributes.rb +245 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_response_attributes.rb +288 -0
- data/lib/datadog_api_client/v2/models/aggregated_waterfall_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/{incident_service_type.rb → ai_custom_rule_data_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/ai_custom_rule_item.rb +186 -0
- data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request_meta_findings.rb → ai_custom_rule_request.rb} +11 -11
- data/lib/datadog_api_client/v2/models/ai_custom_rule_request_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_request_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/{fleet_clusters_response_data.rb → ai_custom_rule_response_data.rb} +8 -8
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_execution_mode.rb +28 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_request_attributes.rb +344 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_request_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_attributes.rb +439 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revision_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ai_custom_rule_revisions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/{org_group_include_option.rb → ai_custom_ruleset_data_type.rb} +3 -3
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_request_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_request_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request.rb → ai_custom_ruleset_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_response_attributes.rb +227 -0
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_update_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_update_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/ai_custom_ruleset_update_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/{org_group_memberships_relationship.rb → ai_custom_rulesets_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/ai_memory_violation_result_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_result_request.rb +105 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_result_request_attributes.rb +249 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_result_request_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_result_response_attributes.rb +291 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_result_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_results_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/ai_memory_violation_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/ai_prompt_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ai_prompt_response_attributes.rb +424 -0
- data/lib/datadog_api_client/v2/models/ai_prompt_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ai_prompts_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/analysis_edit.rb +183 -0
- data/lib/datadog_api_client/v2/models/analysis_edit_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/analysis_fix.rb +146 -0
- data/lib/datadog_api_client/v2/models/analysis_position.rb +144 -0
- data/lib/datadog_api_client/v2/models/analysis_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/analysis_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/analysis_request_data_attributes.rb +209 -0
- data/lib/datadog_api_client/v2/models/analysis_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/analysis_request_rule.rb +299 -0
- data/lib/datadog_api_client/v2/models/analysis_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/analysis_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/analysis_response_data_attributes.rb +148 -0
- data/lib/datadog_api_client/v2/models/analysis_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/analysis_rule_response.rb +229 -0
- data/lib/datadog_api_client/v2/models/analysis_violation.rb +230 -0
- data/lib/datadog_api_client/v2/models/annotation_attributes.rb +302 -0
- data/lib/datadog_api_client/v2/models/annotation_color.rb +31 -0
- data/lib/datadog_api_client/v2/models/annotation_create_attributes.rb +239 -0
- data/lib/datadog_api_client/v2/models/annotation_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/annotation_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/annotation_in_page.rb +323 -0
- data/lib/datadog_api_client/v2/models/annotation_kind.rb +28 -0
- data/lib/datadog_api_client/v2/models/annotation_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/annotation_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/annotation_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/annotation_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/annotations_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/apm_span_error_flag.rb +27 -0
- data/lib/datadog_api_client/v2/models/apm_trace_span.rb +428 -0
- data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request_meta.rb → app_builder_list_tags_response.rb} +12 -12
- data/lib/datadog_api_client/v2/models/application_security_policy_attributes.rb +213 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_create_attributes.rb +234 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_metadata.rb +155 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_rule_override.rb +175 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_ruleset_override.rb +168 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_scope.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_update_attributes.rb +268 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/application_security_policy_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_service_attributes.rb +800 -0
- data/lib/datadog_api_client/v2/models/application_security_service_resource.rb +165 -0
- data/lib/datadog_api_client/v2/models/application_security_service_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/application_security_services_metadata.rb +123 -0
- data/lib/datadog_api_client/v2/models/application_security_services_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/application_security_waf_custom_rule_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/assignee_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/assignee_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/assignee_request_data.rb +164 -0
- data/lib/datadog_api_client/v2/models/assignee_request_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/assignee_request_data_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/{fleet_clusters_response.rb → assignee_response.rb} +7 -7
- data/lib/datadog_api_client/v2/models/assignee_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/assignee_response_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/assignee_response_meta.rb +119 -0
- data/lib/datadog_api_client/v2/models/assignment_result.rb +190 -0
- data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/attach_service_now_ticket_request_data_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/automation_rule.rb +175 -0
- data/lib/datadog_api_client/v2/models/automation_rule_action.rb +144 -0
- data/lib/datadog_api_client/v2/models/automation_rule_action_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/automation_rule_action_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/automation_rule_attributes.rb +217 -0
- data/lib/datadog_api_client/v2/models/automation_rule_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/automation_rule_create_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/automation_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/{incident_service_relationships.rb → automation_rule_relationships.rb} +20 -11
- data/lib/datadog_api_client/v2/models/automation_rule_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/automation_rule_trigger.rb +133 -0
- data/lib/datadog_api_client/v2/models/automation_rule_trigger_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/automation_rule_trigger_type.rb +31 -0
- data/lib/datadog_api_client/v2/models/automation_rule_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/automation_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/automation_rules_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_issue_code.rb +42 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_request_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_response_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/aws_ccm_config_validation_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/blueprint_attributes.rb +312 -0
- data/lib/datadog_api_client/v2/models/blueprint_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/blueprint_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/blueprint_metadata_attributes.rb +239 -0
- data/lib/datadog_api_client/v2/models/blueprint_metadata_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/case.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_aggregate_group.rb +146 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_group_by.rb +150 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_request_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_response_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/case_aggregate_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/case_assign.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_automation_rule_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_automation_rule_state.rb +27 -0
- data/lib/datadog_api_client/v2/models/case_bulk_action_type.rb +35 -0
- data/lib/datadog_api_client/v2/models/case_bulk_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_bulk_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_bulk_update_request_attributes.rb +156 -0
- data/lib/datadog_api_client/v2/models/case_bulk_update_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_comment.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_count_group.rb +146 -0
- data/lib/datadog_api_client/v2/models/case_count_group_value.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_count_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_count_response_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/{fleet_instrumented_pods_response_data.rb → case_count_response_data.rb} +7 -7
- data/lib/datadog_api_client/v2/models/case_create.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_empty.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_insight.rb +165 -0
- data/lib/datadog_api_client/v2/models/case_insight_type.rb +41 -0
- data/lib/datadog_api_client/v2/models/case_insights_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/case_insights_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_insights_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_link.rb +165 -0
- data/lib/datadog_api_client/v2/models/case_link_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/case_link_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_link_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_link_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_link_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_links_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/case_resource_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_type_create.rb +3 -3
- data/lib/datadog_api_client/v2/models/case_type_create_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/case_type_resource.rb +3 -3
- data/lib/datadog_api_client/v2/models/case_type_resource_attributes.rb +5 -5
- data/lib/datadog_api_client/v2/models/case_type_resource_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_type_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/case_type_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/case_type_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_types_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_update_attributes_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_update_comment.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_update_comment_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/{bulk_mute_findings_response.rb → case_update_comment_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/case_update_custom_attribute.rb +2 -2
- data/lib/datadog_api_client/v2/models/case_update_description.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_update_due_date.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_update_due_date_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_due_date_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_priority.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_update_resolved_reason.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_update_resolved_reason_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_resolved_reason_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_update_status.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_update_title.rb +1 -1
- data/lib/datadog_api_client/v2/models/case_view.rb +175 -0
- data/lib/datadog_api_client/v2/models/case_view_attributes.rb +185 -0
- data/lib/datadog_api_client/v2/models/case_view_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/case_view_create_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/case_view_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_view_relationships.rb +134 -0
- data/lib/datadog_api_client/v2/models/case_view_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_view_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_view_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/case_view_update_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/case_view_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_views_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/case_watcher.rb +165 -0
- data/lib/datadog_api_client/v2/models/case_watcher_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_watcher_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/case_watcher_user_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/case_watchers_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/clone_form_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/clone_form_data_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/clone_form_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/convert_job_results_to_signals_attributes.rb +1 -11
- data/lib/datadog_api_client/v2/models/cost_currency.rb +144 -0
- data/lib/datadog_api_client/v2/models/cost_currency_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_currency_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_metric.rb +144 -0
- data/lib/datadog_api_client/v2/models/cost_metric_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_metrics_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_orchestrator.rb +144 -0
- data/lib/datadog_api_client/v2/models/cost_orchestrator_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_orchestrators_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_recommendation_array.rb +135 -0
- data/lib/datadog_api_client/v2/models/cost_recommendation_data.rb +143 -0
- data/lib/datadog_api_client/v2/models/cost_recommendation_data_attributes.rb +157 -0
- data/lib/datadog_api_client/v2/models/cost_recommendation_data_attributes_potential_daily_savings.rb +115 -0
- data/lib/datadog_api_client/v2/models/cost_recommendation_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_upsert_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_upsert_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/cost_tag_description_upsert_request_data_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_metadata.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_metadata_attributes.rb +240 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_metadata_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_metadata_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_source.rb +165 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_source_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_source_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tag_key_sources_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/cost_tag_metadata_daily_filter.rb +27 -0
- data/lib/datadog_api_client/v2/models/cost_tag_metadata_month.rb +144 -0
- data/lib/datadog_api_client/v2/models/cost_tag_metadata_month_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/cost_tag_metadata_months_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_degradation_request_data_attributes.rb +3 -15
- data/lib/datadog_api_client/v2/models/create_form_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/create_form_data_attributes.rb +205 -0
- data/lib/datadog_api_client/v2/models/create_form_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/create_maintenance_request_data_attributes.rb +3 -15
- data/lib/datadog_api_client/v2/models/create_notification_rule_parameters_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_array.rb +125 -0
- data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_data_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/create_service_now_ticket_request_data_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_facet_attributes.rb +381 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_facet_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_facet_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_facets_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_resource_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_host_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/csm_agentless_hosts_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/csm_cloud_provider.rb +29 -0
- data/lib/datadog_api_client/v2/models/csm_facet_info_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/csm_host_facet_info_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/{bulk_mute_findings_request_data.rb → csm_host_facet_info_data.rb} +10 -10
- data/lib/datadog_api_client/v2/models/csm_host_facet_info_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/csm_host_facet_info_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/csm_host_facet_info_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/csm_settings_meta.rb +165 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_attributes.rb +306 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_facet_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_facet_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_facets_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_source.rb +28 -0
- data/lib/datadog_api_client/v2/models/csm_unified_host_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/csm_unified_hosts_meta.rb +186 -0
- data/lib/datadog_api_client/v2/models/csm_unified_hosts_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config.rb +3 -3
- data/lib/datadog_api_client/v2/models/custom_attribute_config_attributes_create.rb +6 -6
- data/lib/datadog_api_client/v2/models/custom_attribute_config_create.rb +3 -3
- data/lib/datadog_api_client/v2/models/custom_attribute_config_create_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/custom_attribute_config_resource_attributes.rb +7 -7
- data/lib/datadog_api_client/v2/models/custom_attribute_config_resource_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/custom_attribute_config_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/custom_attribute_config_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_update_attributes.rb +145 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_config_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_configs_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/custom_attribute_select_option.rb +123 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/custom_attribute_type_data.rb +107 -0
- data/lib/datadog_api_client/v2/models/custom_attribute_value.rb +3 -3
- data/lib/datadog_api_client/v2/models/custom_attribute_values_union.rb +1 -1
- data/lib/datadog_api_client/v2/models/custom_ruleset_list_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_request_attributes.rb +107 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_request_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_response_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/customer_org_disable_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/dashboard_usage.rb +165 -0
- data/lib/datadog_api_client/v2/models/dashboard_usage_attributes.rb +262 -0
- data/lib/datadog_api_client/v2/models/dashboard_usage_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/dashboard_usage_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/dashboard_usage_user.rb +135 -0
- data/lib/datadog_api_client/v2/models/data_observability_monitor_run_status.rb +30 -0
- data/lib/datadog_api_client/v2/models/data_observability_monitor_run_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/default_rulesets_per_language_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/default_rulesets_per_language_data_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/default_rulesets_per_language_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/default_rulesets_per_language_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/degradation_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/degradation_data_attributes_updates_items.rb +11 -1
- data/lib/datadog_api_client/v2/models/{org_group_membership_relationship_data.rb → delete_form_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/delete_form_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_configuration.rb +141 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_request_attributes.rb +15 -1
- data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_request_data.rb +2 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_evaluation_rule.rb +47 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule.rb +164 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_options.rb +135 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_fdd_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_monitor_rule.rb +164 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_monitor_rule_options.rb +144 -0
- data/lib/datadog_api_client/v2/models/deployment_gates_monitor_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/elf_sourcemap_attributes.rb +245 -0
- data/lib/datadog_api_client/v2/models/elf_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/entity_context_entity.rb +166 -0
- data/lib/datadog_api_client/v2/models/entity_context_entity_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/entity_context_page.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_context_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/entity_context_response_meta.rb +148 -0
- data/lib/datadog_api_client/v2/models/entity_context_revision.rb +165 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_request_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/entity_integration_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/finding_case_response_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/finding_service_now_ticket.rb +115 -0
- data/lib/datadog_api_client/v2/models/finding_service_now_ticket_result.rb +155 -0
- data/lib/datadog_api_client/v2/models/flutter_sourcemap_attributes.rb +205 -0
- data/lib/datadog_api_client/v2/models/flutter_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/form_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/form_data_attributes.rb +424 -0
- data/lib/datadog_api_client/v2/models/form_data_definition.rb +147 -0
- data/lib/datadog_api_client/v2/models/form_data_definition_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/form_datastore_config_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/form_publication_attributes.rb +280 -0
- data/lib/datadog_api_client/v2/models/form_publication_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/form_publication_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/form_publication_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/form_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/form_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/form_ui_definition.rb +117 -0
- data/lib/datadog_api_client/v2/models/form_ui_definition_ui_theme.rb +105 -0
- data/lib/datadog_api_client/v2/models/form_ui_definition_ui_theme_primary_color.rb +34 -0
- data/lib/datadog_api_client/v2/models/form_update_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/form_version_attributes.rb +319 -0
- data/lib/datadog_api_client/v2/models/form_version_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/form_version_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/form_version_state.rb +27 -0
- data/lib/datadog_api_client/v2/models/form_version_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/forms_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/full_personal_access_token.rb +4 -4
- data/lib/datadog_api_client/v2/models/full_personal_access_token_attributes.rb +7 -7
- data/lib/datadog_api_client/v2/models/full_service_access_token.rb +135 -0
- data/lib/datadog_api_client/v2/models/full_service_access_token_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/generate_cost_tag_description_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/generated_cost_tag_description.rb +165 -0
- data/lib/datadog_api_client/v2/models/generated_cost_tag_description_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/generated_cost_tag_description_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_ast_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/get_ast_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/get_ast_request_data_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/get_ast_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_ast_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/get_ast_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/get_ast_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/get_ast_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/get_blueprint_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/{org_group_relationships.rb → get_blueprints_response.rb} +13 -11
- data/lib/datadog_api_client/v2/models/get_data_observability_monitor_run_status_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/get_data_observability_monitor_run_status_response_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/get_data_observability_monitor_run_status_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/global_org.rb +173 -0
- data/lib/datadog_api_client/v2/models/global_org_attributes.rb +183 -0
- data/lib/datadog_api_client/v2/models/global_org_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/global_org_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/global_org_user.rb +144 -0
- data/lib/datadog_api_client/v2/models/global_orgs_links.rb +134 -0
- data/lib/datadog_api_client/v2/models/global_orgs_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/global_orgs_meta_page.rb +172 -0
- data/lib/datadog_api_client/v2/models/global_orgs_meta_page_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/global_orgs_response.rb +145 -0
- data/lib/datadog_api_client/v2/models/google_chat_delegated_user_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/google_chat_delegated_user_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/google_chat_delegated_user_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_delegated_user_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_data.rb +157 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_relationships_delegated_user.rb +105 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_relationships_delegated_user_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_organization_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/google_chat_organizations_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_create_request_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_data.rb +147 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_update_request_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audience_update_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/google_chat_target_audiences_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/historical_job_query.rb +111 -3
- data/lib/datadog_api_client/v2/models/historical_job_response_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/il2_cpp_sourcemap_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/il2_cpp_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/io_c_indicator.rb +33 -3
- data/lib/datadog_api_client/v2/models/io_c_indicator_detailed.rb +43 -1
- data/lib/datadog_api_client/v2/models/io_c_triage_event.rb +125 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_state.rb +27 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_write_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_write_request_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_write_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_write_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_write_response_attributes.rb +145 -0
- data/lib/datadog_api_client/v2/models/io_c_triage_write_response_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/ios_sourcemap_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/ios_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/issue_case_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/issue_case_jira_issue.rb +11 -1
- data/lib/datadog_api_client/v2/models/issue_case_jira_issue_result.rb +21 -1
- data/lib/datadog_api_client/v2/models/issue_case_linear_issue.rb +125 -0
- data/lib/datadog_api_client/v2/models/issue_case_linear_issue_result.rb +145 -0
- data/lib/datadog_api_client/v2/models/job_definition.rb +23 -4
- data/lib/datadog_api_client/v2/models/job_definition_from_rule.rb +26 -1
- data/lib/datadog_api_client/v2/models/js_sourcemap_attributes.rb +255 -0
- data/lib/datadog_api_client/v2/models/js_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/jvm_sourcemap_attributes.rb +215 -0
- data/lib/datadog_api_client/v2/models/jvm_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/latest_version_match_policy.rb +27 -0
- data/lib/datadog_api_client/v2/models/licenses_list_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/licenses_list_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/licenses_list_response_data_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/licenses_list_response_data_attributes_licenses_items.rb +165 -0
- data/lib/datadog_api_client/v2/models/licenses_list_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/list_blueprints_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/list_dashboards_usage_response.rb +156 -0
- data/lib/datadog_api_client/v2/models/list_dashboards_usage_response_links.rb +155 -0
- data/lib/datadog_api_client/v2/models/list_dashboards_usage_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/list_personal_access_tokens_response.rb +4 -4
- data/lib/datadog_api_client/v2/models/list_rows_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/list_rows_response_links.rb +154 -0
- data/lib/datadog_api_client/v2/models/list_scorecard_scores_meta.rb +135 -0
- data/lib/datadog_api_client/v2/models/list_scorecard_scores_response.rb +127 -0
- data/lib/datadog_api_client/v2/models/list_service_access_tokens_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/list_shared_dashboards_response.rb +148 -0
- data/lib/datadog_api_client/v2/models/list_sourcemaps_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/list_workflows_response.rb +117 -0
- data/lib/datadog_api_client/v2/models/list_workflows_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/list_workflows_response_meta_page.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_by_trace_item.rb +296 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interaction_item.rb +36 -161
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_attributes_response.rb +150 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_by_trace_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotated_interactions_data_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_assessment.rb +27 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_error.rb +154 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_item.rb +1 -1
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_item_response.rb +252 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_label_value.rb +169 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_response.rb +188 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_label_value_value.rb +65 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_item.rb +35 -116
- data/lib/datadog_api_client/v2/models/llm_obs_annotation_queue_interaction_response_item.rb +36 -159
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_attributes_response.rb +137 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_annotations_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_anthropic_effort.rb +29 -0
- data/lib/datadog_api_client/v2/models/llm_obs_anthropic_metadata.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_config.rb +141 -0
- data/lib/datadog_api_client/v2/models/llm_obs_anthropic_thinking_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/llm_obs_any_interaction_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/llm_obs_azure_open_ai_metadata.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_bedrock_metadata.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_content_block.rb +238 -0
- data/lib/datadog_api_client/v2/models/llm_obs_content_block_header_level.rb +29 -0
- data/lib/datadog_api_client/v2/models/llm_obs_content_block_llm_obs_trace_interaction_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/llm_obs_content_block_time_frame.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_content_block_type.rb +33 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request_attributes.rb +175 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_attributes.rb +249 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_data_deletion_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_attributes_request.rb +153 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_data_request.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_insert_record.rb +166 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_batch_update_update_record.rb +172 -0
- data/lib/datadog_api_client/v2/models/{incident_service_create_attributes.rb → llm_obs_dataset_clone_data_attributes_request.rb} +15 -5
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_clone_data_request.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_clone_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_data_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_draft_state_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/{create_maintenance_request_data_attributes_updates_items_components_affected_items.rb → llm_obs_dataset_draft_state_user.rb} +38 -29
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_export_format.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_record_tag_operations.rb +131 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_records_upload_file.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_restore_version_data_attributes_request.rb +127 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_restore_version_data_request.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_restore_version_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_version_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_version_data_attributes.rb +166 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_version_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_dataset_versions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotation_error.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_request.rb +129 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_attributes_response.rb +148 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_delete_annotations_response.rb +124 -0
- data/lib/datadog_api_client/v2/models/llm_obs_display_block_annotated_interaction_item.rb +216 -0
- data/lib/datadog_api_client/v2/models/llm_obs_display_block_interaction_item.rb +153 -0
- data/lib/datadog_api_client/v2/models/llm_obs_display_block_interaction_response_item.rb +214 -0
- data/lib/datadog_api_client/v2/models/llm_obs_display_block_interaction_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_request.rb +35 -15
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_data_attributes_response.rb +118 -1
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_eval_metric_event.rb +270 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_v2_data_attributes_response.rb +148 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_v2_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_events_v2_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_run_data_response.rb +171 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_span_with_evals.rb +237 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_spans_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_status.rb +29 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_update_data_attributes_request.rb +43 -3
- data/lib/datadog_api_client/v2/models/llm_obs_experiment_user.rb +145 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_aggregate.rb +239 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_compute.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_attributes_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_attributes_response.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_group_by.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_result.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_search.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_time_range.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_analytics_value.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_content_preview.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_cursor_page.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_filter.rb +173 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_include.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_number_page.rb +148 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_data_attributes_request.rb +153 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_search_results.rb +167 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_data_attributes_request.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_data_request.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_data_response.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_meta_page.rb +186 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_simple_search_response.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_sort_field.rb +133 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_sort_field_direction.rb +27 -0
- data/lib/datadog_api_client/v2/models/llm_obs_experimentation_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_code.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_content.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_content_value.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_error_response.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_function.rb +154 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_message.rb +161 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_run_result.rb +302 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_tool.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_tool_call.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_inference_tool_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_integration_account.rb +216 -0
- data/lib/datadog_api_client/v2/models/llm_obs_integration_inference_request.rb +303 -0
- data/lib/datadog_api_client/v2/models/llm_obs_integration_inference_response.rb +334 -0
- data/lib/datadog_api_client/v2/models/llm_obs_integration_model.rb +301 -0
- data/lib/datadog_api_client/v2/models/llm_obs_integration_name.rb +31 -0
- data/lib/datadog_api_client/v2/models/llm_obs_internal_reasoning.rb +141 -0
- data/lib/datadog_api_client/v2/models/llm_obs_open_ai_metadata.rb +124 -0
- data/lib/datadog_api_client/v2/models/llm_obs_open_ai_reasoning_effort.rb +30 -0
- data/lib/datadog_api_client/v2/models/llm_obs_open_ai_reasoning_summary.rb +28 -0
- data/lib/datadog_api_client/v2/models/{create_degradation_request_data_attributes_updates_items_components_affected_items.rb → llm_obs_patterns_activity_progress.rb} +31 -23
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_point.rb +270 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_point_ref.rb +195 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_clustered_points_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_attributes.rb +329 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_item.rb +350 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_snapshot.rb +194 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_upsert_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_upsert_request_attributes.rb +275 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_config_upsert_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_list_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_response_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_configs_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_response_attributes.rb +188 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_status_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_run_summary.rb +193 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_list_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_response_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_runs_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topic.rb +312 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topic_with_clustered_points.rb +325 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_response_attributes.rb +237 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response.rb +124 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response_attributes.rb +237 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_topics_with_clustered_points_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_request_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/{fleet_instrumented_pods_response.rb → llm_obs_patterns_trigger_response.rb} +5 -5
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_response_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_patterns_trigger_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_search_spans_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_attributes.rb +384 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_evaluation_metric.rb +157 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_filter.rb +185 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_io.rb +117 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_message.rb +149 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_page_query.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_search_options.rb +115 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_tool_call.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_tool_definition.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_tool_result.rb +135 -0
- data/lib/datadog_api_client/v2/models/llm_obs_span_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/llm_obs_spans_response.rb +156 -0
- data/lib/datadog_api_client/v2/models/llm_obs_spans_response_links.rb +105 -0
- data/lib/datadog_api_client/v2/models/{create_maintenance_request_data_attributes_updates_items.rb → llm_obs_spans_response_meta.rb} +45 -47
- data/lib/datadog_api_client/v2/models/llm_obs_spans_response_page.rb +105 -0
- data/lib/datadog_api_client/v2/models/llm_obs_trace_annotated_interaction_item.rb +230 -0
- data/lib/datadog_api_client/v2/models/llm_obs_trace_interaction_item.rb +144 -0
- data/lib/datadog_api_client/v2/models/llm_obs_trace_interaction_response_item.rb +228 -0
- data/lib/datadog_api_client/v2/models/{llm_obs_interaction_type.rb → llm_obs_trace_interaction_type.rb} +2 -2
- data/lib/datadog_api_client/v2/models/llm_obs_upsert_annotation_item.rb +152 -0
- data/lib/datadog_api_client/v2/models/llm_obs_vertex_ai_metadata.rb +127 -0
- data/lib/datadog_api_client/v2/models/logs_archive_attributes.rb +25 -1
- data/lib/datadog_api_client/v2/models/logs_archive_create_request_attributes.rb +25 -1
- data/lib/datadog_api_client/v2/models/long_task_metric_stats.rb +165 -0
- data/lib/datadog_api_client/v2/models/long_task_stats_per_view.rb +195 -0
- data/lib/datadog_api_client/v2/models/maintenance_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/maintenance_window.rb +165 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_attributes.rb +206 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_create.rb +144 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_create_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_update.rb +133 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_update_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/maintenance_window_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/maintenance_windows_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/max_session_duration_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/max_session_duration_update_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/max_session_duration_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/max_session_duration_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_data_attributes_libraries_items.rb +210 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_response_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/mcp_scan_request_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_artifact_info.rb +183 -0
- data/lib/datadog_api_client/v2/models/model_lab_artifact_object_info.rb +162 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_keys_attributes.rb +168 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_keys_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_keys_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_keys_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_values_attributes.rb +189 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_values_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_values_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/model_lab_facet_values_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_metric_stat_range.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_metric_summary.rb +228 -0
- data/lib/datadog_api_client/v2/models/model_lab_numeric_range.rb +144 -0
- data/lib/datadog_api_client/v2/models/{incident_service_update_attributes.rb → model_lab_page_meta.rb} +17 -17
- data/lib/datadog_api_client/v2/models/model_lab_page_meta_page.rb +224 -0
- data/lib/datadog_api_client/v2/models/model_lab_pagination_links.rb +154 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_artifacts_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_attributes.rb +291 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_facet_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/model_lab_project_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_projects_response.rb +156 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_artifacts_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_attributes.rb +454 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_param.rb +144 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_status.rb +32 -0
- data/lib/datadog_api_client/v2/models/model_lab_run_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/model_lab_runs_response.rb +156 -0
- data/lib/datadog_api_client/v2/models/model_lab_tag.rb +144 -0
- data/lib/datadog_api_client/v2/models/ndk_sourcemap_attributes.rb +195 -0
- data/lib/datadog_api_client/v2/models/ndk_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/network_health_insight.rb +165 -0
- data/lib/datadog_api_client/v2/models/network_health_insight_attributes.rb +328 -0
- data/lib/datadog_api_client/v2/models/network_health_insight_category.rb +30 -0
- data/lib/datadog_api_client/v2/models/network_health_insight_failure_type.rb +34 -0
- data/lib/datadog_api_client/v2/models/network_health_insight_traffic_volume.rb +125 -0
- data/lib/datadog_api_client/v2/models/network_health_insights_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/network_health_insights_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/node_types_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/node_types_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/node_types_response_data_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/node_types_response_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/notification_rule_preview_notification_status.rb +28 -0
- data/lib/datadog_api_client/v2/models/notification_rule_preview_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/notification_rule_preview_response_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/notification_rule_preview_response_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/notification_rule_preview_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/notification_rule_preview_result.rb +149 -0
- data/lib/datadog_api_client/v2/models/notification_rule_routing.rb +123 -0
- data/lib/datadog_api_client/v2/models/notification_rule_routing_mode.rb +26 -0
- data/lib/datadog_api_client/v2/models/notification_rules_list_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_env_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/o_auth2_well_known_sites_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/o_auth_client_registration_error.rb +144 -0
- data/lib/datadog_api_client/v2/models/o_auth_client_registration_grant_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/o_auth_client_registration_request.rb +322 -0
- data/lib/datadog_api_client/v2/models/o_auth_client_registration_response.rb +234 -0
- data/lib/datadog_api_client/v2/models/o_auth_client_registration_response_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/o_auth_oidc_scope.rb +29 -0
- data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction.rb +148 -0
- data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/o_auth_scopes_restriction_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_metric_tags_processor.rb +225 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_add_metric_tags_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_aggregate_processor.rb +248 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_aggregate_processor_mode.rb +32 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_aggregate_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_amazon_s3_generic_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_cloud_prem_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_destination_item.rb +2 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_config_processor_item.rb +6 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_databricks_zerobus_destination.rb +15 -37
- data/lib/datadog_api_client/v2/models/observability_pipeline_fluent_bit_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_fluentd_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_v2_processor.rb +201 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_generate_metrics_v2_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_client_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source.rb +34 -5
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token.rb +162 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token_path_to_token.rb +64 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token_path_to_token_header.rb +123 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_http_server_source_valid_token_path_to_token_location.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_kafka_destination.rb +11 -1
- data/lib/datadog_api_client/v2/models/observability_pipeline_logstash_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_mtls_server_tls.rb +163 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_opentelemetry_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_metric_tags_processor.rb +225 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_metric_tags_processor_tag.rb +144 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rename_metric_tags_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_rsyslog_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_socket_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_source_valid_token_field_to_add.rb +165 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_metrics_destination.rb +259 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_metrics_destination_compression.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_metrics_destination_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source.rb +33 -5
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_hec_source_valid_token.rb +151 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_splunk_tcp_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_syslog_ng_source.rb +2 -2
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor.rb +271 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_metric_limit.rb +202 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_metric_mode.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_tag_limit.rb +169 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_per_tag_mode.rb +27 -0
- data/lib/datadog_api_client/v2/models/observability_pipeline_tag_cardinality_limit_processor_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_create_attributes.rb +148 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/{incident_service_update_request.rb → opsgenie_account_create_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/opsgenie_account_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_response_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_response_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_update_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/opsgenie_account_update_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/{incident_service_create_request.rb → opsgenie_account_update_request.rb} +5 -5
- data/lib/datadog_api_client/v2/models/opsgenie_accounts_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/org_group_data.rb +1 -11
- data/lib/datadog_api_client/v2/models/org_group_list_response.rb +1 -13
- data/lib/datadog_api_client/v2/models/org_group_policy_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/org_group_policy_create_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/org_group_policy_enforcement_tier.rb +3 -3
- data/lib/datadog_api_client/v2/models/org_group_policy_update_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/org_saml_preferences_attributes.rb +162 -0
- data/lib/datadog_api_client/v2/models/org_saml_preferences_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/org_saml_preferences_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/org_saml_preferences_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_evidence_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/ownership_evidence_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ownership_evidence_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_evidence_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_action.rb +29 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_request_attributes.rb +226 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_result_attributes.rb +246 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_result_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_result_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ownership_feedback_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ownership_history_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/ownership_history_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ownership_history_item.rb +357 -0
- data/lib/datadog_api_client/v2/models/ownership_history_pagination.rb +141 -0
- data/lib/datadog_api_client/v2/models/ownership_history_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_history_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_attributes.rb +303 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_item.rb +324 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_list_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_list_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_list_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_status.rb +30 -0
- data/lib/datadog_api_client/v2/models/ownership_inference_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ownership_inferences_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/ownership_owner_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/page_annotations_attributes.rb +167 -0
- data/lib/datadog_api_client/v2/models/page_annotations_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/page_annotations_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/page_annotations_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/patch_notification_rule_parameters_data_attributes.rb +11 -1
- data/lib/datadog_api_client/v2/models/personal_access_token.rb +4 -4
- data/lib/datadog_api_client/v2/models/personal_access_token_attributes.rb +8 -8
- data/lib/datadog_api_client/v2/models/personal_access_token_create_attributes.rb +4 -4
- data/lib/datadog_api_client/v2/models/personal_access_token_create_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/personal_access_token_create_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/personal_access_token_create_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/personal_access_token_relationships.rb +1 -1
- data/lib/datadog_api_client/v2/models/personal_access_token_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/personal_access_token_response_meta.rb +1 -1
- data/lib/datadog_api_client/v2/models/personal_access_token_response_meta_page.rb +1 -1
- data/lib/datadog_api_client/v2/models/personal_access_token_update_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/personal_access_token_update_data.rb +3 -3
- data/lib/datadog_api_client/v2/models/personal_access_token_update_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/personal_access_tokens_sort.rb +2 -0
- data/lib/datadog_api_client/v2/models/project_favorite.rb +144 -0
- data/lib/datadog_api_client/v2/models/project_favorite_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/project_favorites_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/pruned_trace_attributes.rb +170 -0
- data/lib/datadog_api_client/v2/models/pruned_trace_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/pruned_trace_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/pruned_trace_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/publish_form_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/publish_form_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/publish_form_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/react_native_sourcemap_attributes.rb +235 -0
- data/lib/datadog_api_client/v2/models/react_native_sourcemap_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/recommendations_filter_request.rb +127 -0
- data/lib/datadog_api_client/v2/models/recommendations_filter_request_sort_items.rb +115 -0
- data/lib/datadog_api_client/v2/models/recommendations_page_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/recommendations_page_meta_page.rb +157 -0
- data/lib/datadog_api_client/v2/models/relationship_to_access_token_owner.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_access_token_owner_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/relationship_to_service_account.rb +123 -0
- data/lib/datadog_api_client/v2/models/relationship_to_service_account_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/report_schedule_author.rb +165 -0
- data/lib/datadog_api_client/v2/models/{incident_service_response_attributes.rb → report_schedule_author_attributes.rb} +21 -22
- data/lib/datadog_api_client/v2/models/report_schedule_author_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_author_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/report_schedule_author_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/report_schedule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_create_request_attributes.rb +330 -0
- data/lib/datadog_api_client/v2/models/report_schedule_create_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/report_schedule_delivery_format.rb +29 -0
- data/lib/datadog_api_client/v2/models/{incident_service_included_items.rb → report_schedule_included_resource.rb} +3 -3
- data/lib/datadog_api_client/v2/models/report_schedule_patch_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_patch_request_attributes.rb +289 -0
- data/lib/datadog_api_client/v2/models/report_schedule_patch_request_data.rb +145 -0
- data/lib/datadog_api_client/v2/models/report_schedule_resource_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/report_schedule_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/report_schedule_response_attributes.rb +346 -0
- data/lib/datadog_api_client/v2/models/report_schedule_response_attributes_delivery_format.rb +28 -0
- data/lib/datadog_api_client/v2/models/report_schedule_response_data.rb +186 -0
- data/lib/datadog_api_client/v2/models/report_schedule_response_relationships.rb +123 -0
- data/lib/datadog_api_client/v2/models/report_schedule_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/report_schedule_template_variable.rb +146 -0
- data/lib/datadog_api_client/v2/models/report_schedule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/routing_rule_action.rb +2 -1
- data/lib/datadog_api_client/v2/models/routing_rule_attributes.rb +1 -1
- data/lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action.rb +174 -0
- data/lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_support_hours.rb +135 -0
- data/lib/datadog_api_client/v2/models/routing_rule_escalation_policy_action_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_metric_compute.rb +2 -2
- data/lib/datadog_api_client/v2/models/rum_metric_create_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_create_data.rb +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_create_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/rum_metric_filter.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_metric_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_metric_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/rum_metric_response_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_response_compute.rb +2 -2
- data/lib/datadog_api_client/v2/models/rum_metric_response_data.rb +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_response_filter.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_metric_response_group_by.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_metric_update_attributes.rb +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_update_compute.rb +1 -1
- data/lib/datadog_api_client/v2/models/rum_metric_update_data.rb +3 -3
- data/lib/datadog_api_client/v2/models/rum_metric_update_request.rb +2 -2
- data/lib/datadog_api_client/v2/models/rum_metrics_response.rb +2 -2
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_editability.rb +105 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_id.rb +28 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_update_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filter_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_permanent_retention_filters_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_adaptive_config.rb +131 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_attributes.rb +185 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_update_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_update_data.rb +166 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_config_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_custom_config.rb +223 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_mode.rb +28 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_quota_reached_action.rb +27 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_scope_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/rum_rate_limit_window_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/run_data_observability_monitor_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/run_data_observability_monitor_response_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/run_historical_job_request_attributes.rb +13 -13
- data/lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_organization_response_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_organization_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_organizations_response.rb +126 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_create_attributes.rb +260 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_priority.rb +29 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_response_attributes.rb +155 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_response_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_update_attributes.rb +222 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_update_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_template_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/salesforce_incidents_templates_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/{incident_service_response_data.rb → saml_configuration.rb} +10 -10
- data/lib/datadog_api_client/v2/models/saml_configuration_attributes.rb +190 -0
- data/lib/datadog_api_client/v2/models/saml_configuration_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/{incident_service_response.rb → saml_configuration_response.rb} +7 -7
- data/lib/datadog_api_client/v2/models/saml_configuration_update_attributes.rb +140 -0
- data/lib/datadog_api_client/v2/models/saml_configuration_update_data.rb +168 -0
- data/lib/datadog_api_client/v2/models/saml_configuration_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/saml_configurations_response.rb +119 -0
- data/lib/datadog_api_client/v2/models/saml_configurations_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_attributes.rb +139 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_item_meta.rb +137 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_bulk_subscription_result_item.rb +186 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_duration.rb +29 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_attributes.rb +207 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_attributes.rb +133 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_request_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscription_status.rb +32 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscriptions_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscriptions_response_meta.rb +127 -0
- data/lib/datadog_api_client/v2/models/sample_log_generation_subscriptions_status_filter.rb +27 -0
- data/lib/datadog_api_client/v2/models/sast_ruleset_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/{create_degradation_request_data_attributes_updates_items.rb → sast_ruleset_data_attributes.rb} +54 -54
- data/lib/datadog_api_client/v2/models/sast_ruleset_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/sast_rulesets_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/scan_result_response.rb +64 -0
- data/lib/datadog_api_client/v2/models/scorecard_score_attributes.rb +195 -0
- data/lib/datadog_api_client/v2/models/{incident_service_update_data.rb → scorecard_score_data.rb} +22 -11
- data/lib/datadog_api_client/v2/models/scorecard_score_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/scorecard_score_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/scorecard_score_relationship_item.rb +105 -0
- data/lib/datadog_api_client/v2/models/scorecard_score_relationships.rb +145 -0
- data/lib/datadog_api_client/v2/models/scorecard_scores_aggregation.rb +30 -0
- data/lib/datadog_api_client/v2/models/security_entity_risk_score.rb +2 -2
- data/lib/datadog_api_client/v2/models/security_entity_risk_score_attributes.rb +66 -40
- data/lib/datadog_api_client/v2/models/security_entity_risk_score_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_entity_risk_score_type.rb +2 -2
- data/lib/datadog_api_client/v2/models/security_filter_version.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_filter_version_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/security_filter_version_entry.rb +276 -0
- data/lib/datadog_api_client/v2/models/security_filter_version_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_filter_versions_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_request.rb +147 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_attributes_response.rb +365 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_column.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_response_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_create_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_definition.rb +221 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_request_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_request_data.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependencies_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_attributes.rb +188 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_dependents_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_search.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_time_window.rb +115 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_update_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_entry.rb +146 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_field_change.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_dataset_version_history_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_datasets_list_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_datasets_list_response.rb +146 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_attributes.rb +215 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_attributes.rb +196 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_state.rb +28 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_attributes.rb +155 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_config_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_configs_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_credentials_validate_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_integration_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_attributes.rb +130 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_convert_bulk_payload.rb +123 -0
- data/lib/datadog_api_client/v2/models/security_monitoring_rule_impossible_travel_options.rb +43 -3
- data/lib/datadog_api_client/v2/models/service_access_token.rb +135 -0
- data/lib/datadog_api_client/v2/models/service_access_token_attributes.rb +177 -0
- data/lib/datadog_api_client/v2/models/service_access_token_create_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/service_access_token_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/service_access_token_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/service_access_token_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/{fleet_clusters_response_meta.rb → service_access_token_response_meta_page.rb} +4 -4
- data/lib/datadog_api_client/v2/models/service_access_tokens_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_account_access_token_create_data.rb +2 -2
- data/lib/datadog_api_client/v2/models/service_account_access_token_update_attributes.rb +117 -0
- data/lib/datadog_api_client/v2/models/service_account_access_token_update_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/service_account_access_token_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/service_account_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_now_tickets_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_request_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_request_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_response_attributes.rb +143 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/service_repository_info_status.rb +30 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_included.rb +63 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_included_dashboard.rb +165 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_included_dashboard_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_included_dashboard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_included_user.rb +165 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_included_user_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_invitee.rb +162 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_relationship_dashboard.rb +123 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_relationship_dashboard_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_relationship_sharer.rb +123 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_relationships.rb +144 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_response.rb +186 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_response_attributes.rb +400 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_selectable_template_variable.rb +232 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_share_type.rb +29 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_status.rb +27 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_viewing_preferences.rb +144 -0
- data/lib/datadog_api_client/v2/models/shared_dashboard_viewing_preferences_theme.rb +28 -0
- data/lib/datadog_api_client/v2/models/signal_entities_attributes.rb +125 -0
- data/lib/datadog_api_client/v2/models/signal_entities_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/signal_entities_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/signal_entities_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/signals_problems_detections.rb +179 -0
- data/lib/datadog_api_client/v2/models/signals_problems_sample_metadata.rb +221 -0
- data/lib/datadog_api_client/v2/models/single_aggregated_connection_response_data_attributes.rb +61 -1
- data/lib/datadog_api_client/v2/models/single_entity_context_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/{bulk_mute_findings_response_data.rb → slack_user_binding_data.rb} +6 -6
- data/lib/datadog_api_client/v2/models/slack_user_binding_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/slack_user_bindings_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/sourcemap_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sourcemap_file_attributes.rb +279 -0
- data/lib/datadog_api_client/v2/models/sourcemap_file_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/sourcemap_file_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/sourcemap_file_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/sourcemap_item.rb +69 -0
- data/lib/datadog_api_client/v2/models/sourcemap_map_kind.rb +33 -0
- data/lib/datadog_api_client/v2/models/sourcemaps_list_meta.rb +123 -0
- data/lib/datadog_api_client/v2/models/sourcemaps_list_meta_page.rb +144 -0
- data/lib/datadog_api_client/v2/models/sourcemaps_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_create_attributes.rb +127 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/{fleet_clusters_response_data_attributes.rb → statuspage_account_response_attributes.rb} +11 -13
- data/lib/datadog_api_client/v2/models/statuspage_account_response_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_update_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/statuspage_account_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_create_attributes.rb +152 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_response_attributes.rb +115 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_response_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_update_attributes.rb +144 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_update_data.rb +173 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_setting_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/statuspage_url_settings_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/stegadography_get_widgets_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/stegadography_get_widgets_response.rb +125 -0
- data/lib/datadog_api_client/v2/models/stegadography_widget.rb +165 -0
- data/lib/datadog_api_client/v2/models/stegadography_widget_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/stegadography_widget_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/summarized_span.rb +403 -0
- data/lib/datadog_api_client/v2/models/summarized_trace.rb +144 -0
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_request.rb +13 -1
- data/lib/datadog_api_client/v2/models/synthetics_downtime_time_slot_recurrence_response.rb +13 -1
- data/lib/datadog_api_client/v2/models/synthetics_downtime_weekday_position.rb +30 -0
- data/lib/datadog_api_client/v2/models/tag_data.rb +148 -0
- data/lib/datadog_api_client/v2/models/tag_data_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_attributes.rb +211 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_create_attributes.rb +190 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_dynamic_tags.rb +115 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_attributes.rb +135 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_create_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_data.rb +125 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_exemption_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_metric_match.rb +145 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_options.rb +115 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_options_data.rb +135 -0
- data/lib/datadog_api_client/v2/models/{fleet_instrumented_pods_response_data_attributes.rb → tag_indexing_rule_order_attributes.rb} +12 -12
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_order_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_order_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_response.rb +105 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_update_attributes.rb +171 -0
- data/lib/datadog_api_client/v2/models/{incident_service_create_data.rb → tag_indexing_rule_update_data.rb} +8 -18
- data/lib/datadog_api_client/v2/models/tag_indexing_rule_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rules_response.rb +127 -0
- data/lib/datadog_api_client/v2/models/tag_indexing_rules_response_meta.rb +105 -0
- data/lib/datadog_api_client/v2/models/{incident_services_response.rb → tag_policies_list_response.rb} +9 -19
- data/lib/datadog_api_client/v2/models/tag_policy_attributes.rb +428 -0
- data/lib/datadog_api_client/v2/models/tag_policy_create_attributes.rb +267 -0
- data/lib/datadog_api_client/v2/models/tag_policy_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/tag_policy_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_policy_create_type.rb +27 -0
- data/lib/datadog_api_client/v2/models/tag_policy_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/tag_policy_include.rb +26 -0
- data/lib/datadog_api_client/v2/models/tag_policy_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/tag_policy_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/tag_policy_response.rb +135 -0
- data/lib/datadog_api_client/v2/models/tag_policy_score_attributes.rb +184 -0
- data/lib/datadog_api_client/v2/models/tag_policy_score_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/tag_policy_score_relationship.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_policy_score_relationship_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/tag_policy_score_resource_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/tag_policy_score_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/tag_policy_source.rb +30 -0
- data/lib/datadog_api_client/v2/models/tag_policy_type.rb +28 -0
- data/lib/datadog_api_client/v2/models/tag_policy_update_attributes.rb +179 -0
- data/lib/datadog_api_client/v2/models/tag_policy_update_data.rb +155 -0
- data/lib/datadog_api_client/v2/models/tag_policy_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/team_routing_rules_request_rule.rb +1 -1
- data/lib/datadog_api_client/v2/models/time_restrictions.rb +1 -1
- data/lib/datadog_api_client/v2/models/timeline_cell.rb +4 -4
- data/lib/datadog_api_client/v2/models/timeline_cell_author.rb +1 -1
- data/lib/datadog_api_client/v2/models/timeline_cell_author_user.rb +3 -3
- data/lib/datadog_api_client/v2/models/timeline_cell_author_user_content.rb +5 -5
- data/lib/datadog_api_client/v2/models/timeline_cell_author_user_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/timeline_cell_content.rb +1 -1
- data/lib/datadog_api_client/v2/models/timeline_cell_content_comment.rb +2 -2
- data/lib/datadog_api_client/v2/models/timeline_cell_resource.rb +3 -3
- data/lib/datadog_api_client/v2/models/timeline_cell_resource_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/timeline_cell_type.rb +1 -1
- data/lib/datadog_api_client/v2/models/timeline_response.rb +1 -1
- data/lib/datadog_api_client/v2/models/top_long_task_invoker.rb +218 -0
- data/lib/datadog_api_client/v2/models/trace_attributes.rb +146 -0
- data/lib/datadog_api_client/v2/models/trace_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/trace_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/trace_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/update_form_data.rb +154 -0
- data/lib/datadog_api_client/v2/models/update_form_data_attributes.rb +123 -0
- data/lib/datadog_api_client/v2/models/update_form_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_data_attributes.rb +165 -0
- data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/upsert_and_publish_form_version_upsert_params.rb +123 -0
- data/lib/datadog_api_client/v2/models/upsert_form_version_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/upsert_form_version_data_attributes.rb +186 -0
- data/lib/datadog_api_client/v2/models/upsert_form_version_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/upsert_form_version_upsert_params.rb +151 -0
- data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data.rb +133 -0
- data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_data_attributes.rb +120 -0
- data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/upsert_o_auth_scopes_restriction_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/usage_summary_available_fields_attributes.rb +140 -0
- data/lib/datadog_api_client/v2/models/usage_summary_available_fields_body.rb +128 -0
- data/lib/datadog_api_client/v2/models/usage_summary_available_fields_response.rb +107 -0
- data/lib/datadog_api_client/v2/models/usage_summary_available_fields_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/webhooks_auth_method_attributes.rb +105 -0
- data/lib/datadog_api_client/v2/models/webhooks_auth_method_protocol.rb +26 -0
- data/lib/datadog_api_client/v2/models/webhooks_auth_method_relationships.rb +105 -0
- data/lib/datadog_api_client/v2/models/webhooks_auth_method_response_data.rb +175 -0
- data/lib/datadog_api_client/v2/models/webhooks_auth_method_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/webhooks_auth_methods_response.rb +137 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_create_attributes.rb +278 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_create_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_create_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_relationship.rb +105 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_relationship_data.rb +115 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response.rb +123 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_attributes.rb +164 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_response_data.rb +165 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_type.rb +26 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_attributes.rb +262 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_data.rb +144 -0
- data/lib/datadog_api_client/v2/models/webhooks_o_auth2_client_credentials_update_request.rb +123 -0
- data/lib/datadog_api_client/v2/models/workflow_list_item.rb +164 -0
- data/lib/datadog_api_client/v2/models/workflow_list_item_attributes.rb +185 -0
- data/lib/datadog_api_client/version.rb +1 -1
- data/spec/api_client_spec.rb +27 -0
- metadata +1580 -52
- data/examples/v2/fleet-automation/ListFleetClusters.rb +0 -8
- data/examples/v2/fleet-automation/ListFleetInstrumentedPods.rb +0 -8
- data/examples/v2/incident-services/CreateIncidentService.rb +0 -17
- data/examples/v2/incident-services/DeleteIncidentService.rb +0 -11
- data/examples/v2/incident-services/GetIncidentService.rb +0 -11
- data/examples/v2/incident-services/ListIncidentServices.rb +0 -14
- data/examples/v2/incident-services/UpdateIncidentService.rb +0 -21
- data/examples/v2/security-monitoring/MuteFindings.rb +0 -29
- data/lib/datadog_api_client/v2/api/incident_services_api.rb +0 -419
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_attributes.rb +0 -98
- data/lib/datadog_api_client/v2/models/bulk_mute_findings_request_properties.rb +0 -140
- data/lib/datadog_api_client/v2/models/fleet_cluster_attributes.rb +0 -287
- data/lib/datadog_api_client/v2/models/fleet_instrumented_pod_group_attributes.rb +0 -201
|
@@ -1345,6 +1345,50 @@ components:
|
|
|
1345
1345
|
type: string
|
|
1346
1346
|
x-enum-varnames:
|
|
1347
1347
|
- COHORT
|
|
1348
|
+
ComparisonCustomTimeframe:
|
|
1349
|
+
description: Fixed time range for a `custom_timeframe` comparison.
|
|
1350
|
+
properties:
|
|
1351
|
+
from:
|
|
1352
|
+
description: Start time in milliseconds since epoch.
|
|
1353
|
+
example: 1779290190000
|
|
1354
|
+
format: int64
|
|
1355
|
+
type: integer
|
|
1356
|
+
to:
|
|
1357
|
+
description: End time in milliseconds since epoch.
|
|
1358
|
+
example: 1779894990000
|
|
1359
|
+
format: int64
|
|
1360
|
+
type: integer
|
|
1361
|
+
required:
|
|
1362
|
+
- from
|
|
1363
|
+
- to
|
|
1364
|
+
type: object
|
|
1365
|
+
ComparisonDuration:
|
|
1366
|
+
description: The comparison period. Use a preset `type` value or set `type` to `custom_timeframe` and provide `custom_timeframe` with explicit millisecond epoch bounds.
|
|
1367
|
+
properties:
|
|
1368
|
+
custom_timeframe:
|
|
1369
|
+
$ref: "#/components/schemas/ComparisonCustomTimeframe"
|
|
1370
|
+
description: Required when `type` is `custom_timeframe`. Fixed time range to compare against.
|
|
1371
|
+
type:
|
|
1372
|
+
$ref: "#/components/schemas/ComparisonDurationType"
|
|
1373
|
+
required:
|
|
1374
|
+
- type
|
|
1375
|
+
type: object
|
|
1376
|
+
ComparisonDurationType:
|
|
1377
|
+
description: "The comparison window type."
|
|
1378
|
+
enum:
|
|
1379
|
+
- previous_timeframe
|
|
1380
|
+
- custom_timeframe
|
|
1381
|
+
- previous_day
|
|
1382
|
+
- previous_week
|
|
1383
|
+
- previous_month
|
|
1384
|
+
example: previous_timeframe
|
|
1385
|
+
type: string
|
|
1386
|
+
x-enum-varnames:
|
|
1387
|
+
- PREVIOUS_TIMEFRAME
|
|
1388
|
+
- CUSTOM_TIMEFRAME
|
|
1389
|
+
- PREVIOUS_DAY
|
|
1390
|
+
- PREVIOUS_WEEK
|
|
1391
|
+
- PREVIOUS_MONTH
|
|
1348
1392
|
ContentEncoding:
|
|
1349
1393
|
description: HTTP header used to compress the media-type.
|
|
1350
1394
|
enum:
|
|
@@ -2036,6 +2080,7 @@ components:
|
|
|
2036
2080
|
- $ref: "#/components/schemas/FormulaAndFunctionMetricQueryDefinition"
|
|
2037
2081
|
- $ref: "#/components/schemas/FormulaAndFunctionEventQueryDefinition"
|
|
2038
2082
|
- $ref: "#/components/schemas/FormulaAndFunctionApmResourceStatsQueryDefinition"
|
|
2083
|
+
- $ref: "#/components/schemas/FormulaAndFunctionApmMetricsQueryDefinition"
|
|
2039
2084
|
DistributionWidgetRequest:
|
|
2040
2085
|
description: Updated distribution widget.
|
|
2041
2086
|
properties:
|
|
@@ -3258,6 +3303,7 @@ components:
|
|
|
3258
3303
|
- product_analytics
|
|
3259
3304
|
- on_call_events
|
|
3260
3305
|
- errors
|
|
3306
|
+
- llm_observability
|
|
3261
3307
|
example: "logs"
|
|
3262
3308
|
type: string
|
|
3263
3309
|
x-enum-varnames:
|
|
@@ -3275,6 +3321,7 @@ components:
|
|
|
3275
3321
|
- PRODUCT_ANALYTICS
|
|
3276
3322
|
- ON_CALL_EVENTS
|
|
3277
3323
|
- ERRORS
|
|
3324
|
+
- LLM_OBSERVABILITY
|
|
3278
3325
|
FormulaAndFunctionMetricAggregation:
|
|
3279
3326
|
description: The aggregation methods available for metrics queries.
|
|
3280
3327
|
enum:
|
|
@@ -4536,13 +4583,58 @@ components:
|
|
|
4536
4583
|
- requests
|
|
4537
4584
|
type: object
|
|
4538
4585
|
HostMapWidgetDefinitionRequests:
|
|
4539
|
-
description:
|
|
4586
|
+
description: >-
|
|
4587
|
+
Query definition for the host map widget. Supports two mutually exclusive formats distinguished by the presence of `request_type`: the legacy metric-based format (`fill`/`size`) and the infrastructure-backed format (`request_type`, `node_type`, `enrichments`).
|
|
4540
4588
|
example: {}
|
|
4541
4589
|
properties:
|
|
4590
|
+
child:
|
|
4591
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureRequest"
|
|
4592
|
+
conditional_formats:
|
|
4593
|
+
description: List of conditional formatting rules applied to fill values.
|
|
4594
|
+
items:
|
|
4595
|
+
$ref: "#/components/schemas/WidgetConditionalFormat"
|
|
4596
|
+
type: array
|
|
4597
|
+
enrichments:
|
|
4598
|
+
description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
|
|
4599
|
+
example:
|
|
4600
|
+
- formulas:
|
|
4601
|
+
- dimension: fill
|
|
4602
|
+
formula: "query1"
|
|
4603
|
+
queries:
|
|
4604
|
+
- data_source: metrics
|
|
4605
|
+
name: "query1"
|
|
4606
|
+
query: "avg:system.cpu.user{*} by {host}"
|
|
4607
|
+
response_format: scalar
|
|
4608
|
+
items:
|
|
4609
|
+
$ref: "#/components/schemas/HostMapWidgetScalarRequest"
|
|
4610
|
+
type: array
|
|
4542
4611
|
fill:
|
|
4543
4612
|
$ref: "#/components/schemas/HostMapRequest"
|
|
4613
|
+
filter:
|
|
4614
|
+
description: Filter string for the entity set in tag format (for example, `env:prod`).
|
|
4615
|
+
example: "env:prod"
|
|
4616
|
+
type: string
|
|
4617
|
+
group_by:
|
|
4618
|
+
description: |-
|
|
4619
|
+
Defines how entities are grouped into tiles. The ordering of entries implies
|
|
4620
|
+
the grouping hierarchy.
|
|
4621
|
+
items:
|
|
4622
|
+
$ref: "#/components/schemas/HostMapWidgetGroupBy"
|
|
4623
|
+
type: array
|
|
4624
|
+
no_group_hosts:
|
|
4625
|
+
description: Whether to hide entities that have no group assignment.
|
|
4626
|
+
type: boolean
|
|
4627
|
+
no_metric_hosts:
|
|
4628
|
+
description: Whether to hide entities that have no enrichment data.
|
|
4629
|
+
type: boolean
|
|
4630
|
+
node_type:
|
|
4631
|
+
$ref: "#/components/schemas/HostMapWidgetNodeType"
|
|
4632
|
+
request_type:
|
|
4633
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
|
|
4544
4634
|
size:
|
|
4545
4635
|
$ref: "#/components/schemas/HostMapRequest"
|
|
4636
|
+
style:
|
|
4637
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
|
|
4546
4638
|
type: object
|
|
4547
4639
|
HostMapWidgetDefinitionStyle:
|
|
4548
4640
|
description: The style to apply to the widget.
|
|
@@ -4569,6 +4661,239 @@ components:
|
|
|
4569
4661
|
type: string
|
|
4570
4662
|
x-enum-varnames:
|
|
4571
4663
|
- HOSTMAP
|
|
4664
|
+
HostMapWidgetDimension:
|
|
4665
|
+
description: Visual dimension driven by a formula in the infrastructure host map widget.
|
|
4666
|
+
enum:
|
|
4667
|
+
- node
|
|
4668
|
+
- fill
|
|
4669
|
+
- size
|
|
4670
|
+
example: node
|
|
4671
|
+
type: string
|
|
4672
|
+
x-enum-varnames:
|
|
4673
|
+
- NODE
|
|
4674
|
+
- FILL
|
|
4675
|
+
- SIZE
|
|
4676
|
+
HostMapWidgetFormula:
|
|
4677
|
+
description: |-
|
|
4678
|
+
Formula for the infrastructure host map widget that specifies both the expression
|
|
4679
|
+
and the visual dimension it populates.
|
|
4680
|
+
properties:
|
|
4681
|
+
alias:
|
|
4682
|
+
description: Expression alias.
|
|
4683
|
+
example: "my-metric"
|
|
4684
|
+
type: string
|
|
4685
|
+
dimension:
|
|
4686
|
+
$ref: "#/components/schemas/HostMapWidgetDimension"
|
|
4687
|
+
formula:
|
|
4688
|
+
description: String expression built from queries, formulas, and functions.
|
|
4689
|
+
example: "query1"
|
|
4690
|
+
type: string
|
|
4691
|
+
number_format:
|
|
4692
|
+
$ref: "#/components/schemas/WidgetNumberFormat"
|
|
4693
|
+
required:
|
|
4694
|
+
- formula
|
|
4695
|
+
- dimension
|
|
4696
|
+
type: object
|
|
4697
|
+
HostMapWidgetGroupBy:
|
|
4698
|
+
description: Defines a grouping dimension for the infrastructure host map.
|
|
4699
|
+
properties:
|
|
4700
|
+
column:
|
|
4701
|
+
description: Column name from the entity table (for example, `cloud_provider`, `tags`, `labels`).
|
|
4702
|
+
example: tags
|
|
4703
|
+
type: string
|
|
4704
|
+
key:
|
|
4705
|
+
description: Key within the column for nested attribute types (for example, `service` within `tags`).
|
|
4706
|
+
example: service
|
|
4707
|
+
type: string
|
|
4708
|
+
required:
|
|
4709
|
+
- column
|
|
4710
|
+
type: object
|
|
4711
|
+
HostMapWidgetInfrastructureRequest:
|
|
4712
|
+
description: |-
|
|
4713
|
+
Infrastructure-backed request for the host map widget. Supports entity-based
|
|
4714
|
+
visualization with metric query enrichments, tag-based filtering, flexible grouping,
|
|
4715
|
+
and hierarchical views.
|
|
4716
|
+
properties:
|
|
4717
|
+
child:
|
|
4718
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureRequestLeaf"
|
|
4719
|
+
description: |-
|
|
4720
|
+
Optional child request for hierarchical visualization (for example, hosts containing
|
|
4721
|
+
containers). Maximum one level of nesting.
|
|
4722
|
+
conditional_formats:
|
|
4723
|
+
description: List of conditional formatting rules applied to fill values.
|
|
4724
|
+
items:
|
|
4725
|
+
$ref: "#/components/schemas/WidgetConditionalFormat"
|
|
4726
|
+
type: array
|
|
4727
|
+
enrichments:
|
|
4728
|
+
description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
|
|
4729
|
+
example:
|
|
4730
|
+
- formulas:
|
|
4731
|
+
- dimension: fill
|
|
4732
|
+
formula: "query1"
|
|
4733
|
+
queries:
|
|
4734
|
+
- data_source: metrics
|
|
4735
|
+
name: "query1"
|
|
4736
|
+
query: "avg:system.cpu.user{*} by {host}"
|
|
4737
|
+
response_format: scalar
|
|
4738
|
+
items:
|
|
4739
|
+
$ref: "#/components/schemas/HostMapWidgetScalarRequest"
|
|
4740
|
+
type: array
|
|
4741
|
+
filter:
|
|
4742
|
+
description: Filter string for the entity set in tag format (for example, `env:prod`).
|
|
4743
|
+
example: "env:prod"
|
|
4744
|
+
type: string
|
|
4745
|
+
group_by:
|
|
4746
|
+
description: |-
|
|
4747
|
+
Defines how entities are grouped into tiles. The ordering of entries implies
|
|
4748
|
+
the grouping hierarchy.
|
|
4749
|
+
items:
|
|
4750
|
+
$ref: "#/components/schemas/HostMapWidgetGroupBy"
|
|
4751
|
+
type: array
|
|
4752
|
+
no_group_hosts:
|
|
4753
|
+
description: Whether to hide entities that have no group assignment.
|
|
4754
|
+
type: boolean
|
|
4755
|
+
no_metric_hosts:
|
|
4756
|
+
description: Whether to hide entities that have no enrichment data.
|
|
4757
|
+
type: boolean
|
|
4758
|
+
node_type:
|
|
4759
|
+
$ref: "#/components/schemas/HostMapWidgetNodeType"
|
|
4760
|
+
request_type:
|
|
4761
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
|
|
4762
|
+
style:
|
|
4763
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
|
|
4764
|
+
required:
|
|
4765
|
+
- request_type
|
|
4766
|
+
- node_type
|
|
4767
|
+
- enrichments
|
|
4768
|
+
type: object
|
|
4769
|
+
HostMapWidgetInfrastructureRequestLeaf:
|
|
4770
|
+
description: Infrastructure-backed host map child request (leaf node, no further nesting supported).
|
|
4771
|
+
properties:
|
|
4772
|
+
conditional_formats:
|
|
4773
|
+
description: List of conditional formatting rules applied to fill values.
|
|
4774
|
+
items:
|
|
4775
|
+
$ref: "#/components/schemas/WidgetConditionalFormat"
|
|
4776
|
+
type: array
|
|
4777
|
+
enrichments:
|
|
4778
|
+
description: Metric or event queries joined to the entity set. Each formula specifies a visual dimension.
|
|
4779
|
+
example:
|
|
4780
|
+
- formulas:
|
|
4781
|
+
- dimension: fill
|
|
4782
|
+
formula: "query1"
|
|
4783
|
+
queries:
|
|
4784
|
+
- data_source: metrics
|
|
4785
|
+
name: "query1"
|
|
4786
|
+
query: "avg:system.cpu.user{*} by {host}"
|
|
4787
|
+
response_format: scalar
|
|
4788
|
+
items:
|
|
4789
|
+
$ref: "#/components/schemas/HostMapWidgetScalarRequest"
|
|
4790
|
+
type: array
|
|
4791
|
+
filter:
|
|
4792
|
+
description: Filter string for the entity set in tag format (for example, `env:prod`).
|
|
4793
|
+
example: "env:prod"
|
|
4794
|
+
type: string
|
|
4795
|
+
group_by:
|
|
4796
|
+
description: |-
|
|
4797
|
+
Defines how entities are grouped into tiles. The ordering of entries implies
|
|
4798
|
+
the grouping hierarchy.
|
|
4799
|
+
items:
|
|
4800
|
+
$ref: "#/components/schemas/HostMapWidgetGroupBy"
|
|
4801
|
+
type: array
|
|
4802
|
+
no_group_hosts:
|
|
4803
|
+
description: Whether to hide entities that have no group assignment.
|
|
4804
|
+
type: boolean
|
|
4805
|
+
no_metric_hosts:
|
|
4806
|
+
description: Whether to hide entities that have no enrichment data.
|
|
4807
|
+
type: boolean
|
|
4808
|
+
node_type:
|
|
4809
|
+
$ref: "#/components/schemas/HostMapWidgetNodeType"
|
|
4810
|
+
request_type:
|
|
4811
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureRequestRequestType"
|
|
4812
|
+
style:
|
|
4813
|
+
$ref: "#/components/schemas/HostMapWidgetInfrastructureStyle"
|
|
4814
|
+
required:
|
|
4815
|
+
- request_type
|
|
4816
|
+
- node_type
|
|
4817
|
+
- enrichments
|
|
4818
|
+
type: object
|
|
4819
|
+
HostMapWidgetInfrastructureRequestRequestType:
|
|
4820
|
+
description: Identifies this as an infrastructure-backed host map request.
|
|
4821
|
+
enum:
|
|
4822
|
+
- infrastructure_hostmap
|
|
4823
|
+
example: infrastructure_hostmap
|
|
4824
|
+
type: string
|
|
4825
|
+
x-enum-varnames:
|
|
4826
|
+
- INFRASTRUCTURE_HOSTMAP
|
|
4827
|
+
HostMapWidgetInfrastructureStyle:
|
|
4828
|
+
description: Style configuration for the infrastructure host map.
|
|
4829
|
+
properties:
|
|
4830
|
+
fill_max:
|
|
4831
|
+
description: Maximum value for the fill color scale. Omit to use automatic scaling.
|
|
4832
|
+
format: double
|
|
4833
|
+
type: number
|
|
4834
|
+
fill_min:
|
|
4835
|
+
description: Minimum value for the fill color scale. Omit to use automatic scaling.
|
|
4836
|
+
format: double
|
|
4837
|
+
type: number
|
|
4838
|
+
palette:
|
|
4839
|
+
description: Color palette name or alias.
|
|
4840
|
+
example: hostmap_blues
|
|
4841
|
+
type: string
|
|
4842
|
+
palette_flip:
|
|
4843
|
+
description: Whether to invert the color palette.
|
|
4844
|
+
type: boolean
|
|
4845
|
+
type: object
|
|
4846
|
+
HostMapWidgetNodeType:
|
|
4847
|
+
description: Which type of infrastructure entity to visualize in the host map.
|
|
4848
|
+
enum:
|
|
4849
|
+
- host
|
|
4850
|
+
- container
|
|
4851
|
+
- pod
|
|
4852
|
+
- cluster
|
|
4853
|
+
example: host
|
|
4854
|
+
type: string
|
|
4855
|
+
x-enum-varnames:
|
|
4856
|
+
- HOST
|
|
4857
|
+
- CONTAINER
|
|
4858
|
+
- POD
|
|
4859
|
+
- CLUSTER
|
|
4860
|
+
HostMapWidgetScalarRequest:
|
|
4861
|
+
description: |-
|
|
4862
|
+
Scalar formula request for the infrastructure host map widget. Each formula specifies
|
|
4863
|
+
which visual dimension it drives.
|
|
4864
|
+
properties:
|
|
4865
|
+
formulas:
|
|
4866
|
+
description: List of formulas that operate on queries, each assigned to a visual dimension.
|
|
4867
|
+
example:
|
|
4868
|
+
- dimension: fill
|
|
4869
|
+
formula: "query1"
|
|
4870
|
+
items:
|
|
4871
|
+
$ref: "#/components/schemas/HostMapWidgetFormula"
|
|
4872
|
+
type: array
|
|
4873
|
+
queries:
|
|
4874
|
+
description: List of queries that can be returned directly or used in formulas.
|
|
4875
|
+
example:
|
|
4876
|
+
- data_source: "metrics"
|
|
4877
|
+
name: "my_query"
|
|
4878
|
+
query: "avg:system.cpu.user{*}"
|
|
4879
|
+
items:
|
|
4880
|
+
$ref: "#/components/schemas/FormulaAndFunctionQueryDefinition"
|
|
4881
|
+
type: array
|
|
4882
|
+
response_format:
|
|
4883
|
+
$ref: "#/components/schemas/HostMapWidgetScalarRequestResponseFormat"
|
|
4884
|
+
required:
|
|
4885
|
+
- response_format
|
|
4886
|
+
- queries
|
|
4887
|
+
- formulas
|
|
4888
|
+
type: object
|
|
4889
|
+
HostMapWidgetScalarRequestResponseFormat:
|
|
4890
|
+
description: Response format for the scalar formula request. Only `scalar` is supported.
|
|
4891
|
+
enum:
|
|
4892
|
+
- scalar
|
|
4893
|
+
example: scalar
|
|
4894
|
+
type: string
|
|
4895
|
+
x-enum-varnames:
|
|
4896
|
+
- SCALAR
|
|
4572
4897
|
HostMeta:
|
|
4573
4898
|
description: Metadata associated with your host.
|
|
4574
4899
|
properties:
|
|
@@ -4884,6 +5209,8 @@ components:
|
|
|
4884
5209
|
- sds_scanned_bytes_usage
|
|
4885
5210
|
- serverless_apps_usage
|
|
4886
5211
|
- serverless_apps_apm_usage
|
|
5212
|
+
- siem_12mo_retention_usage
|
|
5213
|
+
- siem_6mo_retention_usage
|
|
4887
5214
|
- siem_analyzed_logs_add_on_usage
|
|
4888
5215
|
- siem_ingested_bytes_usage
|
|
4889
5216
|
- snmp_usage
|
|
@@ -4973,6 +5300,8 @@ components:
|
|
|
4973
5300
|
- SDS_SCANNED_BYTES_USAGE
|
|
4974
5301
|
- SERVERLESS_APPS_USAGE
|
|
4975
5302
|
- SERVERLESS_APPS_APM_USAGE
|
|
5303
|
+
- SIEM_12MO_RETENTION_USAGE
|
|
5304
|
+
- SIEM_6MO_RETENTION_USAGE
|
|
4976
5305
|
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
|
|
4977
5306
|
- SIEM_INGESTED_BYTES_USAGE
|
|
4978
5307
|
- SNMP_USAGE
|
|
@@ -5387,9 +5716,41 @@ components:
|
|
|
5387
5716
|
required:
|
|
5388
5717
|
- facet
|
|
5389
5718
|
type: object
|
|
5719
|
+
ListStreamIssuePersona:
|
|
5720
|
+
description: Persona filter for the `issue_stream` data source.
|
|
5721
|
+
enum:
|
|
5722
|
+
- all
|
|
5723
|
+
- browser
|
|
5724
|
+
- mobile
|
|
5725
|
+
- backend
|
|
5726
|
+
type: string
|
|
5727
|
+
x-enum-varnames:
|
|
5728
|
+
- ALL
|
|
5729
|
+
- BROWSER
|
|
5730
|
+
- MOBILE
|
|
5731
|
+
- BACKEND
|
|
5732
|
+
ListStreamIssueState:
|
|
5733
|
+
description: Issue state filter for the `issue_stream` data source.
|
|
5734
|
+
enum:
|
|
5735
|
+
- OPEN
|
|
5736
|
+
- IGNORED
|
|
5737
|
+
- ACKNOWLEDGED
|
|
5738
|
+
- RESOLVED
|
|
5739
|
+
type: string
|
|
5740
|
+
x-enum-varnames:
|
|
5741
|
+
- OPEN
|
|
5742
|
+
- IGNORED
|
|
5743
|
+
- ACKNOWLEDGED
|
|
5744
|
+
- RESOLVED
|
|
5390
5745
|
ListStreamQuery:
|
|
5391
5746
|
description: Updated list stream widget.
|
|
5392
5747
|
properties:
|
|
5748
|
+
assignee_uuids:
|
|
5749
|
+
description: Filter by assignee UUIDs. Usable only with `issue_stream`.
|
|
5750
|
+
items:
|
|
5751
|
+
description: Assignee UUID.
|
|
5752
|
+
type: string
|
|
5753
|
+
type: array
|
|
5393
5754
|
clustering_pattern_field_path:
|
|
5394
5755
|
description: Specifies the field for logs pattern clustering. Usable only with logs_pattern_stream.
|
|
5395
5756
|
example: "message"
|
|
@@ -5417,16 +5778,35 @@ components:
|
|
|
5417
5778
|
description: Index.
|
|
5418
5779
|
type: string
|
|
5419
5780
|
type: array
|
|
5781
|
+
persona:
|
|
5782
|
+
$ref: "#/components/schemas/ListStreamIssuePersona"
|
|
5420
5783
|
query_string:
|
|
5421
5784
|
description: Widget query.
|
|
5422
5785
|
example: "@service:app"
|
|
5423
5786
|
type: string
|
|
5424
5787
|
sort:
|
|
5425
5788
|
$ref: "#/components/schemas/WidgetFieldSort"
|
|
5789
|
+
states:
|
|
5790
|
+
description: Filter by issue states. Usable only with `issue_stream`.
|
|
5791
|
+
items:
|
|
5792
|
+
$ref: "#/components/schemas/ListStreamIssueState"
|
|
5793
|
+
type: array
|
|
5426
5794
|
storage:
|
|
5427
5795
|
description: Option for storage location. Feature in Private Beta.
|
|
5428
5796
|
example: "indexes"
|
|
5429
5797
|
type: string
|
|
5798
|
+
suspected_causes:
|
|
5799
|
+
description: Filter by suspected causes. Usable only with `issue_stream`.
|
|
5800
|
+
items:
|
|
5801
|
+
description: Suspected cause.
|
|
5802
|
+
type: string
|
|
5803
|
+
type: array
|
|
5804
|
+
team_handles:
|
|
5805
|
+
description: Filter by team handles. Usable only with `issue_stream`.
|
|
5806
|
+
items:
|
|
5807
|
+
description: Team handle.
|
|
5808
|
+
type: string
|
|
5809
|
+
type: array
|
|
5430
5810
|
required:
|
|
5431
5811
|
- query_string
|
|
5432
5812
|
- data_source
|
|
@@ -5440,8 +5820,8 @@ components:
|
|
|
5440
5820
|
x-enum-varnames:
|
|
5441
5821
|
- EVENT_LIST
|
|
5442
5822
|
ListStreamSource:
|
|
5443
|
-
default:
|
|
5444
|
-
description: Source from which to query items to display in the stream.
|
|
5823
|
+
default: logs_stream
|
|
5824
|
+
description: Source from which to query items to display in the stream. apm_issue_stream, rum_issue_stream, and logs_issue_stream are deprecated. Use issue_stream instead.
|
|
5445
5825
|
enum:
|
|
5446
5826
|
- logs_stream
|
|
5447
5827
|
- audit_stream
|
|
@@ -5456,7 +5836,8 @@ components:
|
|
|
5456
5836
|
- event_stream
|
|
5457
5837
|
- rum_stream
|
|
5458
5838
|
- llm_observability_stream
|
|
5459
|
-
|
|
5839
|
+
- issue_stream
|
|
5840
|
+
example: logs_stream
|
|
5460
5841
|
type: string
|
|
5461
5842
|
x-enum-varnames:
|
|
5462
5843
|
- LOGS_STREAM
|
|
@@ -5472,6 +5853,7 @@ components:
|
|
|
5472
5853
|
- EVENT_STREAM
|
|
5473
5854
|
- RUM_STREAM
|
|
5474
5855
|
- LLM_OBSERVABILITY_STREAM
|
|
5856
|
+
- ISSUE_STREAM
|
|
5475
5857
|
ListStreamWidgetDefinition:
|
|
5476
5858
|
description: |-
|
|
5477
5859
|
The list stream visualization displays a table of recent events in your application that
|
|
@@ -6215,6 +6597,38 @@ components:
|
|
|
6215
6597
|
type: string
|
|
6216
6598
|
x-enum-varnames:
|
|
6217
6599
|
- DECODER_PROCESSOR
|
|
6600
|
+
LogsExcludeAttributeProcessor:
|
|
6601
|
+
description: |-
|
|
6602
|
+
Use this processor to remove an attribute from a log during processing.
|
|
6603
|
+
The processor strips the specified attribute from the log event, which is useful
|
|
6604
|
+
when the attribute contains sensitive data or is no longer needed downstream.
|
|
6605
|
+
properties:
|
|
6606
|
+
attribute_to_exclude:
|
|
6607
|
+
description: Name of the log attribute to remove from the log event.
|
|
6608
|
+
example: foo
|
|
6609
|
+
type: string
|
|
6610
|
+
is_enabled:
|
|
6611
|
+
default: false
|
|
6612
|
+
description: Whether or not the processor is enabled.
|
|
6613
|
+
type: boolean
|
|
6614
|
+
name:
|
|
6615
|
+
description: Name of the processor.
|
|
6616
|
+
type: string
|
|
6617
|
+
type:
|
|
6618
|
+
$ref: "#/components/schemas/LogsExcludeAttributeProcessorType"
|
|
6619
|
+
required:
|
|
6620
|
+
- type
|
|
6621
|
+
- attribute_to_exclude
|
|
6622
|
+
type: object
|
|
6623
|
+
LogsExcludeAttributeProcessorType:
|
|
6624
|
+
default: exclude-attribute
|
|
6625
|
+
description: Type of logs exclude attribute processor.
|
|
6626
|
+
enum:
|
|
6627
|
+
- exclude-attribute
|
|
6628
|
+
example: exclude-attribute
|
|
6629
|
+
type: string
|
|
6630
|
+
x-enum-varnames:
|
|
6631
|
+
- EXCLUDE_ATTRIBUTE
|
|
6218
6632
|
LogsExclusion:
|
|
6219
6633
|
description: Represents the index exclusion filter object from configuration API.
|
|
6220
6634
|
properties:
|
|
@@ -6822,6 +7236,7 @@ components:
|
|
|
6822
7236
|
- $ref: "#/components/schemas/LogsArrayProcessor"
|
|
6823
7237
|
- $ref: "#/components/schemas/LogsDecoderProcessor"
|
|
6824
7238
|
- $ref: "#/components/schemas/LogsSchemaProcessor"
|
|
7239
|
+
- $ref: "#/components/schemas/LogsExcludeAttributeProcessor"
|
|
6825
7240
|
LogsQueryCompute:
|
|
6826
7241
|
description: Define computation for a log query.
|
|
6827
7242
|
properties:
|
|
@@ -8069,6 +8484,36 @@ components:
|
|
|
8069
8484
|
- data_source
|
|
8070
8485
|
- query
|
|
8071
8486
|
type: object
|
|
8487
|
+
MonitorFormulaAndFunctionDataJobsQueryDefinition:
|
|
8488
|
+
description: A formula and functions data jobs query.
|
|
8489
|
+
properties:
|
|
8490
|
+
job_type:
|
|
8491
|
+
description: |-
|
|
8492
|
+
The type of job being monitored. Valid values include:
|
|
8493
|
+
`databricks.job`, `spark.application`, `airflow.dag`,
|
|
8494
|
+
`dbt.job`, `dbt.model`, `dbt.test`, `glue.job`.
|
|
8495
|
+
Custom job types are supported with the `custom.ol.` prefix.
|
|
8496
|
+
example: "databricks.job"
|
|
8497
|
+
type: string
|
|
8498
|
+
jobs_query:
|
|
8499
|
+
description: Filter expression used to select the jobs to monitor.
|
|
8500
|
+
example: "job_name:smoke*"
|
|
8501
|
+
type: string
|
|
8502
|
+
name:
|
|
8503
|
+
description: Name of the query for use in formulas. Must be `run_query`.
|
|
8504
|
+
example: "run_query"
|
|
8505
|
+
type: string
|
|
8506
|
+
query_dialect:
|
|
8507
|
+
description: |-
|
|
8508
|
+
Query dialect for data jobs queries. Currently only `metric` is supported.
|
|
8509
|
+
example: "metric"
|
|
8510
|
+
type: string
|
|
8511
|
+
required:
|
|
8512
|
+
- name
|
|
8513
|
+
- jobs_query
|
|
8514
|
+
- job_type
|
|
8515
|
+
- query_dialect
|
|
8516
|
+
type: object
|
|
8072
8517
|
MonitorFormulaAndFunctionDataQualityDataSource:
|
|
8073
8518
|
description: Data source for data quality queries.
|
|
8074
8519
|
enum:
|
|
@@ -8240,6 +8685,10 @@ components:
|
|
|
8240
8685
|
description: The name assigned to this aggregation, when multiple aggregations are defined for a query.
|
|
8241
8686
|
example: "compute_result"
|
|
8242
8687
|
type: string
|
|
8688
|
+
source:
|
|
8689
|
+
description: Source reference for composite query payloads.
|
|
8690
|
+
example: "filter_query"
|
|
8691
|
+
type: string
|
|
8243
8692
|
required:
|
|
8244
8693
|
- aggregation
|
|
8245
8694
|
type: object
|
|
@@ -8267,6 +8716,10 @@ components:
|
|
|
8267
8716
|
type: integer
|
|
8268
8717
|
sort:
|
|
8269
8718
|
$ref: "#/components/schemas/MonitorFormulaAndFunctionEventQueryGroupBySort"
|
|
8719
|
+
source:
|
|
8720
|
+
description: Source reference for composite query payloads.
|
|
8721
|
+
example: "filter_query"
|
|
8722
|
+
type: string
|
|
8270
8723
|
required:
|
|
8271
8724
|
- facet
|
|
8272
8725
|
type: object
|
|
@@ -8375,6 +8828,7 @@ components:
|
|
|
8375
8828
|
- $ref: "#/components/schemas/MonitorFormulaAndFunctionEventQueryDefinition"
|
|
8376
8829
|
- $ref: "#/components/schemas/MonitorFormulaAndFunctionCostQueryDefinition"
|
|
8377
8830
|
- $ref: "#/components/schemas/MonitorFormulaAndFunctionDataQualityQueryDefinition"
|
|
8831
|
+
- $ref: "#/components/schemas/MonitorFormulaAndFunctionDataJobsQueryDefinition"
|
|
8378
8832
|
- $ref: "#/components/schemas/MonitorFormulaAndFunctionAggregateAugmentedQueryDefinition"
|
|
8379
8833
|
- $ref: "#/components/schemas/MonitorFormulaAndFunctionAggregateFilteredQueryDefinition"
|
|
8380
8834
|
MonitorFormulaAndFunctionReferenceTableColumn:
|
|
@@ -9157,11 +9611,19 @@ components:
|
|
|
9157
9611
|
description: The monitor `CRITICAL` threshold.
|
|
9158
9612
|
format: double
|
|
9159
9613
|
type: number
|
|
9614
|
+
critical_query:
|
|
9615
|
+
description: Query evaluated as a dynamic `CRITICAL` threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
|
|
9616
|
+
example: 'formula("2 * query1").rollup("avg").last("6mo")'
|
|
9617
|
+
type: string
|
|
9160
9618
|
critical_recovery:
|
|
9161
9619
|
description: The monitor `CRITICAL` recovery threshold.
|
|
9162
9620
|
format: double
|
|
9163
9621
|
nullable: true
|
|
9164
9622
|
type: number
|
|
9623
|
+
critical_recovery_query:
|
|
9624
|
+
description: Query evaluated as a dynamic `CRITICAL` recovery threshold. Only supported on metric monitors with a formula query and options['variables']. Cannot be combined with static thresholds. This field is in preview.
|
|
9625
|
+
example: 'formula("1.5 * query1").rollup("avg").last("3mo")'
|
|
9626
|
+
type: string
|
|
9165
9627
|
ok:
|
|
9166
9628
|
description: The monitor `OK` threshold.
|
|
9167
9629
|
format: double
|
|
@@ -9207,6 +9669,7 @@ components:
|
|
|
9207
9669
|
- "cost alert"
|
|
9208
9670
|
- "data-quality alert"
|
|
9209
9671
|
- "network-path alert"
|
|
9672
|
+
- "data-jobs alert"
|
|
9210
9673
|
example: "query alert"
|
|
9211
9674
|
type: string
|
|
9212
9675
|
x-enum-varnames:
|
|
@@ -9231,6 +9694,7 @@ components:
|
|
|
9231
9694
|
- COST_ALERT
|
|
9232
9695
|
- DATA_QUALITY_ALERT
|
|
9233
9696
|
- NETWORK_PATH_ALERT
|
|
9697
|
+
- DATA_JOBS_ALERT
|
|
9234
9698
|
MonitorUpdateRequest:
|
|
9235
9699
|
description: Object describing a monitor update request.
|
|
9236
9700
|
properties:
|
|
@@ -9523,6 +9987,10 @@ components:
|
|
|
9523
9987
|
- rum_browser_mobile_sessions_percentage
|
|
9524
9988
|
- ingested_spans_bytes_usage
|
|
9525
9989
|
- ingested_spans_bytes_percentage
|
|
9990
|
+
- siem_12mo_retention_usage
|
|
9991
|
+
- siem_12mo_retention_percentage
|
|
9992
|
+
- siem_6mo_retention_usage
|
|
9993
|
+
- siem_6mo_retention_percentage
|
|
9526
9994
|
- siem_analyzed_logs_add_on_usage
|
|
9527
9995
|
- siem_analyzed_logs_add_on_percentage
|
|
9528
9996
|
- siem_ingested_bytes_usage
|
|
@@ -9692,6 +10160,10 @@ components:
|
|
|
9692
10160
|
- RUM_BROWSER_MOBILE_SESSIONS_PERCENTAGE
|
|
9693
10161
|
- INGESTED_SPANS_BYTES_USAGE
|
|
9694
10162
|
- INGESTED_SPANS_BYTES_PERCENTAGE
|
|
10163
|
+
- SIEM_12MO_RETENTION_USAGE
|
|
10164
|
+
- SIEM_12MO_RETENTION_PERCENTAGE
|
|
10165
|
+
- SIEM_6MO_RETENTION_USAGE
|
|
10166
|
+
- SIEM_6MO_RETENTION_PERCENTAGE
|
|
9695
10167
|
- SIEM_ANALYZED_LOGS_ADD_ON_USAGE
|
|
9696
10168
|
- SIEM_ANALYZED_LOGS_ADD_ON_PERCENTAGE
|
|
9697
10169
|
- SIEM_INGESTED_BYTES_USAGE
|
|
@@ -10321,6 +10793,22 @@ components:
|
|
|
10321
10793
|
description: The total Serverless Apps usage by tag(s).
|
|
10322
10794
|
format: double
|
|
10323
10795
|
type: number
|
|
10796
|
+
siem_12mo_retention_percentage:
|
|
10797
|
+
description: The percentage of Cloud SIEM Indexed Logs (12-month retention) usage by tag(s).
|
|
10798
|
+
format: double
|
|
10799
|
+
type: number
|
|
10800
|
+
siem_12mo_retention_usage:
|
|
10801
|
+
description: The Cloud SIEM Indexed Logs (12-month retention) usage by tag(s).
|
|
10802
|
+
format: double
|
|
10803
|
+
type: number
|
|
10804
|
+
siem_6mo_retention_percentage:
|
|
10805
|
+
description: The percentage of Cloud SIEM Indexed Logs (6-month retention) usage by tag(s).
|
|
10806
|
+
format: double
|
|
10807
|
+
type: number
|
|
10808
|
+
siem_6mo_retention_usage:
|
|
10809
|
+
description: The Cloud SIEM Indexed Logs (6-month retention) usage by tag(s).
|
|
10810
|
+
format: double
|
|
10811
|
+
type: number
|
|
10324
10812
|
siem_analyzed_logs_add_on_percentage:
|
|
10325
10813
|
description: The percentage of log events analyzed by Cloud SIEM usage by tag(s).
|
|
10326
10814
|
format: double
|
|
@@ -11954,6 +12442,43 @@ components:
|
|
|
11954
12442
|
x-enum-varnames:
|
|
11955
12443
|
- ASC
|
|
11956
12444
|
- DESC
|
|
12445
|
+
QueryValueWidgetComparison:
|
|
12446
|
+
description: A change indicator that compares the current value to a historical period.
|
|
12447
|
+
properties:
|
|
12448
|
+
directionality:
|
|
12449
|
+
$ref: "#/components/schemas/QueryValueWidgetComparisonDirectionality"
|
|
12450
|
+
description: Which direction of change is considered an improvement, determining the indicator color.
|
|
12451
|
+
duration:
|
|
12452
|
+
$ref: "#/components/schemas/ComparisonDuration"
|
|
12453
|
+
type:
|
|
12454
|
+
$ref: "#/components/schemas/QueryValueWidgetComparisonType"
|
|
12455
|
+
required:
|
|
12456
|
+
- duration
|
|
12457
|
+
type: object
|
|
12458
|
+
QueryValueWidgetComparisonDirectionality:
|
|
12459
|
+
default: neutral
|
|
12460
|
+
description: "Color-coding direction: `increase_better` (green on rise), `decrease_better` (green on drop), or `neutral` (no color)."
|
|
12461
|
+
enum:
|
|
12462
|
+
- increase_better
|
|
12463
|
+
- decrease_better
|
|
12464
|
+
- neutral
|
|
12465
|
+
type: string
|
|
12466
|
+
x-enum-varnames:
|
|
12467
|
+
- INCREASE_BETTER
|
|
12468
|
+
- DECREASE_BETTER
|
|
12469
|
+
- NEUTRAL
|
|
12470
|
+
QueryValueWidgetComparisonType:
|
|
12471
|
+
default: absolute
|
|
12472
|
+
description: "How the delta is expressed: `absolute` (raw difference), `relative` (percentage), or `both`."
|
|
12473
|
+
enum:
|
|
12474
|
+
- absolute
|
|
12475
|
+
- relative
|
|
12476
|
+
- both
|
|
12477
|
+
type: string
|
|
12478
|
+
x-enum-varnames:
|
|
12479
|
+
- ABSOLUTE
|
|
12480
|
+
- RELATIVE
|
|
12481
|
+
- BOTH
|
|
11957
12482
|
QueryValueWidgetDefinition:
|
|
11958
12483
|
description: Query values display the current value of a given metric, APM, or log query.
|
|
11959
12484
|
properties:
|
|
@@ -12025,6 +12550,9 @@ components:
|
|
|
12025
12550
|
$ref: "#/components/schemas/LogQueryDefinition"
|
|
12026
12551
|
deprecated: true
|
|
12027
12552
|
description: Deprecated - Use `queries` and `formulas` instead.
|
|
12553
|
+
comparison:
|
|
12554
|
+
$ref: "#/components/schemas/QueryValueWidgetComparison"
|
|
12555
|
+
description: Displays a change indicator showing a delta against a historical baseline.
|
|
12028
12556
|
conditional_formats:
|
|
12029
12557
|
description: List of conditional formats.
|
|
12030
12558
|
items:
|
|
@@ -12649,13 +13177,16 @@ components:
|
|
|
12649
13177
|
type: object
|
|
12650
13178
|
SLOCorrectionCreateRequest:
|
|
12651
13179
|
description: |-
|
|
12652
|
-
An object that defines a correction to be applied to
|
|
13180
|
+
An object that defines a correction to be applied to one or more SLOs.
|
|
12653
13181
|
properties:
|
|
12654
13182
|
data:
|
|
12655
13183
|
$ref: "#/components/schemas/SLOCorrectionCreateData"
|
|
12656
13184
|
type: object
|
|
12657
13185
|
SLOCorrectionCreateRequestAttributes:
|
|
12658
|
-
description:
|
|
13186
|
+
description: |-
|
|
13187
|
+
The attribute object associated with the SLO correction to be created.
|
|
13188
|
+
|
|
13189
|
+
Exactly one of `slo_id` or `slo_query` must be provided.
|
|
12659
13190
|
properties:
|
|
12660
13191
|
category:
|
|
12661
13192
|
$ref: "#/components/schemas/SLOCorrectionCategory"
|
|
@@ -12679,9 +13210,16 @@ components:
|
|
|
12679
13210
|
example: FREQ=DAILY;INTERVAL=10;COUNT=5
|
|
12680
13211
|
type: string
|
|
12681
13212
|
slo_id:
|
|
12682
|
-
description: ID of the SLO that this correction applies to.
|
|
13213
|
+
description: ID of the single SLO that this correction applies to.
|
|
12683
13214
|
example: sloId
|
|
12684
13215
|
type: string
|
|
13216
|
+
slo_query:
|
|
13217
|
+
description: |-
|
|
13218
|
+
Query that matches the SLOs this correction applies to.
|
|
13219
|
+
The query uses the [Events search syntax](https://docs.datadoghq.com/events/explorer/searching/)
|
|
13220
|
+
and can filter SLOs by SLO tags.
|
|
13221
|
+
example: "env:prod service:checkout"
|
|
13222
|
+
type: string
|
|
12685
13223
|
start:
|
|
12686
13224
|
description: Starting time of the correction in epoch seconds.
|
|
12687
13225
|
example: 1600000000
|
|
@@ -12692,7 +13230,6 @@ components:
|
|
|
12692
13230
|
example: UTC
|
|
12693
13231
|
type: string
|
|
12694
13232
|
required:
|
|
12695
|
-
- slo_id
|
|
12696
13233
|
- start
|
|
12697
13234
|
- category
|
|
12698
13235
|
type: object
|
|
@@ -12756,7 +13293,12 @@ components:
|
|
|
12756
13293
|
nullable: true
|
|
12757
13294
|
type: string
|
|
12758
13295
|
slo_id:
|
|
12759
|
-
description: ID of the SLO that this correction applies to.
|
|
13296
|
+
description: ID of the single SLO that this correction applies to.
|
|
13297
|
+
nullable: true
|
|
13298
|
+
type: string
|
|
13299
|
+
slo_query:
|
|
13300
|
+
description: Query that matches the SLOs this correction applies to.
|
|
13301
|
+
nullable: true
|
|
12760
13302
|
type: string
|
|
12761
13303
|
start:
|
|
12762
13304
|
description: Starting time of the correction in epoch seconds.
|
|
@@ -12828,6 +13370,13 @@ components:
|
|
|
12828
13370
|
are `FREQ`, `INTERVAL`, `COUNT`, `UNTIL` and `BYDAY`.
|
|
12829
13371
|
example: FREQ=DAILY;INTERVAL=10;COUNT=5
|
|
12830
13372
|
type: string
|
|
13373
|
+
slo_query:
|
|
13374
|
+
description: |-
|
|
13375
|
+
Query that matches the SLOs this correction applies to.
|
|
13376
|
+
The query uses the [Events search syntax](https://docs.datadoghq.com/events/explorer/searching/)
|
|
13377
|
+
and can filter SLOs by SLO tags.
|
|
13378
|
+
example: "env:prod service:checkout"
|
|
13379
|
+
type: string
|
|
12831
13380
|
start:
|
|
12832
13381
|
description: Starting time of the correction in epoch seconds.
|
|
12833
13382
|
example: 1600000000
|
|
@@ -16268,6 +16817,7 @@ components:
|
|
|
16268
16817
|
- udp
|
|
16269
16818
|
- icmp
|
|
16270
16819
|
- websocket
|
|
16820
|
+
- mcp
|
|
16271
16821
|
example: http
|
|
16272
16822
|
type: string
|
|
16273
16823
|
x-enum-varnames:
|
|
@@ -16279,6 +16829,7 @@ components:
|
|
|
16279
16829
|
- UDP
|
|
16280
16830
|
- ICMP
|
|
16281
16831
|
- WEBSOCKET
|
|
16832
|
+
- MCP
|
|
16282
16833
|
SyntheticsAPITestType:
|
|
16283
16834
|
default: "api"
|
|
16284
16835
|
description: Type of the Synthetic test, `api`.
|
|
@@ -16401,6 +16952,8 @@ components:
|
|
|
16401
16952
|
- $ref: "#/components/schemas/SyntheticsAssertionJSONSchemaTarget"
|
|
16402
16953
|
- $ref: "#/components/schemas/SyntheticsAssertionXPathTarget"
|
|
16403
16954
|
- $ref: "#/components/schemas/SyntheticsAssertionJavascript"
|
|
16955
|
+
- $ref: "#/components/schemas/SyntheticsAssertionMCPServerCapabilitiesTarget"
|
|
16956
|
+
- $ref: "#/components/schemas/SyntheticsAssertionMCPRespectsSpecification"
|
|
16404
16957
|
SyntheticsAssertionBodyHashOperator:
|
|
16405
16958
|
description: Assertion operator to apply.
|
|
16406
16959
|
enum:
|
|
@@ -16536,6 +17089,49 @@ components:
|
|
|
16536
17089
|
type: string
|
|
16537
17090
|
x-enum-varnames:
|
|
16538
17091
|
- JAVASCRIPT
|
|
17092
|
+
SyntheticsAssertionMCPRespectsSpecification:
|
|
17093
|
+
description: An assertion that verifies the MCP server response respects the MCP specification.
|
|
17094
|
+
properties:
|
|
17095
|
+
type:
|
|
17096
|
+
$ref: "#/components/schemas/SyntheticsAssertionMCPRespectsSpecificationType"
|
|
17097
|
+
required:
|
|
17098
|
+
- type
|
|
17099
|
+
type: object
|
|
17100
|
+
SyntheticsAssertionMCPRespectsSpecificationType:
|
|
17101
|
+
description: Type of the assertion.
|
|
17102
|
+
enum:
|
|
17103
|
+
- mcpRespectsSpecification
|
|
17104
|
+
example: mcpRespectsSpecification
|
|
17105
|
+
type: string
|
|
17106
|
+
x-enum-varnames:
|
|
17107
|
+
- MCP_RESPECTS_SPECIFICATION
|
|
17108
|
+
SyntheticsAssertionMCPServerCapabilitiesTarget:
|
|
17109
|
+
description: An assertion that checks that an MCP server advertises the expected capabilities.
|
|
17110
|
+
properties:
|
|
17111
|
+
operator:
|
|
17112
|
+
$ref: "#/components/schemas/SyntheticsAssertionOperator"
|
|
17113
|
+
target:
|
|
17114
|
+
description: List of MCP server capabilities to assert against.
|
|
17115
|
+
example:
|
|
17116
|
+
- completions
|
|
17117
|
+
items:
|
|
17118
|
+
$ref: "#/components/schemas/SyntheticsMCPServerCapability"
|
|
17119
|
+
type: array
|
|
17120
|
+
type:
|
|
17121
|
+
$ref: "#/components/schemas/SyntheticsAssertionMCPServerCapabilitiesType"
|
|
17122
|
+
required:
|
|
17123
|
+
- type
|
|
17124
|
+
- operator
|
|
17125
|
+
- target
|
|
17126
|
+
type: object
|
|
17127
|
+
SyntheticsAssertionMCPServerCapabilitiesType:
|
|
17128
|
+
description: Type of the assertion.
|
|
17129
|
+
enum:
|
|
17130
|
+
- mcpServerCapabilities
|
|
17131
|
+
example: mcpServerCapabilities
|
|
17132
|
+
type: string
|
|
17133
|
+
x-enum-varnames:
|
|
17134
|
+
- MCP_SERVER_CAPABILITIES
|
|
16539
17135
|
SyntheticsAssertionOperator:
|
|
16540
17136
|
description: Assertion operator to apply.
|
|
16541
17137
|
enum:
|
|
@@ -16638,6 +17234,8 @@ components:
|
|
|
16638
17234
|
- connection
|
|
16639
17235
|
- multiNetworkHop
|
|
16640
17236
|
- jitter
|
|
17237
|
+
- mcpToolNameLength
|
|
17238
|
+
- mcpToolCount
|
|
16641
17239
|
example: statusCode
|
|
16642
17240
|
type: string
|
|
16643
17241
|
x-enum-varnames:
|
|
@@ -16662,6 +17260,8 @@ components:
|
|
|
16662
17260
|
- CONNECTION
|
|
16663
17261
|
- MULTI_NETWORK_HOP
|
|
16664
17262
|
- JITTER
|
|
17263
|
+
- MCP_TOOL_NAME_LENGTH
|
|
17264
|
+
- MCP_TOOL_COUNT
|
|
16665
17265
|
SyntheticsAssertionXPathOperator:
|
|
16666
17266
|
description: Assertion operator to apply.
|
|
16667
17267
|
enum:
|
|
@@ -16708,6 +17308,7 @@ components:
|
|
|
16708
17308
|
- $ref: "#/components/schemas/SyntheticsBasicAuthDigest"
|
|
16709
17309
|
- $ref: "#/components/schemas/SyntheticsBasicAuthOauthClient"
|
|
16710
17310
|
- $ref: "#/components/schemas/SyntheticsBasicAuthOauthROP"
|
|
17311
|
+
- $ref: "#/components/schemas/SyntheticsBasicAuthJWT"
|
|
16711
17312
|
SyntheticsBasicAuthDigest:
|
|
16712
17313
|
description: Object to handle digest authentication when performing the test.
|
|
16713
17314
|
properties:
|
|
@@ -16735,6 +17336,78 @@ components:
|
|
|
16735
17336
|
type: string
|
|
16736
17337
|
x-enum-varnames:
|
|
16737
17338
|
- DIGEST
|
|
17339
|
+
SyntheticsBasicAuthJWT:
|
|
17340
|
+
description: Object to handle JWT authentication when performing the test.
|
|
17341
|
+
properties:
|
|
17342
|
+
addClaims:
|
|
17343
|
+
$ref: "#/components/schemas/SyntheticsBasicAuthJWTAddClaims"
|
|
17344
|
+
algorithm:
|
|
17345
|
+
$ref: "#/components/schemas/SyntheticsBasicAuthJWTAlgorithm"
|
|
17346
|
+
expiresIn:
|
|
17347
|
+
description: Token time-to-live in seconds.
|
|
17348
|
+
example: 3600
|
|
17349
|
+
format: int64
|
|
17350
|
+
minimum: 1
|
|
17351
|
+
type: integer
|
|
17352
|
+
header:
|
|
17353
|
+
description: Custom JWT header as a JSON string.
|
|
17354
|
+
example: '{"kid": "my-key-id"}'
|
|
17355
|
+
type: string
|
|
17356
|
+
payload:
|
|
17357
|
+
description: JWT claims as a JSON string.
|
|
17358
|
+
example: '{"sub": "1234567890", "name": "John Doe"}'
|
|
17359
|
+
type: string
|
|
17360
|
+
secret:
|
|
17361
|
+
description: |-
|
|
17362
|
+
Signing key for the JWT authentication. Use the shared secret for `HS256`
|
|
17363
|
+
or the private key (PEM format) for `RS256` and `ES256`.
|
|
17364
|
+
example: "mysecretkey"
|
|
17365
|
+
type: string
|
|
17366
|
+
tokenPrefix:
|
|
17367
|
+
description: Prefix added before the token in the `Authorization` header. Defaults to `Bearer`.
|
|
17368
|
+
example: "Bearer"
|
|
17369
|
+
type: string
|
|
17370
|
+
type:
|
|
17371
|
+
$ref: "#/components/schemas/SyntheticsBasicAuthJWTType"
|
|
17372
|
+
required:
|
|
17373
|
+
- algorithm
|
|
17374
|
+
- payload
|
|
17375
|
+
- secret
|
|
17376
|
+
- type
|
|
17377
|
+
type: object
|
|
17378
|
+
SyntheticsBasicAuthJWTAddClaims:
|
|
17379
|
+
description: Standard JWT claims to automatically inject.
|
|
17380
|
+
properties:
|
|
17381
|
+
exp:
|
|
17382
|
+
description: Whether to inject the `exp` (expiration) claim.
|
|
17383
|
+
example: true
|
|
17384
|
+
type: boolean
|
|
17385
|
+
iat:
|
|
17386
|
+
description: Whether to inject the `iat` (issued at) claim.
|
|
17387
|
+
example: true
|
|
17388
|
+
type: boolean
|
|
17389
|
+
type: object
|
|
17390
|
+
SyntheticsBasicAuthJWTAlgorithm:
|
|
17391
|
+
description: Algorithm to use for the JWT authentication.
|
|
17392
|
+
enum:
|
|
17393
|
+
- HS256
|
|
17394
|
+
- RS256
|
|
17395
|
+
- ES256
|
|
17396
|
+
example: "HS256"
|
|
17397
|
+
type: string
|
|
17398
|
+
x-enum-varnames:
|
|
17399
|
+
- HS256
|
|
17400
|
+
- RS256
|
|
17401
|
+
- ES256
|
|
17402
|
+
SyntheticsBasicAuthJWTType:
|
|
17403
|
+
default: "jwt"
|
|
17404
|
+
description: The type of authentication to use when performing the test.
|
|
17405
|
+
enum:
|
|
17406
|
+
- jwt
|
|
17407
|
+
example: "jwt"
|
|
17408
|
+
type: string
|
|
17409
|
+
x-enum-varnames:
|
|
17410
|
+
- JWT
|
|
16738
17411
|
SyntheticsBasicAuthNTLM:
|
|
16739
17412
|
description: Object to handle `NTLM` authentication when performing the test.
|
|
16740
17413
|
properties:
|
|
@@ -17970,6 +18643,31 @@ components:
|
|
|
17970
18643
|
$ref: "#/components/schemas/SyntheticsLocation"
|
|
17971
18644
|
type: array
|
|
17972
18645
|
type: object
|
|
18646
|
+
SyntheticsMCPProtocolVersion:
|
|
18647
|
+
description: The MCP protocol version used by the step. See https://modelcontextprotocol.io/specification.
|
|
18648
|
+
enum:
|
|
18649
|
+
- "2025-06-18"
|
|
18650
|
+
example: "2025-06-18"
|
|
18651
|
+
type: string
|
|
18652
|
+
x-enum-varnames:
|
|
18653
|
+
- VERSION_2025_06_18
|
|
18654
|
+
SyntheticsMCPServerCapability:
|
|
18655
|
+
description: A capability advertised by an MCP server.
|
|
18656
|
+
enum:
|
|
18657
|
+
- completions
|
|
18658
|
+
- experimental
|
|
18659
|
+
- logging
|
|
18660
|
+
- prompts
|
|
18661
|
+
- resources
|
|
18662
|
+
- tools
|
|
18663
|
+
type: string
|
|
18664
|
+
x-enum-varnames:
|
|
18665
|
+
- COMPLETIONS
|
|
18666
|
+
- EXPERIMENTAL
|
|
18667
|
+
- LOGGING
|
|
18668
|
+
- PROMPTS
|
|
18669
|
+
- RESOURCES
|
|
18670
|
+
- TOOLS
|
|
17973
18671
|
SyntheticsMobileStep:
|
|
17974
18672
|
description: The steps used in a Synthetic mobile test.
|
|
17975
18673
|
properties:
|
|
@@ -18859,15 +19557,24 @@ components:
|
|
|
18859
19557
|
- UPLOAD_FILES
|
|
18860
19558
|
- WAIT
|
|
18861
19559
|
SyntheticsTestCallType:
|
|
18862
|
-
description:
|
|
19560
|
+
description: |-
|
|
19561
|
+
The type of call to perform. Used by gRPC steps (`healthcheck`, `unary`)
|
|
19562
|
+
and MCP steps (`init`, `tool_list`, `tool_call`). Valid values depend on
|
|
19563
|
+
the parent step's `subtype`.
|
|
18863
19564
|
enum:
|
|
18864
19565
|
- healthcheck
|
|
18865
19566
|
- unary
|
|
19567
|
+
- init
|
|
19568
|
+
- tool_list
|
|
19569
|
+
- tool_call
|
|
18866
19570
|
example: unary
|
|
18867
19571
|
type: string
|
|
18868
19572
|
x-enum-varnames:
|
|
18869
19573
|
- HEALTHCHECK
|
|
18870
19574
|
- UNARY
|
|
19575
|
+
- INIT
|
|
19576
|
+
- TOOL_LIST
|
|
19577
|
+
- TOOL_CALL
|
|
18871
19578
|
SyntheticsTestCiOptions:
|
|
18872
19579
|
description: CI/CD options for a Synthetic test.
|
|
18873
19580
|
properties:
|
|
@@ -19088,6 +19795,9 @@ components:
|
|
|
19088
19795
|
description: A URL pattern to block during the Synthetic test.
|
|
19089
19796
|
type: string
|
|
19090
19797
|
type: array
|
|
19798
|
+
captureNetworkPayloads:
|
|
19799
|
+
description: Capture HTTP request/response headers and bodies for Fetch/XHR calls made during browser tests.
|
|
19800
|
+
type: boolean
|
|
19091
19801
|
checkCertificateRevocation:
|
|
19092
19802
|
description: |-
|
|
19093
19803
|
For SSL tests, whether or not the test should fail on revoked certificate in stapled OCSP.
|
|
@@ -19368,6 +20078,8 @@ components:
|
|
|
19368
20078
|
isMessageBase64Encoded:
|
|
19369
20079
|
description: Whether the message is base64 encoded.
|
|
19370
20080
|
type: boolean
|
|
20081
|
+
mcpProtocolVersion:
|
|
20082
|
+
$ref: "#/components/schemas/SyntheticsMCPProtocolVersion"
|
|
19371
20083
|
message:
|
|
19372
20084
|
description: Message to send for UDP or WebSocket tests.
|
|
19373
20085
|
type: string
|
|
@@ -19412,6 +20124,14 @@ components:
|
|
|
19412
20124
|
description: Timeout in seconds for the test.
|
|
19413
20125
|
format: double
|
|
19414
20126
|
type: number
|
|
20127
|
+
toolArgs:
|
|
20128
|
+
additionalProperties: {}
|
|
20129
|
+
description: Arguments to pass to the MCP tool. Free-form object whose shape depends on the tool. Used when `callType` is `tool_call`.
|
|
20130
|
+
type: object
|
|
20131
|
+
toolName:
|
|
20132
|
+
description: The name of the MCP tool to call. Required when `callType` is `tool_call`.
|
|
20133
|
+
example: search
|
|
20134
|
+
type: string
|
|
19415
20135
|
url:
|
|
19416
20136
|
description: URL to perform the test with.
|
|
19417
20137
|
example: "https://example.com"
|
|
@@ -22093,12 +22813,49 @@ components:
|
|
|
22093
22813
|
$ref: "#/components/schemas/UsageSpecifiedCustomReportsMeta"
|
|
22094
22814
|
type: object
|
|
22095
22815
|
UsageSummaryDate:
|
|
22096
|
-
description:
|
|
22816
|
+
description: |-
|
|
22817
|
+
Response with hourly report of all data billed by Datadog for all organizations.
|
|
22818
|
+
|
|
22819
|
+
For SDK users only: all fields at this response level are accessible through the
|
|
22820
|
+
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
|
|
22821
|
+
dimensions will not have typed-field getters. Use
|
|
22822
|
+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
|
|
22823
|
+
to enumerate every available key.
|
|
22097
22824
|
properties:
|
|
22098
22825
|
agent_host_top99p:
|
|
22099
22826
|
description: Shows the 99th percentile of all agent hosts over all hours in the current date for all organizations.
|
|
22100
22827
|
format: int64
|
|
22101
22828
|
type: integer
|
|
22829
|
+
ai_credits_agent_builder_ai_credits_sum:
|
|
22830
|
+
description: |-
|
|
22831
|
+
Shows the sum of all AI credits used by Agent Builder over all hours in the current date for all organizations.
|
|
22832
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
22833
|
+
format: int64
|
|
22834
|
+
type: integer
|
|
22835
|
+
ai_credits_bits_assistant_ai_credits_sum:
|
|
22836
|
+
description: |-
|
|
22837
|
+
Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for all organizations.
|
|
22838
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
22839
|
+
format: int64
|
|
22840
|
+
type: integer
|
|
22841
|
+
ai_credits_bits_dev_ai_credits_sum:
|
|
22842
|
+
description: |-
|
|
22843
|
+
Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for all organizations.
|
|
22844
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
22845
|
+
format: int64
|
|
22846
|
+
type: integer
|
|
22847
|
+
ai_credits_bits_sre_ai_credits_sum:
|
|
22848
|
+
description: |-
|
|
22849
|
+
Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for all organizations.
|
|
22850
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
22851
|
+
format: int64
|
|
22852
|
+
type: integer
|
|
22853
|
+
ai_credits_sum:
|
|
22854
|
+
description: |-
|
|
22855
|
+
Shows the sum of all AI credits over all hours in the current date for all organizations.
|
|
22856
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
22857
|
+
format: int64
|
|
22858
|
+
type: integer
|
|
22102
22859
|
apm_azure_app_service_host_top99p:
|
|
22103
22860
|
description: Shows the 99th percentile of all Azure app services using APM over all hours in the current date all organizations.
|
|
22104
22861
|
format: int64
|
|
@@ -22140,6 +22897,10 @@ components:
|
|
|
22140
22897
|
description: Shows the number of organizations that had Audit Trail enabled in the current date.
|
|
22141
22898
|
format: int64
|
|
22142
22899
|
type: integer
|
|
22900
|
+
audit_trail_event_forwarding_events_sum:
|
|
22901
|
+
description: Shows the sum of all Audit Trail event forwarding events over all hours in the current date for all organizations.
|
|
22902
|
+
format: int64
|
|
22903
|
+
type: integer
|
|
22143
22904
|
avg_profiled_fargate_tasks:
|
|
22144
22905
|
description: The average total count for Fargate Container Profiler over all hours in the current date for all organizations.
|
|
22145
22906
|
format: int64
|
|
@@ -22290,6 +23051,10 @@ components:
|
|
|
22290
23051
|
description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
|
|
22291
23052
|
format: int64
|
|
22292
23053
|
type: integer
|
|
23054
|
+
cloud_siem_indexed_logs_sum:
|
|
23055
|
+
description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for the given org.
|
|
23056
|
+
format: int64
|
|
23057
|
+
type: integer
|
|
22293
23058
|
code_analysis_sa_committers_hwm:
|
|
22294
23059
|
description: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
|
|
22295
23060
|
format: int64
|
|
@@ -22358,6 +23123,14 @@ components:
|
|
|
22358
23123
|
description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
|
|
22359
23124
|
format: int64
|
|
22360
23125
|
type: integer
|
|
23126
|
+
csm_host_pro_hosts_agentless_scanners_sum:
|
|
23127
|
+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
|
|
23128
|
+
format: int64
|
|
23129
|
+
type: integer
|
|
23130
|
+
csm_host_pro_hosts_agentless_scanners_top99p:
|
|
23131
|
+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
|
|
23132
|
+
format: int64
|
|
23133
|
+
type: integer
|
|
22361
23134
|
csm_host_pro_oci_host_count_top99p:
|
|
22362
23135
|
description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
|
|
22363
23136
|
format: int64
|
|
@@ -22390,6 +23163,14 @@ components:
|
|
|
22390
23163
|
description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for all organizations.
|
|
22391
23164
|
format: int64
|
|
22392
23165
|
type: integer
|
|
23166
|
+
cspm_hosts_agentless_scanners_sum:
|
|
23167
|
+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for all organizations.
|
|
23168
|
+
format: int64
|
|
23169
|
+
type: integer
|
|
23170
|
+
cspm_hosts_agentless_scanners_top99p:
|
|
23171
|
+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for all organizations.
|
|
23172
|
+
format: int64
|
|
23173
|
+
type: integer
|
|
22393
23174
|
custom_ts_avg:
|
|
22394
23175
|
description: Shows the average number of distinct custom metrics over all hours in the current date for all organizations.
|
|
22395
23176
|
format: int64
|
|
@@ -22410,6 +23191,14 @@ components:
|
|
|
22410
23191
|
description: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
|
|
22411
23192
|
format: int64
|
|
22412
23193
|
type: integer
|
|
23194
|
+
data_stream_monitoring_host_count_sum:
|
|
23195
|
+
description: Shows the sum of all Data Streams Monitoring hosts over all hours in the current date for all organizations.
|
|
23196
|
+
format: int64
|
|
23197
|
+
type: integer
|
|
23198
|
+
data_stream_monitoring_host_count_top99p:
|
|
23199
|
+
description: Shows the 99th percentile of all Data Streams Monitoring hosts over all hours in the current date for all organizations.
|
|
23200
|
+
format: int64
|
|
23201
|
+
type: integer
|
|
22413
23202
|
date:
|
|
22414
23203
|
description: The date for the usage.
|
|
22415
23204
|
format: date-time
|
|
@@ -22422,6 +23211,12 @@ components:
|
|
|
22422
23211
|
description: Shows the average of all normalized Database Monitoring queries over all hours in the current date for all organizations.
|
|
22423
23212
|
format: int64
|
|
22424
23213
|
type: integer
|
|
23214
|
+
do_jobs_monitoring_orchestrators_job_hours_sum:
|
|
23215
|
+
description: |-
|
|
23216
|
+
Shows the sum of all orchestrator job hours over all hours in the current date for all organizations.
|
|
23217
|
+
Values are returned in seconds. Divide by 3,600 to convert to hours.
|
|
23218
|
+
format: int64
|
|
23219
|
+
type: integer
|
|
22425
23220
|
eph_infra_host_agent_sum:
|
|
22426
23221
|
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
|
|
22427
23222
|
format: int64
|
|
@@ -22598,6 +23393,190 @@ components:
|
|
|
22598
23393
|
description: Shows the sum of all log events indexed over all hours in the current date for all organizations.
|
|
22599
23394
|
format: int64
|
|
22600
23395
|
type: integer
|
|
23396
|
+
indexed_points_sum:
|
|
23397
|
+
description: Shows the sum of all indexed custom metrics points over all hours in the current date for all organizations.
|
|
23398
|
+
format: int64
|
|
23399
|
+
type: integer
|
|
23400
|
+
infra_cpu_avg:
|
|
23401
|
+
description: |-
|
|
23402
|
+
Shows the average of all Infrastructure vCPU cores over all hours in the current date for all organizations.
|
|
23403
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23404
|
+
format: int64
|
|
23405
|
+
type: integer
|
|
23406
|
+
infra_cpu_default_infra_host_vcpu_agent_avg:
|
|
23407
|
+
description: |-
|
|
23408
|
+
Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
|
|
23409
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23410
|
+
format: int64
|
|
23411
|
+
type: integer
|
|
23412
|
+
infra_cpu_default_infra_host_vcpu_agent_basic_avg:
|
|
23413
|
+
description: |-
|
|
23414
|
+
Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
|
|
23415
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23416
|
+
format: int64
|
|
23417
|
+
type: integer
|
|
23418
|
+
infra_cpu_default_infra_host_vcpu_agent_basic_sum:
|
|
23419
|
+
description: |-
|
|
23420
|
+
Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
|
|
23421
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23422
|
+
format: int64
|
|
23423
|
+
type: integer
|
|
23424
|
+
infra_cpu_default_infra_host_vcpu_agent_sum:
|
|
23425
|
+
description: |-
|
|
23426
|
+
Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
|
|
23427
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23428
|
+
format: int64
|
|
23429
|
+
type: integer
|
|
23430
|
+
infra_cpu_default_infra_host_vcpu_aws_avg:
|
|
23431
|
+
description: |-
|
|
23432
|
+
Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
|
|
23433
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23434
|
+
format: int64
|
|
23435
|
+
type: integer
|
|
23436
|
+
infra_cpu_default_infra_host_vcpu_aws_sum:
|
|
23437
|
+
description: |-
|
|
23438
|
+
Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
|
|
23439
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23440
|
+
format: int64
|
|
23441
|
+
type: integer
|
|
23442
|
+
infra_cpu_default_infra_host_vcpu_azure_avg:
|
|
23443
|
+
description: |-
|
|
23444
|
+
Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
|
|
23445
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23446
|
+
format: int64
|
|
23447
|
+
type: integer
|
|
23448
|
+
infra_cpu_default_infra_host_vcpu_azure_sum:
|
|
23449
|
+
description: |-
|
|
23450
|
+
Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
|
|
23451
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23452
|
+
format: int64
|
|
23453
|
+
type: integer
|
|
23454
|
+
infra_cpu_default_infra_host_vcpu_gcp_avg:
|
|
23455
|
+
description: |-
|
|
23456
|
+
Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
|
|
23457
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23458
|
+
format: int64
|
|
23459
|
+
type: integer
|
|
23460
|
+
infra_cpu_default_infra_host_vcpu_gcp_sum:
|
|
23461
|
+
description: |-
|
|
23462
|
+
Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
|
|
23463
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23464
|
+
format: int64
|
|
23465
|
+
type: integer
|
|
23466
|
+
infra_cpu_default_infra_host_vcpu_nutanix_avg:
|
|
23467
|
+
description: |-
|
|
23468
|
+
Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
|
|
23469
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23470
|
+
format: int64
|
|
23471
|
+
type: integer
|
|
23472
|
+
infra_cpu_default_infra_host_vcpu_nutanix_basic_avg:
|
|
23473
|
+
description: |-
|
|
23474
|
+
Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
|
|
23475
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23476
|
+
format: int64
|
|
23477
|
+
type: integer
|
|
23478
|
+
infra_cpu_default_infra_host_vcpu_nutanix_basic_sum:
|
|
23479
|
+
description: |-
|
|
23480
|
+
Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
|
|
23481
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23482
|
+
format: int64
|
|
23483
|
+
type: integer
|
|
23484
|
+
infra_cpu_default_infra_host_vcpu_nutanix_sum:
|
|
23485
|
+
description: |-
|
|
23486
|
+
Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
|
|
23487
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23488
|
+
format: int64
|
|
23489
|
+
type: integer
|
|
23490
|
+
infra_cpu_default_infra_host_vcpu_opentelemetry_avg:
|
|
23491
|
+
description: |-
|
|
23492
|
+
Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
|
|
23493
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23494
|
+
format: int64
|
|
23495
|
+
type: integer
|
|
23496
|
+
infra_cpu_default_infra_host_vcpu_opentelemetry_sum:
|
|
23497
|
+
description: |-
|
|
23498
|
+
Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
|
|
23499
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23500
|
+
format: int64
|
|
23501
|
+
type: integer
|
|
23502
|
+
infra_cpu_observed_infra_host_vcpu_agent_avg:
|
|
23503
|
+
description: |-
|
|
23504
|
+
Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
|
|
23505
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23506
|
+
format: int64
|
|
23507
|
+
type: integer
|
|
23508
|
+
infra_cpu_observed_infra_host_vcpu_agent_sum:
|
|
23509
|
+
description: |-
|
|
23510
|
+
Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for all organizations.
|
|
23511
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23512
|
+
format: int64
|
|
23513
|
+
type: integer
|
|
23514
|
+
infra_cpu_observed_infra_host_vcpu_aws_avg:
|
|
23515
|
+
description: |-
|
|
23516
|
+
Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
|
|
23517
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23518
|
+
format: int64
|
|
23519
|
+
type: integer
|
|
23520
|
+
infra_cpu_observed_infra_host_vcpu_aws_sum:
|
|
23521
|
+
description: |-
|
|
23522
|
+
Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for all organizations.
|
|
23523
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23524
|
+
format: int64
|
|
23525
|
+
type: integer
|
|
23526
|
+
infra_cpu_observed_infra_host_vcpu_azure_avg:
|
|
23527
|
+
description: |-
|
|
23528
|
+
Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
|
|
23529
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23530
|
+
format: int64
|
|
23531
|
+
type: integer
|
|
23532
|
+
infra_cpu_observed_infra_host_vcpu_azure_sum:
|
|
23533
|
+
description: |-
|
|
23534
|
+
Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for all organizations.
|
|
23535
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23536
|
+
format: int64
|
|
23537
|
+
type: integer
|
|
23538
|
+
infra_cpu_observed_infra_host_vcpu_gcp_avg:
|
|
23539
|
+
description: |-
|
|
23540
|
+
Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
|
|
23541
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23542
|
+
format: int64
|
|
23543
|
+
type: integer
|
|
23544
|
+
infra_cpu_observed_infra_host_vcpu_gcp_sum:
|
|
23545
|
+
description: |-
|
|
23546
|
+
Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for all organizations.
|
|
23547
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23548
|
+
format: int64
|
|
23549
|
+
type: integer
|
|
23550
|
+
infra_cpu_observed_infra_host_vcpu_nutanix_avg:
|
|
23551
|
+
description: |-
|
|
23552
|
+
Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
|
|
23553
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23554
|
+
format: int64
|
|
23555
|
+
type: integer
|
|
23556
|
+
infra_cpu_observed_infra_host_vcpu_nutanix_sum:
|
|
23557
|
+
description: |-
|
|
23558
|
+
Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for all organizations.
|
|
23559
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23560
|
+
format: int64
|
|
23561
|
+
type: integer
|
|
23562
|
+
infra_cpu_observed_infra_host_vcpu_opentelemetry_avg:
|
|
23563
|
+
description: |-
|
|
23564
|
+
Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
|
|
23565
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23566
|
+
format: int64
|
|
23567
|
+
type: integer
|
|
23568
|
+
infra_cpu_observed_infra_host_vcpu_opentelemetry_sum:
|
|
23569
|
+
description: |-
|
|
23570
|
+
Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for all organizations.
|
|
23571
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23572
|
+
format: int64
|
|
23573
|
+
type: integer
|
|
23574
|
+
infra_cpu_sum:
|
|
23575
|
+
description: |-
|
|
23576
|
+
Shows the sum of all Infrastructure vCPU cores over all hours in the current date for all organizations.
|
|
23577
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
23578
|
+
format: int64
|
|
23579
|
+
type: integer
|
|
22601
23580
|
infra_edge_monitoring_devices_top99p:
|
|
22602
23581
|
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for all organizations.
|
|
22603
23582
|
format: int64
|
|
@@ -22622,10 +23601,22 @@ components:
|
|
|
22622
23601
|
description: Shows the average number of storage management objects over all hours in the current date for all organizations.
|
|
22623
23602
|
format: int64
|
|
22624
23603
|
type: integer
|
|
23604
|
+
ingest_points_sum:
|
|
23605
|
+
description: Shows the sum of all ingested custom metrics points over all hours in the current date for all organizations.
|
|
23606
|
+
format: int64
|
|
23607
|
+
type: integer
|
|
22625
23608
|
ingested_events_bytes_sum:
|
|
22626
23609
|
description: Shows the sum of all log bytes ingested over all hours in the current date for all organizations.
|
|
22627
23610
|
format: int64
|
|
22628
23611
|
type: integer
|
|
23612
|
+
iot_apm_host_sum:
|
|
23613
|
+
description: Shows the sum of all Application Performance Monitoring IoT hosts over all hours in the current date for all organizations.
|
|
23614
|
+
format: int64
|
|
23615
|
+
type: integer
|
|
23616
|
+
iot_apm_host_top99p:
|
|
23617
|
+
description: Shows the 99th percentile of all Application Performance Monitoring IoT hosts over all hours in the current date for all organizations.
|
|
23618
|
+
format: int64
|
|
23619
|
+
type: integer
|
|
22629
23620
|
iot_device_sum:
|
|
22630
23621
|
description: Shows the sum of all IoT devices over all hours in the current date for all organizations.
|
|
22631
23622
|
format: int64
|
|
@@ -22634,6 +23625,22 @@ components:
|
|
|
22634
23625
|
description: Shows the 99th percentile of all IoT devices over all hours in the current date all organizations.
|
|
22635
23626
|
format: int64
|
|
22636
23627
|
type: integer
|
|
23628
|
+
llm_observability_15day_retention_spans_sum:
|
|
23629
|
+
description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for all organizations.
|
|
23630
|
+
format: int64
|
|
23631
|
+
type: integer
|
|
23632
|
+
llm_observability_30day_retention_spans_sum:
|
|
23633
|
+
description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for all organizations.
|
|
23634
|
+
format: int64
|
|
23635
|
+
type: integer
|
|
23636
|
+
llm_observability_60day_retention_spans_sum:
|
|
23637
|
+
description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for all organizations.
|
|
23638
|
+
format: int64
|
|
23639
|
+
type: integer
|
|
23640
|
+
llm_observability_90day_retention_spans_sum:
|
|
23641
|
+
description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for all organizations.
|
|
23642
|
+
format: int64
|
|
23643
|
+
type: integer
|
|
22637
23644
|
llm_observability_min_spend_sum:
|
|
22638
23645
|
description: Sum of all LLM observability minimum spend over all hours in the current date for all organizations.
|
|
22639
23646
|
format: int64
|
|
@@ -22642,6 +23649,14 @@ components:
|
|
|
22642
23649
|
description: Sum of all LLM observability sessions over all hours in the current date for all organizations.
|
|
22643
23650
|
format: int64
|
|
22644
23651
|
type: integer
|
|
23652
|
+
logs_archive_search_gb_scanned_sum:
|
|
23653
|
+
description: Shows the sum of all Logs Archive Search scanned data over all hours in the current date for all organizations.
|
|
23654
|
+
format: int64
|
|
23655
|
+
type: integer
|
|
23656
|
+
metric_names_sum:
|
|
23657
|
+
description: Shows the sum of all custom metric names over all hours in the current date for all organizations.
|
|
23658
|
+
format: int64
|
|
23659
|
+
type: integer
|
|
22645
23660
|
mobile_rum_lite_session_count_sum:
|
|
22646
23661
|
deprecated: true
|
|
22647
23662
|
description: Shows the sum of all mobile lite sessions over all hours in the current date for all organizations (To be deprecated on October 1st, 2024).
|
|
@@ -22978,6 +23993,10 @@ components:
|
|
|
22978
23993
|
description: Shows the average number of Serverless Apps for Azure Web App instances for the current date for all organizations.
|
|
22979
23994
|
format: int64
|
|
22980
23995
|
type: integer
|
|
23996
|
+
serverless_apps_dsm_fargate_tasks_avg:
|
|
23997
|
+
description: Shows the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM for the current date for all organizations.
|
|
23998
|
+
format: int64
|
|
23999
|
+
type: integer
|
|
22981
24000
|
serverless_apps_ecs_avg:
|
|
22982
24001
|
description: Shows the average number of Serverless Apps for Elastic Container Service for the current date for all organizations.
|
|
22983
24002
|
format: int64
|
|
@@ -23034,10 +24053,26 @@ components:
|
|
|
23034
24053
|
description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
23035
24054
|
format: int64
|
|
23036
24055
|
type: integer
|
|
24056
|
+
siem_12mo_retention_sum:
|
|
24057
|
+
description: Shows the sum of Cloud SIEM Indexed Logs (12-month retention) over all hours in the current date for the given org.
|
|
24058
|
+
format: int64
|
|
24059
|
+
type: integer
|
|
24060
|
+
siem_6mo_retention_sum:
|
|
24061
|
+
description: Shows the sum of Cloud SIEM Indexed Logs (6-month retention) over all hours in the current date for the given org.
|
|
24062
|
+
format: int64
|
|
24063
|
+
type: integer
|
|
23037
24064
|
siem_analyzed_logs_add_on_count_sum:
|
|
23038
24065
|
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
|
|
23039
24066
|
format: int64
|
|
23040
24067
|
type: integer
|
|
24068
|
+
snmp_device_count_sum:
|
|
24069
|
+
description: Shows the sum of all Network Device Monitoring devices over all hours in the current date for all organizations.
|
|
24070
|
+
format: int64
|
|
24071
|
+
type: integer
|
|
24072
|
+
snmp_device_count_top99p:
|
|
24073
|
+
description: Shows the 99th percentile of all Network Device Monitoring devices over all hours in the current date for all organizations.
|
|
24074
|
+
format: int64
|
|
24075
|
+
type: integer
|
|
23041
24076
|
synthetics_browser_check_calls_count_sum:
|
|
23042
24077
|
description: Shows the sum of all Synthetic browser tests over all hours in the current date for all organizations.
|
|
23043
24078
|
format: int64
|
|
@@ -23079,8 +24114,16 @@ components:
|
|
|
23079
24114
|
format: int64
|
|
23080
24115
|
type: integer
|
|
23081
24116
|
type: object
|
|
24117
|
+
x-keep-typed-in-additional-properties: true
|
|
23082
24118
|
UsageSummaryDateOrg:
|
|
23083
|
-
description:
|
|
24119
|
+
description: |-
|
|
24120
|
+
Global hourly report of all data billed by Datadog for a given organization.
|
|
24121
|
+
|
|
24122
|
+
For SDK users only: all fields at this response level are accessible through the
|
|
24123
|
+
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
|
|
24124
|
+
dimensions will not have typed-field getters. Use
|
|
24125
|
+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
|
|
24126
|
+
to enumerate every available key.
|
|
23084
24127
|
properties:
|
|
23085
24128
|
account_name:
|
|
23086
24129
|
description: The account name.
|
|
@@ -23092,6 +24135,36 @@ components:
|
|
|
23092
24135
|
description: Shows the 99th percentile of all agent hosts over all hours in the current date for the given org.
|
|
23093
24136
|
format: int64
|
|
23094
24137
|
type: integer
|
|
24138
|
+
ai_credits_agent_builder_ai_credits_sum:
|
|
24139
|
+
description: |-
|
|
24140
|
+
Shows the sum of all AI credits used by Agent Builder over all hours in the current date for the given org.
|
|
24141
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
24142
|
+
format: int64
|
|
24143
|
+
type: integer
|
|
24144
|
+
ai_credits_bits_assistant_ai_credits_sum:
|
|
24145
|
+
description: |-
|
|
24146
|
+
Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current date for the given org.
|
|
24147
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
24148
|
+
format: int64
|
|
24149
|
+
type: integer
|
|
24150
|
+
ai_credits_bits_dev_ai_credits_sum:
|
|
24151
|
+
description: |-
|
|
24152
|
+
Shows the sum of all AI credits used by Bits AI Dev over all hours in the current date for the given org.
|
|
24153
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
24154
|
+
format: int64
|
|
24155
|
+
type: integer
|
|
24156
|
+
ai_credits_bits_sre_ai_credits_sum:
|
|
24157
|
+
description: |-
|
|
24158
|
+
Shows the sum of all AI credits used by Bits AI SRE over all hours in the current date for the given org.
|
|
24159
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
24160
|
+
format: int64
|
|
24161
|
+
type: integer
|
|
24162
|
+
ai_credits_sum:
|
|
24163
|
+
description: |-
|
|
24164
|
+
Shows the sum of all AI credits over all hours in the current date for the given org.
|
|
24165
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
24166
|
+
format: int64
|
|
24167
|
+
type: integer
|
|
23095
24168
|
apm_azure_app_service_host_top99p:
|
|
23096
24169
|
description: Shows the 99th percentile of all Azure app services using APM over all hours in the current date for the given org.
|
|
23097
24170
|
format: int64
|
|
@@ -23133,6 +24206,10 @@ components:
|
|
|
23133
24206
|
description: Shows whether Audit Trail is enabled for the current date for the given org.
|
|
23134
24207
|
format: int64
|
|
23135
24208
|
type: integer
|
|
24209
|
+
audit_trail_event_forwarding_events_sum:
|
|
24210
|
+
description: Shows the sum of all Audit Trail event forwarding events over all hours in the current date for the given org.
|
|
24211
|
+
format: int64
|
|
24212
|
+
type: integer
|
|
23136
24213
|
avg_profiled_fargate_tasks:
|
|
23137
24214
|
description: The average total count for Fargate Container Profiler over all hours in the current month for the given org.
|
|
23138
24215
|
format: int64
|
|
@@ -23283,6 +24360,10 @@ components:
|
|
|
23283
24360
|
description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current date for the given org.
|
|
23284
24361
|
format: int64
|
|
23285
24362
|
type: integer
|
|
24363
|
+
cloud_siem_indexed_logs_sum:
|
|
24364
|
+
description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current date for the given org.
|
|
24365
|
+
format: int64
|
|
24366
|
+
type: integer
|
|
23286
24367
|
code_analysis_sa_committers_hwm:
|
|
23287
24368
|
description: Shows the high-water mark of all Static Analysis committers over all hours in the current date for the given org.
|
|
23288
24369
|
format: int64
|
|
@@ -23351,6 +24432,14 @@ components:
|
|
|
23351
24432
|
description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current date for the given org.
|
|
23352
24433
|
format: int64
|
|
23353
24434
|
type: integer
|
|
24435
|
+
csm_host_pro_hosts_agentless_scanners_sum:
|
|
24436
|
+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
|
|
24437
|
+
format: int64
|
|
24438
|
+
type: integer
|
|
24439
|
+
csm_host_pro_hosts_agentless_scanners_top99p:
|
|
24440
|
+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
|
|
24441
|
+
format: int64
|
|
24442
|
+
type: integer
|
|
23354
24443
|
csm_host_pro_oci_host_count_top99p:
|
|
23355
24444
|
description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current date for the given org.
|
|
23356
24445
|
format: int64
|
|
@@ -23383,6 +24472,14 @@ components:
|
|
|
23383
24472
|
description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current date for the given org.
|
|
23384
24473
|
format: int64
|
|
23385
24474
|
type: integer
|
|
24475
|
+
cspm_hosts_agentless_scanners_sum:
|
|
24476
|
+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
|
|
24477
|
+
format: int64
|
|
24478
|
+
type: integer
|
|
24479
|
+
cspm_hosts_agentless_scanners_top99p:
|
|
24480
|
+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current date for the given org.
|
|
24481
|
+
format: int64
|
|
24482
|
+
type: integer
|
|
23386
24483
|
custom_historical_ts_avg:
|
|
23387
24484
|
description: Shows the average number of distinct historical custom metrics over all hours in the current date for the given org.
|
|
23388
24485
|
format: int64
|
|
@@ -23411,6 +24508,14 @@ components:
|
|
|
23411
24508
|
description: Shows the sum of all Data Jobs Monitoring hosts over all hours in the current date for the given org.
|
|
23412
24509
|
format: int64
|
|
23413
24510
|
type: integer
|
|
24511
|
+
data_stream_monitoring_host_count_sum:
|
|
24512
|
+
description: Shows the sum of all Data Streams Monitoring hosts over all hours in the current date for the given org.
|
|
24513
|
+
format: int64
|
|
24514
|
+
type: integer
|
|
24515
|
+
data_stream_monitoring_host_count_top99p:
|
|
24516
|
+
description: Shows the 99th percentile of all Data Streams Monitoring hosts over all hours in the current date for the given org.
|
|
24517
|
+
format: int64
|
|
24518
|
+
type: integer
|
|
23414
24519
|
dbm_host_top99p_sum:
|
|
23415
24520
|
description: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for the given org.
|
|
23416
24521
|
format: int64
|
|
@@ -23419,6 +24524,12 @@ components:
|
|
|
23419
24524
|
description: Shows the average of all distinct Database Monitoring normalized queries over all hours in the current month for the given org.
|
|
23420
24525
|
format: int64
|
|
23421
24526
|
type: integer
|
|
24527
|
+
do_jobs_monitoring_orchestrators_job_hours_sum:
|
|
24528
|
+
description: |-
|
|
24529
|
+
Shows the sum of all orchestrator job hours over all hours in the current date for the given org.
|
|
24530
|
+
Values are returned in seconds. Divide by 3,600 to convert to hours.
|
|
24531
|
+
format: int64
|
|
24532
|
+
type: integer
|
|
23422
24533
|
eph_infra_host_agent_sum:
|
|
23423
24534
|
description: Shows the sum of all ephemeral infrastructure hosts with the Datadog Agent over all hours in the current date for the given org.
|
|
23424
24535
|
format: int64
|
|
@@ -23599,6 +24710,190 @@ components:
|
|
|
23599
24710
|
description: Shows the sum of all log events indexed over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
|
|
23600
24711
|
format: int64
|
|
23601
24712
|
type: integer
|
|
24713
|
+
indexed_points_sum:
|
|
24714
|
+
description: Shows the sum of all indexed custom metrics points over all hours in the current date for the given org.
|
|
24715
|
+
format: int64
|
|
24716
|
+
type: integer
|
|
24717
|
+
infra_cpu_avg:
|
|
24718
|
+
description: |-
|
|
24719
|
+
Shows the average of all Infrastructure vCPU cores over all hours in the current date for the given org.
|
|
24720
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24721
|
+
format: int64
|
|
24722
|
+
type: integer
|
|
24723
|
+
infra_cpu_default_infra_host_vcpu_agent_avg:
|
|
24724
|
+
description: |-
|
|
24725
|
+
Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
|
|
24726
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24727
|
+
format: int64
|
|
24728
|
+
type: integer
|
|
24729
|
+
infra_cpu_default_infra_host_vcpu_agent_basic_avg:
|
|
24730
|
+
description: |-
|
|
24731
|
+
Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
|
|
24732
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24733
|
+
format: int64
|
|
24734
|
+
type: integer
|
|
24735
|
+
infra_cpu_default_infra_host_vcpu_agent_basic_sum:
|
|
24736
|
+
description: |-
|
|
24737
|
+
Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
|
|
24738
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24739
|
+
format: int64
|
|
24740
|
+
type: integer
|
|
24741
|
+
infra_cpu_default_infra_host_vcpu_agent_sum:
|
|
24742
|
+
description: |-
|
|
24743
|
+
Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
|
|
24744
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24745
|
+
format: int64
|
|
24746
|
+
type: integer
|
|
24747
|
+
infra_cpu_default_infra_host_vcpu_aws_avg:
|
|
24748
|
+
description: |-
|
|
24749
|
+
Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
|
|
24750
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24751
|
+
format: int64
|
|
24752
|
+
type: integer
|
|
24753
|
+
infra_cpu_default_infra_host_vcpu_aws_sum:
|
|
24754
|
+
description: |-
|
|
24755
|
+
Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
|
|
24756
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24757
|
+
format: int64
|
|
24758
|
+
type: integer
|
|
24759
|
+
infra_cpu_default_infra_host_vcpu_azure_avg:
|
|
24760
|
+
description: |-
|
|
24761
|
+
Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
|
|
24762
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24763
|
+
format: int64
|
|
24764
|
+
type: integer
|
|
24765
|
+
infra_cpu_default_infra_host_vcpu_azure_sum:
|
|
24766
|
+
description: |-
|
|
24767
|
+
Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
|
|
24768
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24769
|
+
format: int64
|
|
24770
|
+
type: integer
|
|
24771
|
+
infra_cpu_default_infra_host_vcpu_gcp_avg:
|
|
24772
|
+
description: |-
|
|
24773
|
+
Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
|
|
24774
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24775
|
+
format: int64
|
|
24776
|
+
type: integer
|
|
24777
|
+
infra_cpu_default_infra_host_vcpu_gcp_sum:
|
|
24778
|
+
description: |-
|
|
24779
|
+
Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
|
|
24780
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24781
|
+
format: int64
|
|
24782
|
+
type: integer
|
|
24783
|
+
infra_cpu_default_infra_host_vcpu_nutanix_avg:
|
|
24784
|
+
description: |-
|
|
24785
|
+
Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
|
|
24786
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24787
|
+
format: int64
|
|
24788
|
+
type: integer
|
|
24789
|
+
infra_cpu_default_infra_host_vcpu_nutanix_basic_avg:
|
|
24790
|
+
description: |-
|
|
24791
|
+
Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
|
|
24792
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24793
|
+
format: int64
|
|
24794
|
+
type: integer
|
|
24795
|
+
infra_cpu_default_infra_host_vcpu_nutanix_basic_sum:
|
|
24796
|
+
description: |-
|
|
24797
|
+
Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
|
|
24798
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24799
|
+
format: int64
|
|
24800
|
+
type: integer
|
|
24801
|
+
infra_cpu_default_infra_host_vcpu_nutanix_sum:
|
|
24802
|
+
description: |-
|
|
24803
|
+
Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
|
|
24804
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24805
|
+
format: int64
|
|
24806
|
+
type: integer
|
|
24807
|
+
infra_cpu_default_infra_host_vcpu_opentelemetry_avg:
|
|
24808
|
+
description: |-
|
|
24809
|
+
Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
|
|
24810
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24811
|
+
format: int64
|
|
24812
|
+
type: integer
|
|
24813
|
+
infra_cpu_default_infra_host_vcpu_opentelemetry_sum:
|
|
24814
|
+
description: |-
|
|
24815
|
+
Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
|
|
24816
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24817
|
+
format: int64
|
|
24818
|
+
type: integer
|
|
24819
|
+
infra_cpu_observed_infra_host_vcpu_agent_avg:
|
|
24820
|
+
description: |-
|
|
24821
|
+
Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
|
|
24822
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24823
|
+
format: int64
|
|
24824
|
+
type: integer
|
|
24825
|
+
infra_cpu_observed_infra_host_vcpu_agent_sum:
|
|
24826
|
+
description: |-
|
|
24827
|
+
Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current date for the given org.
|
|
24828
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24829
|
+
format: int64
|
|
24830
|
+
type: integer
|
|
24831
|
+
infra_cpu_observed_infra_host_vcpu_aws_avg:
|
|
24832
|
+
description: |-
|
|
24833
|
+
Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
|
|
24834
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24835
|
+
format: int64
|
|
24836
|
+
type: integer
|
|
24837
|
+
infra_cpu_observed_infra_host_vcpu_aws_sum:
|
|
24838
|
+
description: |-
|
|
24839
|
+
Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current date for the given org.
|
|
24840
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24841
|
+
format: int64
|
|
24842
|
+
type: integer
|
|
24843
|
+
infra_cpu_observed_infra_host_vcpu_azure_avg:
|
|
24844
|
+
description: |-
|
|
24845
|
+
Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
|
|
24846
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24847
|
+
format: int64
|
|
24848
|
+
type: integer
|
|
24849
|
+
infra_cpu_observed_infra_host_vcpu_azure_sum:
|
|
24850
|
+
description: |-
|
|
24851
|
+
Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current date for the given org.
|
|
24852
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24853
|
+
format: int64
|
|
24854
|
+
type: integer
|
|
24855
|
+
infra_cpu_observed_infra_host_vcpu_gcp_avg:
|
|
24856
|
+
description: |-
|
|
24857
|
+
Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
|
|
24858
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24859
|
+
format: int64
|
|
24860
|
+
type: integer
|
|
24861
|
+
infra_cpu_observed_infra_host_vcpu_gcp_sum:
|
|
24862
|
+
description: |-
|
|
24863
|
+
Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current date for the given org.
|
|
24864
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24865
|
+
format: int64
|
|
24866
|
+
type: integer
|
|
24867
|
+
infra_cpu_observed_infra_host_vcpu_nutanix_avg:
|
|
24868
|
+
description: |-
|
|
24869
|
+
Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
|
|
24870
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24871
|
+
format: int64
|
|
24872
|
+
type: integer
|
|
24873
|
+
infra_cpu_observed_infra_host_vcpu_nutanix_sum:
|
|
24874
|
+
description: |-
|
|
24875
|
+
Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current date for the given org.
|
|
24876
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24877
|
+
format: int64
|
|
24878
|
+
type: integer
|
|
24879
|
+
infra_cpu_observed_infra_host_vcpu_opentelemetry_avg:
|
|
24880
|
+
description: |-
|
|
24881
|
+
Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
|
|
24882
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24883
|
+
format: int64
|
|
24884
|
+
type: integer
|
|
24885
|
+
infra_cpu_observed_infra_host_vcpu_opentelemetry_sum:
|
|
24886
|
+
description: |-
|
|
24887
|
+
Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current date for the given org.
|
|
24888
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24889
|
+
format: int64
|
|
24890
|
+
type: integer
|
|
24891
|
+
infra_cpu_sum:
|
|
24892
|
+
description: |-
|
|
24893
|
+
Shows the sum of all Infrastructure vCPU cores over all hours in the current date for the given org.
|
|
24894
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
24895
|
+
format: int64
|
|
24896
|
+
type: integer
|
|
23602
24897
|
infra_edge_monitoring_devices_top99p:
|
|
23603
24898
|
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current date for the given org.
|
|
23604
24899
|
format: int64
|
|
@@ -23623,10 +24918,22 @@ components:
|
|
|
23623
24918
|
description: Shows the average number of storage management objects over all hours in the current date for the given org.
|
|
23624
24919
|
format: int64
|
|
23625
24920
|
type: integer
|
|
24921
|
+
ingest_points_sum:
|
|
24922
|
+
description: Shows the sum of all ingested custom metrics points over all hours in the current date for the given org.
|
|
24923
|
+
format: int64
|
|
24924
|
+
type: integer
|
|
23626
24925
|
ingested_events_bytes_sum:
|
|
23627
24926
|
description: Shows the sum of all log bytes ingested over all hours in the current date for the given org.
|
|
23628
24927
|
format: int64
|
|
23629
24928
|
type: integer
|
|
24929
|
+
iot_apm_host_sum:
|
|
24930
|
+
description: Shows the sum of all Application Performance Monitoring IoT hosts over all hours in the current date for the given org.
|
|
24931
|
+
format: int64
|
|
24932
|
+
type: integer
|
|
24933
|
+
iot_apm_host_top99p:
|
|
24934
|
+
description: Shows the 99th percentile of all Application Performance Monitoring IoT hosts over all hours in the current date for the given org.
|
|
24935
|
+
format: int64
|
|
24936
|
+
type: integer
|
|
23630
24937
|
iot_device_agg_sum:
|
|
23631
24938
|
description: Shows the sum of all IoT devices over all hours in the current date for the given org.
|
|
23632
24939
|
format: int64
|
|
@@ -23635,6 +24942,22 @@ components:
|
|
|
23635
24942
|
description: Shows the 99th percentile of all IoT devices over all hours in the current date for the given org.
|
|
23636
24943
|
format: int64
|
|
23637
24944
|
type: integer
|
|
24945
|
+
llm_observability_15day_retention_spans_sum:
|
|
24946
|
+
description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current date for the given org.
|
|
24947
|
+
format: int64
|
|
24948
|
+
type: integer
|
|
24949
|
+
llm_observability_30day_retention_spans_sum:
|
|
24950
|
+
description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current date for the given org.
|
|
24951
|
+
format: int64
|
|
24952
|
+
type: integer
|
|
24953
|
+
llm_observability_60day_retention_spans_sum:
|
|
24954
|
+
description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current date for the given org.
|
|
24955
|
+
format: int64
|
|
24956
|
+
type: integer
|
|
24957
|
+
llm_observability_90day_retention_spans_sum:
|
|
24958
|
+
description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current date for the given org.
|
|
24959
|
+
format: int64
|
|
24960
|
+
type: integer
|
|
23638
24961
|
llm_observability_min_spend_sum:
|
|
23639
24962
|
description: Shows the sum of all LLM Observability minimum spend over all hours in the current date for the given org.
|
|
23640
24963
|
format: int64
|
|
@@ -23643,6 +24966,14 @@ components:
|
|
|
23643
24966
|
description: Shows the sum of all LLM observability sessions over all hours in the current date for the given org.
|
|
23644
24967
|
format: int64
|
|
23645
24968
|
type: integer
|
|
24969
|
+
logs_archive_search_gb_scanned_sum:
|
|
24970
|
+
description: Shows the sum of all Logs Archive Search scanned data over all hours in the current date for the given org.
|
|
24971
|
+
format: int64
|
|
24972
|
+
type: integer
|
|
24973
|
+
metric_names_sum:
|
|
24974
|
+
description: Shows the sum of all custom metric names over all hours in the current date for the given org.
|
|
24975
|
+
format: int64
|
|
24976
|
+
type: integer
|
|
23646
24977
|
mobile_rum_lite_session_count_sum:
|
|
23647
24978
|
deprecated: true
|
|
23648
24979
|
description: Shows the sum of all mobile lite sessions over all hours in the current date for the given org (To be deprecated on October 1st, 2024).
|
|
@@ -23983,6 +25314,10 @@ components:
|
|
|
23983
25314
|
description: Shows the average number of Serverless Apps for Azure Web App instances for the given date and given org.
|
|
23984
25315
|
format: int64
|
|
23985
25316
|
type: integer
|
|
25317
|
+
serverless_apps_dsm_fargate_tasks_avg:
|
|
25318
|
+
description: Shows the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM for the given date and given org.
|
|
25319
|
+
format: int64
|
|
25320
|
+
type: integer
|
|
23986
25321
|
serverless_apps_ecs_avg:
|
|
23987
25322
|
description: Shows the average number of Serverless Apps for Elastic Container Service for the given date and given org.
|
|
23988
25323
|
format: int64
|
|
@@ -24039,10 +25374,26 @@ components:
|
|
|
24039
25374
|
description: Shows the average number of Serverless Apps for Azure and Google Cloud for the given date and given org.
|
|
24040
25375
|
format: int64
|
|
24041
25376
|
type: integer
|
|
25377
|
+
siem_12mo_retention_sum:
|
|
25378
|
+
description: Shows the sum of Cloud SIEM Indexed Logs (12-month retention) over all hours in the current date for the given org.
|
|
25379
|
+
format: int64
|
|
25380
|
+
type: integer
|
|
25381
|
+
siem_6mo_retention_sum:
|
|
25382
|
+
description: Shows the sum of Cloud SIEM Indexed Logs (6-month retention) over all hours in the current date for the given org.
|
|
25383
|
+
format: int64
|
|
25384
|
+
type: integer
|
|
24042
25385
|
siem_analyzed_logs_add_on_count_sum:
|
|
24043
25386
|
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current date for the given org.
|
|
24044
25387
|
format: int64
|
|
24045
25388
|
type: integer
|
|
25389
|
+
snmp_device_count_sum:
|
|
25390
|
+
description: Shows the sum of all Network Device Monitoring devices over all hours in the current date for the given org.
|
|
25391
|
+
format: int64
|
|
25392
|
+
type: integer
|
|
25393
|
+
snmp_device_count_top99p:
|
|
25394
|
+
description: Shows the 99th percentile of all Network Device Monitoring devices over all hours in the current date for the given org.
|
|
25395
|
+
format: int64
|
|
25396
|
+
type: integer
|
|
24046
25397
|
synthetics_browser_check_calls_count_sum:
|
|
24047
25398
|
description: Shows the sum of all Synthetic browser tests over all hours in the current date for the given org.
|
|
24048
25399
|
format: int64
|
|
@@ -24084,13 +25435,52 @@ components:
|
|
|
24084
25435
|
format: int64
|
|
24085
25436
|
type: integer
|
|
24086
25437
|
type: object
|
|
25438
|
+
x-keep-typed-in-additional-properties: true
|
|
24087
25439
|
UsageSummaryResponse:
|
|
24088
|
-
description:
|
|
25440
|
+
description: |-
|
|
25441
|
+
Response summarizing all usage aggregated across the months in the request for
|
|
25442
|
+
all organizations, and broken down by month and by organization.
|
|
25443
|
+
|
|
25444
|
+
For SDK users only: all fields at this response level are accessible through the
|
|
25445
|
+
`additionalProperties` map. Existing typed-field getters are unchanged. New billing
|
|
25446
|
+
dimensions will not have typed-field getters. Use
|
|
25447
|
+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
|
|
25448
|
+
to enumerate every available key.
|
|
24089
25449
|
properties:
|
|
24090
25450
|
agent_host_top99p_sum:
|
|
24091
25451
|
description: Shows the 99th percentile of all agent hosts over all hours in the current month for all organizations.
|
|
24092
25452
|
format: int64
|
|
24093
25453
|
type: integer
|
|
25454
|
+
ai_credits_agent_builder_ai_credits_agg_sum:
|
|
25455
|
+
description: |-
|
|
25456
|
+
Shows the sum of all AI credits used by Agent Builder over all hours in the current month for all organizations.
|
|
25457
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
25458
|
+
format: int64
|
|
25459
|
+
type: integer
|
|
25460
|
+
ai_credits_agg_sum:
|
|
25461
|
+
description: |-
|
|
25462
|
+
Shows the sum of all AI credits over all hours in the current month for all organizations.
|
|
25463
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
25464
|
+
format: int64
|
|
25465
|
+
type: integer
|
|
25466
|
+
ai_credits_bits_assistant_ai_credits_agg_sum:
|
|
25467
|
+
description: |-
|
|
25468
|
+
Shows the sum of all AI credits used by Bits AI Assistant over all hours in the current month for all organizations.
|
|
25469
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
25470
|
+
format: int64
|
|
25471
|
+
type: integer
|
|
25472
|
+
ai_credits_bits_dev_ai_credits_agg_sum:
|
|
25473
|
+
description: |-
|
|
25474
|
+
Shows the sum of all AI credits used by Bits AI Dev over all hours in the current month for all organizations.
|
|
25475
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
25476
|
+
format: int64
|
|
25477
|
+
type: integer
|
|
25478
|
+
ai_credits_bits_sre_ai_credits_agg_sum:
|
|
25479
|
+
description: |-
|
|
25480
|
+
Shows the sum of all AI credits used by Bits AI SRE over all hours in the current month for all organizations.
|
|
25481
|
+
Values are returned in micro-credits. Divide by 1,000,000 to get AI credits.
|
|
25482
|
+
format: int64
|
|
25483
|
+
type: integer
|
|
24094
25484
|
apm_azure_app_service_host_top99p_sum:
|
|
24095
25485
|
description: Shows the 99th percentile of all Azure app services using APM over all hours in the current month all organizations.
|
|
24096
25486
|
format: int64
|
|
@@ -24132,6 +25522,10 @@ components:
|
|
|
24132
25522
|
description: Shows the total number of organizations that had Audit Trail enabled over a specific number of months.
|
|
24133
25523
|
format: int64
|
|
24134
25524
|
type: integer
|
|
25525
|
+
audit_trail_event_forwarding_events_agg_sum:
|
|
25526
|
+
description: Shows the sum of all Audit Trail event forwarding events over all hours in the current month for all organizations.
|
|
25527
|
+
format: int64
|
|
25528
|
+
type: integer
|
|
24135
25529
|
avg_profiled_fargate_tasks_sum:
|
|
24136
25530
|
description: The average total count for Fargate Container Profiler over all hours in the current month for all organizations.
|
|
24137
25531
|
format: int64
|
|
@@ -24286,6 +25680,10 @@ components:
|
|
|
24286
25680
|
description: Shows the sum of all Cloud Security Information and Event Management events over all hours in the current month for all organizations.
|
|
24287
25681
|
format: int64
|
|
24288
25682
|
type: integer
|
|
25683
|
+
cloud_siem_indexed_logs_agg_sum:
|
|
25684
|
+
description: Shows the sum of all Cloud SIEM Indexed Logs over all hours in the current month for all organizations.
|
|
25685
|
+
format: int64
|
|
25686
|
+
type: integer
|
|
24289
25687
|
code_analysis_sa_committers_hwm_sum:
|
|
24290
25688
|
description: Shows the high-water mark of all Static Analysis committers over all hours in the current month for all organizations.
|
|
24291
25689
|
format: int64
|
|
@@ -24354,6 +25752,14 @@ components:
|
|
|
24354
25752
|
description: Shows the 99th percentile of all Cloud Security Management Enterprise hosts over all hours in the current month for all organizations.
|
|
24355
25753
|
format: int64
|
|
24356
25754
|
type: integer
|
|
25755
|
+
csm_host_pro_hosts_agentless_scanners_agg_sum:
|
|
25756
|
+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
|
|
25757
|
+
format: int64
|
|
25758
|
+
type: integer
|
|
25759
|
+
csm_host_pro_hosts_agentless_scanners_top99p_sum:
|
|
25760
|
+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
|
|
25761
|
+
format: int64
|
|
25762
|
+
type: integer
|
|
24357
25763
|
csm_host_pro_oci_host_count_top99p_sum:
|
|
24358
25764
|
description: Shows the 99th percentile of all Cloud Security Management Pro OCI hosts over all hours in the current month for all organizations.
|
|
24359
25765
|
format: int64
|
|
@@ -24386,6 +25792,14 @@ components:
|
|
|
24386
25792
|
description: Shows the 99th percentile of all Cloud Security Management Pro hosts over all hours in the current month for all organizations.
|
|
24387
25793
|
format: int64
|
|
24388
25794
|
type: integer
|
|
25795
|
+
cspm_hosts_agentless_scanners_agg_sum:
|
|
25796
|
+
description: Shows the sum of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
|
|
25797
|
+
format: int64
|
|
25798
|
+
type: integer
|
|
25799
|
+
cspm_hosts_agentless_scanners_top99p_sum:
|
|
25800
|
+
description: Shows the 99th percentile of all Cloud Security Management Pro Agentless scanner hosts over all hours in the current month for all organizations.
|
|
25801
|
+
format: int64
|
|
25802
|
+
type: integer
|
|
24389
25803
|
custom_historical_ts_sum:
|
|
24390
25804
|
description: Shows the average number of distinct historical custom metrics over all hours in the current month for all organizations.
|
|
24391
25805
|
format: int64
|
|
@@ -24414,6 +25828,14 @@ components:
|
|
|
24414
25828
|
description: Shows the sum of Data Jobs Monitoring hosts over all hours in the current months for all organizations
|
|
24415
25829
|
format: int64
|
|
24416
25830
|
type: integer
|
|
25831
|
+
data_stream_monitoring_host_count_agg_sum:
|
|
25832
|
+
description: Shows the sum of all Data Streams Monitoring hosts over all hours in the current month for all organizations.
|
|
25833
|
+
format: int64
|
|
25834
|
+
type: integer
|
|
25835
|
+
data_stream_monitoring_host_count_top99p_sum:
|
|
25836
|
+
description: Shows the 99th percentile of all Data Streams Monitoring hosts over all hours in the current month for all organizations.
|
|
25837
|
+
format: int64
|
|
25838
|
+
type: integer
|
|
24417
25839
|
dbm_host_top99p_sum:
|
|
24418
25840
|
description: Shows the 99th percentile of all Database Monitoring hosts over all hours in the current month for all organizations.
|
|
24419
25841
|
format: int64
|
|
@@ -24422,6 +25844,12 @@ components:
|
|
|
24422
25844
|
description: Shows the average of all distinct Database Monitoring Normalized Queries over all hours in the current month for all organizations.
|
|
24423
25845
|
format: int64
|
|
24424
25846
|
type: integer
|
|
25847
|
+
do_jobs_monitoring_orchestrators_job_hours_agg_sum:
|
|
25848
|
+
description: |-
|
|
25849
|
+
Shows the sum of all orchestrator job hours over all hours in the current month for all organizations.
|
|
25850
|
+
Values are returned in seconds. Divide by 3,600 to convert to hours.
|
|
25851
|
+
format: int64
|
|
25852
|
+
type: integer
|
|
24425
25853
|
end_date:
|
|
24426
25854
|
description: Shows the last date of usage in the current month for all organizations.
|
|
24427
25855
|
format: date-time
|
|
@@ -24603,6 +26031,190 @@ components:
|
|
|
24603
26031
|
description: Shows the sum of all log events indexed over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
|
|
24604
26032
|
format: int64
|
|
24605
26033
|
type: integer
|
|
26034
|
+
indexed_points_agg_sum:
|
|
26035
|
+
description: Shows the sum of all indexed custom metrics points over all hours in the current month for all organizations.
|
|
26036
|
+
format: int64
|
|
26037
|
+
type: integer
|
|
26038
|
+
infra_cpu_agg_sum:
|
|
26039
|
+
description: |-
|
|
26040
|
+
Shows the sum of all Infrastructure vCPU cores over all hours in the current month for all organizations.
|
|
26041
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26042
|
+
format: int64
|
|
26043
|
+
type: integer
|
|
26044
|
+
infra_cpu_avg_sum:
|
|
26045
|
+
description: |-
|
|
26046
|
+
Shows the average of all Infrastructure vCPU cores over all hours in the current month for all organizations.
|
|
26047
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26048
|
+
format: int64
|
|
26049
|
+
type: integer
|
|
26050
|
+
infra_cpu_default_infra_host_vcpu_agent_agg_sum:
|
|
26051
|
+
description: |-
|
|
26052
|
+
Shows the sum of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
|
|
26053
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26054
|
+
format: int64
|
|
26055
|
+
type: integer
|
|
26056
|
+
infra_cpu_default_infra_host_vcpu_agent_avg_sum:
|
|
26057
|
+
description: |-
|
|
26058
|
+
Shows the average of all default Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
|
|
26059
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26060
|
+
format: int64
|
|
26061
|
+
type: integer
|
|
26062
|
+
infra_cpu_default_infra_host_vcpu_agent_basic_agg_sum:
|
|
26063
|
+
description: |-
|
|
26064
|
+
Shows the sum of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
|
|
26065
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26066
|
+
format: int64
|
|
26067
|
+
type: integer
|
|
26068
|
+
infra_cpu_default_infra_host_vcpu_agent_basic_avg_sum:
|
|
26069
|
+
description: |-
|
|
26070
|
+
Shows the average of all default basic Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
|
|
26071
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26072
|
+
format: int64
|
|
26073
|
+
type: integer
|
|
26074
|
+
infra_cpu_default_infra_host_vcpu_aws_agg_sum:
|
|
26075
|
+
description: |-
|
|
26076
|
+
Shows the sum of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
|
|
26077
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26078
|
+
format: int64
|
|
26079
|
+
type: integer
|
|
26080
|
+
infra_cpu_default_infra_host_vcpu_aws_avg_sum:
|
|
26081
|
+
description: |-
|
|
26082
|
+
Shows the average of all default Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
|
|
26083
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26084
|
+
format: int64
|
|
26085
|
+
type: integer
|
|
26086
|
+
infra_cpu_default_infra_host_vcpu_azure_agg_sum:
|
|
26087
|
+
description: |-
|
|
26088
|
+
Shows the sum of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
|
|
26089
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26090
|
+
format: int64
|
|
26091
|
+
type: integer
|
|
26092
|
+
infra_cpu_default_infra_host_vcpu_azure_avg_sum:
|
|
26093
|
+
description: |-
|
|
26094
|
+
Shows the average of all default Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
|
|
26095
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26096
|
+
format: int64
|
|
26097
|
+
type: integer
|
|
26098
|
+
infra_cpu_default_infra_host_vcpu_gcp_agg_sum:
|
|
26099
|
+
description: |-
|
|
26100
|
+
Shows the sum of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
|
|
26101
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26102
|
+
format: int64
|
|
26103
|
+
type: integer
|
|
26104
|
+
infra_cpu_default_infra_host_vcpu_gcp_avg_sum:
|
|
26105
|
+
description: |-
|
|
26106
|
+
Shows the average of all default Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
|
|
26107
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26108
|
+
format: int64
|
|
26109
|
+
type: integer
|
|
26110
|
+
infra_cpu_default_infra_host_vcpu_nutanix_agg_sum:
|
|
26111
|
+
description: |-
|
|
26112
|
+
Shows the sum of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
|
|
26113
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26114
|
+
format: int64
|
|
26115
|
+
type: integer
|
|
26116
|
+
infra_cpu_default_infra_host_vcpu_nutanix_avg_sum:
|
|
26117
|
+
description: |-
|
|
26118
|
+
Shows the average of all default Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
|
|
26119
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26120
|
+
format: int64
|
|
26121
|
+
type: integer
|
|
26122
|
+
infra_cpu_default_infra_host_vcpu_nutanix_basic_agg_sum:
|
|
26123
|
+
description: |-
|
|
26124
|
+
Shows the sum of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
|
|
26125
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26126
|
+
format: int64
|
|
26127
|
+
type: integer
|
|
26128
|
+
infra_cpu_default_infra_host_vcpu_nutanix_basic_avg_sum:
|
|
26129
|
+
description: |-
|
|
26130
|
+
Shows the average of all default basic Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
|
|
26131
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26132
|
+
format: int64
|
|
26133
|
+
type: integer
|
|
26134
|
+
infra_cpu_default_infra_host_vcpu_opentelemetry_agg_sum:
|
|
26135
|
+
description: |-
|
|
26136
|
+
Shows the sum of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
|
|
26137
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26138
|
+
format: int64
|
|
26139
|
+
type: integer
|
|
26140
|
+
infra_cpu_default_infra_host_vcpu_opentelemetry_avg_sum:
|
|
26141
|
+
description: |-
|
|
26142
|
+
Shows the average of all default Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
|
|
26143
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26144
|
+
format: int64
|
|
26145
|
+
type: integer
|
|
26146
|
+
infra_cpu_observed_infra_host_vcpu_agent_agg_sum:
|
|
26147
|
+
description: |-
|
|
26148
|
+
Shows the sum of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
|
|
26149
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26150
|
+
format: int64
|
|
26151
|
+
type: integer
|
|
26152
|
+
infra_cpu_observed_infra_host_vcpu_agent_avg_sum:
|
|
26153
|
+
description: |-
|
|
26154
|
+
Shows the average of all observed Infrastructure host vCPU cores reported by the Datadog Agent over all hours in the current month for all organizations.
|
|
26155
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26156
|
+
format: int64
|
|
26157
|
+
type: integer
|
|
26158
|
+
infra_cpu_observed_infra_host_vcpu_aws_agg_sum:
|
|
26159
|
+
description: |-
|
|
26160
|
+
Shows the sum of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
|
|
26161
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26162
|
+
format: int64
|
|
26163
|
+
type: integer
|
|
26164
|
+
infra_cpu_observed_infra_host_vcpu_aws_avg_sum:
|
|
26165
|
+
description: |-
|
|
26166
|
+
Shows the average of all observed Infrastructure host vCPU cores on AWS over all hours in the current month for all organizations.
|
|
26167
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26168
|
+
format: int64
|
|
26169
|
+
type: integer
|
|
26170
|
+
infra_cpu_observed_infra_host_vcpu_azure_agg_sum:
|
|
26171
|
+
description: |-
|
|
26172
|
+
Shows the sum of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
|
|
26173
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26174
|
+
format: int64
|
|
26175
|
+
type: integer
|
|
26176
|
+
infra_cpu_observed_infra_host_vcpu_azure_avg_sum:
|
|
26177
|
+
description: |-
|
|
26178
|
+
Shows the average of all observed Infrastructure host vCPU cores on Azure over all hours in the current month for all organizations.
|
|
26179
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26180
|
+
format: int64
|
|
26181
|
+
type: integer
|
|
26182
|
+
infra_cpu_observed_infra_host_vcpu_gcp_agg_sum:
|
|
26183
|
+
description: |-
|
|
26184
|
+
Shows the sum of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
|
|
26185
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26186
|
+
format: int64
|
|
26187
|
+
type: integer
|
|
26188
|
+
infra_cpu_observed_infra_host_vcpu_gcp_avg_sum:
|
|
26189
|
+
description: |-
|
|
26190
|
+
Shows the average of all observed Infrastructure host vCPU cores on GCP over all hours in the current month for all organizations.
|
|
26191
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26192
|
+
format: int64
|
|
26193
|
+
type: integer
|
|
26194
|
+
infra_cpu_observed_infra_host_vcpu_nutanix_agg_sum:
|
|
26195
|
+
description: |-
|
|
26196
|
+
Shows the sum of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
|
|
26197
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26198
|
+
format: int64
|
|
26199
|
+
type: integer
|
|
26200
|
+
infra_cpu_observed_infra_host_vcpu_nutanix_avg_sum:
|
|
26201
|
+
description: |-
|
|
26202
|
+
Shows the average of all observed Infrastructure host vCPU cores on Nutanix over all hours in the current month for all organizations.
|
|
26203
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26204
|
+
format: int64
|
|
26205
|
+
type: integer
|
|
26206
|
+
infra_cpu_observed_infra_host_vcpu_opentelemetry_agg_sum:
|
|
26207
|
+
description: |-
|
|
26208
|
+
Shows the sum of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
|
|
26209
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26210
|
+
format: int64
|
|
26211
|
+
type: integer
|
|
26212
|
+
infra_cpu_observed_infra_host_vcpu_opentelemetry_avg_sum:
|
|
26213
|
+
description: |-
|
|
26214
|
+
Shows the average of all observed Infrastructure host vCPU cores reported by OpenTelemetry over all hours in the current month for all organizations.
|
|
26215
|
+
Values are returned in millicores. Divide by 1,000 to convert to cores.
|
|
26216
|
+
format: int64
|
|
26217
|
+
type: integer
|
|
24606
26218
|
infra_edge_monitoring_devices_top99p_sum:
|
|
24607
26219
|
description: Shows the 99th percentile of all Edge Devices Monitoring devices over all hours in the current month for all organizations.
|
|
24608
26220
|
format: int64
|
|
@@ -24627,10 +26239,22 @@ components:
|
|
|
24627
26239
|
description: Shows the average number of storage management objects over all hours in the current month for all organizations.
|
|
24628
26240
|
format: int64
|
|
24629
26241
|
type: integer
|
|
26242
|
+
ingest_points_agg_sum:
|
|
26243
|
+
description: Shows the sum of all ingested custom metrics points over all hours in the current month for all organizations.
|
|
26244
|
+
format: int64
|
|
26245
|
+
type: integer
|
|
24630
26246
|
ingested_events_bytes_agg_sum:
|
|
24631
26247
|
description: Shows the sum of all log bytes ingested over all hours in the current month for all organizations.
|
|
24632
26248
|
format: int64
|
|
24633
26249
|
type: integer
|
|
26250
|
+
iot_apm_host_agg_sum:
|
|
26251
|
+
description: Shows the sum of all Application Performance Monitoring IoT hosts over all hours in the current month for all organizations.
|
|
26252
|
+
format: int64
|
|
26253
|
+
type: integer
|
|
26254
|
+
iot_apm_host_top99p_sum:
|
|
26255
|
+
description: Shows the 99th percentile of all Application Performance Monitoring IoT hosts over all hours in the current month for all organizations.
|
|
26256
|
+
format: int64
|
|
26257
|
+
type: integer
|
|
24634
26258
|
iot_device_agg_sum:
|
|
24635
26259
|
description: Shows the sum of all IoT devices over all hours in the current month for all organizations.
|
|
24636
26260
|
format: int64
|
|
@@ -24652,6 +26276,22 @@ components:
|
|
|
24652
26276
|
description: Shows the sum of all live logs bytes ingested over all hours in the current month for all organizations (data available as of December 1, 2020).
|
|
24653
26277
|
format: int64
|
|
24654
26278
|
type: integer
|
|
26279
|
+
llm_observability_15day_retention_spans_agg_sum:
|
|
26280
|
+
description: Shows the sum of all LLM Observability 15-day retention spans over all hours in the current month for all organizations.
|
|
26281
|
+
format: int64
|
|
26282
|
+
type: integer
|
|
26283
|
+
llm_observability_30day_retention_spans_agg_sum:
|
|
26284
|
+
description: Shows the sum of all LLM Observability 30-day retention spans over all hours in the current month for all organizations.
|
|
26285
|
+
format: int64
|
|
26286
|
+
type: integer
|
|
26287
|
+
llm_observability_60day_retention_spans_agg_sum:
|
|
26288
|
+
description: Shows the sum of all LLM Observability 60-day retention spans over all hours in the current month for all organizations.
|
|
26289
|
+
format: int64
|
|
26290
|
+
type: integer
|
|
26291
|
+
llm_observability_90day_retention_spans_agg_sum:
|
|
26292
|
+
description: Shows the sum of all LLM Observability 90-day retention spans over all hours in the current month for all organizations.
|
|
26293
|
+
format: int64
|
|
26294
|
+
type: integer
|
|
24655
26295
|
llm_observability_agg_sum:
|
|
24656
26296
|
description: Sum of all LLM observability sessions for all hours in the current month for all organizations.
|
|
24657
26297
|
format: int64
|
|
@@ -24660,8 +26300,16 @@ components:
|
|
|
24660
26300
|
description: Minimum spend for LLM observability sessions for all hours in the current month for all organizations.
|
|
24661
26301
|
format: int64
|
|
24662
26302
|
type: integer
|
|
26303
|
+
logs_archive_search_gb_scanned_agg_sum:
|
|
26304
|
+
description: Shows the sum of all Logs Archive Search scanned data over all hours in the current month for all organizations.
|
|
26305
|
+
format: int64
|
|
26306
|
+
type: integer
|
|
24663
26307
|
logs_by_retention:
|
|
24664
26308
|
$ref: "#/components/schemas/LogsByRetention"
|
|
26309
|
+
metric_names_agg_sum:
|
|
26310
|
+
description: Shows the sum of all custom metric names over all hours in the current month for all organizations.
|
|
26311
|
+
format: int64
|
|
26312
|
+
type: integer
|
|
24665
26313
|
mobile_rum_lite_session_count_agg_sum:
|
|
24666
26314
|
deprecated: true
|
|
24667
26315
|
description: Shows the sum of all mobile lite sessions over all hours in the current month for all organizations (To be deprecated on October 1st, 2024).
|
|
@@ -25006,6 +26654,10 @@ components:
|
|
|
25006
26654
|
description: Sum of the average number of Serverless Apps for Azure Web App instances in the current month for all organizations.
|
|
25007
26655
|
format: int64
|
|
25008
26656
|
type: integer
|
|
26657
|
+
serverless_apps_dsm_fargate_tasks_avg_sum:
|
|
26658
|
+
description: Sum of the average number of DSM Fargate ECS tasks monitored under Serverless Apps DSM in the current month for all organizations.
|
|
26659
|
+
format: int64
|
|
26660
|
+
type: integer
|
|
25009
26661
|
serverless_apps_ecs_avg_sum:
|
|
25010
26662
|
description: Sum of the average number of Serverless Apps for Elastic Container Service in the current month for all organizations.
|
|
25011
26663
|
format: int64
|
|
@@ -25062,10 +26714,26 @@ components:
|
|
|
25062
26714
|
description: Sum of the average number of Serverless Apps for Azure and Google Cloud in the current month for all organizations.
|
|
25063
26715
|
format: int64
|
|
25064
26716
|
type: integer
|
|
26717
|
+
siem_12mo_retention_agg_sum:
|
|
26718
|
+
description: Shows the sum of Cloud SIEM Indexed Logs (12-month retention) over all hours in the current month for all organizations.
|
|
26719
|
+
format: int64
|
|
26720
|
+
type: integer
|
|
26721
|
+
siem_6mo_retention_agg_sum:
|
|
26722
|
+
description: Shows the sum of Cloud SIEM Indexed Logs (6-month retention) over all hours in the current month for all organizations.
|
|
26723
|
+
format: int64
|
|
26724
|
+
type: integer
|
|
25065
26725
|
siem_analyzed_logs_add_on_count_agg_sum:
|
|
25066
26726
|
description: Shows the sum of all log events analyzed by Cloud SIEM over all hours in the current month for all organizations.
|
|
25067
26727
|
format: int64
|
|
25068
26728
|
type: integer
|
|
26729
|
+
snmp_device_count_agg_sum:
|
|
26730
|
+
description: Shows the sum of all Network Device Monitoring devices over all hours in the current month for all organizations.
|
|
26731
|
+
format: int64
|
|
26732
|
+
type: integer
|
|
26733
|
+
snmp_device_count_top99p_sum:
|
|
26734
|
+
description: Shows the 99th percentile of all Network Device Monitoring devices over all hours in the current month for all organizations.
|
|
26735
|
+
format: int64
|
|
26736
|
+
type: integer
|
|
25069
26737
|
start_date:
|
|
25070
26738
|
description: Shows the first date of usage in the current month for all organizations.
|
|
25071
26739
|
format: date-time
|
|
@@ -25116,6 +26784,7 @@ components:
|
|
|
25116
26784
|
format: int64
|
|
25117
26785
|
type: integer
|
|
25118
26786
|
type: object
|
|
26787
|
+
x-keep-typed-in-additional-properties: true
|
|
25119
26788
|
UsageSyntheticsAPIHour:
|
|
25120
26789
|
description: Number of Synthetics API tests run for each hour for a given organization.
|
|
25121
26790
|
properties:
|
|
@@ -26922,7 +28591,10 @@ paths:
|
|
|
26922
28591
|
- IP Ranges
|
|
26923
28592
|
/api/v1/api_key:
|
|
26924
28593
|
get:
|
|
26925
|
-
description:
|
|
28594
|
+
description: |-
|
|
28595
|
+
Get all API keys available for your account.
|
|
28596
|
+
|
|
28597
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
26926
28598
|
operationId: ListAPIKeys
|
|
26927
28599
|
responses:
|
|
26928
28600
|
"200":
|
|
@@ -26955,7 +28627,10 @@ paths:
|
|
|
26955
28627
|
permissions:
|
|
26956
28628
|
- api_keys_read
|
|
26957
28629
|
post:
|
|
26958
|
-
description:
|
|
28630
|
+
description: |-
|
|
28631
|
+
Creates an API key with a given name.
|
|
28632
|
+
|
|
28633
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
26959
28634
|
operationId: CreateAPIKey
|
|
26960
28635
|
requestBody:
|
|
26961
28636
|
content:
|
|
@@ -27006,7 +28681,10 @@ paths:
|
|
|
27006
28681
|
- api_keys_write
|
|
27007
28682
|
/api/v1/api_key/{key}:
|
|
27008
28683
|
delete:
|
|
27009
|
-
description:
|
|
28684
|
+
description: |-
|
|
28685
|
+
Delete a given API key.
|
|
28686
|
+
|
|
28687
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27010
28688
|
operationId: DeleteAPIKey
|
|
27011
28689
|
parameters:
|
|
27012
28690
|
- description: The specific API key you are working with.
|
|
@@ -27058,7 +28736,10 @@ paths:
|
|
|
27058
28736
|
permissions:
|
|
27059
28737
|
- api_keys_delete
|
|
27060
28738
|
get:
|
|
27061
|
-
description:
|
|
28739
|
+
description: |-
|
|
28740
|
+
Get a given API key.
|
|
28741
|
+
|
|
28742
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27062
28743
|
operationId: GetAPIKey
|
|
27063
28744
|
parameters:
|
|
27064
28745
|
- description: The specific API key you are working with.
|
|
@@ -27104,7 +28785,10 @@ paths:
|
|
|
27104
28785
|
permissions:
|
|
27105
28786
|
- api_keys_read
|
|
27106
28787
|
put:
|
|
27107
|
-
description:
|
|
28788
|
+
description: |-
|
|
28789
|
+
Edit an API key name.
|
|
28790
|
+
|
|
28791
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27108
28792
|
operationId: UpdateAPIKey
|
|
27109
28793
|
parameters:
|
|
27110
28794
|
- description: The specific API key you are working with.
|
|
@@ -27171,6 +28855,8 @@ paths:
|
|
|
27171
28855
|
description: |-
|
|
27172
28856
|
Get all application keys available for your Datadog account.
|
|
27173
28857
|
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
|
|
28858
|
+
|
|
28859
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27174
28860
|
operationId: ListApplicationKeys
|
|
27175
28861
|
responses:
|
|
27176
28862
|
"200":
|
|
@@ -27206,6 +28892,8 @@ paths:
|
|
|
27206
28892
|
description: |-
|
|
27207
28893
|
Create an application key with a given name.
|
|
27208
28894
|
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
|
|
28895
|
+
|
|
28896
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27209
28897
|
operationId: CreateApplicationKey
|
|
27210
28898
|
requestBody:
|
|
27211
28899
|
content:
|
|
@@ -27264,6 +28952,8 @@ paths:
|
|
|
27264
28952
|
description: |-
|
|
27265
28953
|
Delete a given application key.
|
|
27266
28954
|
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
|
|
28955
|
+
|
|
28956
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27267
28957
|
operationId: DeleteApplicationKey
|
|
27268
28958
|
parameters:
|
|
27269
28959
|
- description: The specific APP key you are working with.
|
|
@@ -27312,6 +29002,8 @@ paths:
|
|
|
27312
29002
|
description: |-
|
|
27313
29003
|
Get a given application key.
|
|
27314
29004
|
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
|
|
29005
|
+
|
|
29006
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27315
29007
|
operationId: GetApplicationKey
|
|
27316
29008
|
parameters:
|
|
27317
29009
|
- description: The specific APP key you are working with.
|
|
@@ -27360,6 +29052,8 @@ paths:
|
|
|
27360
29052
|
description: |-
|
|
27361
29053
|
Edit an application key name.
|
|
27362
29054
|
This endpoint is disabled for organizations in [One-Time Read mode](https://docs.datadoghq.com/account_management/api-app-keys/#one-time-read-mode).
|
|
29055
|
+
|
|
29056
|
+
**Note**: This endpoint is disabled for the Government sites (US1-FED and US2-FED). Use the [V2 Key Management](https://docs.datadoghq.com/api/latest/key-management/) endpoints instead.
|
|
27363
29057
|
operationId: UpdateApplicationKey
|
|
27364
29058
|
parameters:
|
|
27365
29059
|
- description: The specific APP key you are working with.
|
|
@@ -33471,6 +35165,10 @@ paths:
|
|
|
33471
35165
|
- `operator`: <, <=, >, >=, ==, or !=
|
|
33472
35166
|
- `#`: an integer or decimal number used to set the threshold
|
|
33473
35167
|
|
|
35168
|
+
To use a dynamic threshold on a metric monitor with a formula query, replace `#` with the `threshold` keyword
|
|
35169
|
+
(for example, `... > threshold`) and provide the threshold as a query via `critical_query` on `options.thresholds`.
|
|
35170
|
+
This feature is in preview.
|
|
35171
|
+
|
|
33474
35172
|
If you are using the `_change_` or `_pct_change_` time aggregator, instead use `change_aggr(time_aggr(time_window),
|
|
33475
35173
|
timeshift):space_aggr:metric{tags} [by {key}] operator #` with:
|
|
33476
35174
|
|
|
@@ -33994,7 +35692,7 @@ paths:
|
|
|
33994
35692
|
description: |-
|
|
33995
35693
|
Validate the monitor provided in the request.
|
|
33996
35694
|
|
|
33997
|
-
**Note**: Log monitors require an unscoped App Key.
|
|
35695
|
+
**Note**: Log monitors require an unscoped App Key and `logs_read_data` permission.
|
|
33998
35696
|
operationId: ValidateMonitor
|
|
33999
35697
|
requestBody:
|
|
34000
35698
|
content:
|
|
@@ -34354,7 +36052,10 @@ paths:
|
|
|
34354
36052
|
- monitors_read
|
|
34355
36053
|
/api/v1/monitor/{monitor_id}/validate:
|
|
34356
36054
|
post:
|
|
34357
|
-
description:
|
|
36055
|
+
description: |-
|
|
36056
|
+
Validate the monitor provided in the request.
|
|
36057
|
+
|
|
36058
|
+
**Note**: Log monitors require an unscoped App Key and `logs_read_data` permission.
|
|
34358
36059
|
operationId: ValidateExistingMonitor
|
|
34359
36060
|
parameters:
|
|
34360
36061
|
- description: The ID of the monitor
|
|
@@ -36111,7 +37812,8 @@ paths:
|
|
|
36111
37812
|
- slos_read
|
|
36112
37813
|
post:
|
|
36113
37814
|
description: |-
|
|
36114
|
-
Create an SLO
|
|
37815
|
+
Create an SLO correction. Use `slo_id` to apply the correction to a single SLO, or `slo_query` to apply the
|
|
37816
|
+
correction to SLOs that match a query. Exactly one of `slo_id` or `slo_query` is required.
|
|
36115
37817
|
operationId: CreateSLOCorrection
|
|
36116
37818
|
requestBody:
|
|
36117
37819
|
content:
|
|
@@ -36128,6 +37830,17 @@ paths:
|
|
|
36128
37830
|
start: 1600000000
|
|
36129
37831
|
timezone: UTC
|
|
36130
37832
|
type: correction
|
|
37833
|
+
slo_query:
|
|
37834
|
+
value:
|
|
37835
|
+
data:
|
|
37836
|
+
attributes:
|
|
37837
|
+
category: "Scheduled Maintenance"
|
|
37838
|
+
description: "Planned maintenance window for checkout services."
|
|
37839
|
+
end: 1600003600
|
|
37840
|
+
slo_query: "env:prod service:checkout"
|
|
37841
|
+
start: 1600000000
|
|
37842
|
+
timezone: UTC
|
|
37843
|
+
type: correction
|
|
36131
37844
|
schema:
|
|
36132
37845
|
$ref: "#/components/schemas/SLOCorrectionCreateRequest"
|
|
36133
37846
|
description: Create an SLO Correction
|
|
@@ -36287,6 +38000,17 @@ paths:
|
|
|
36287
38000
|
start: 1600000000
|
|
36288
38001
|
timezone: UTC
|
|
36289
38002
|
type: correction
|
|
38003
|
+
slo_query:
|
|
38004
|
+
value:
|
|
38005
|
+
data:
|
|
38006
|
+
attributes:
|
|
38007
|
+
category: "Scheduled Maintenance"
|
|
38008
|
+
description: "Updated correction for checkout services."
|
|
38009
|
+
end: 1600003600
|
|
38010
|
+
slo_query: "env:prod service:checkout"
|
|
38011
|
+
start: 1600000000
|
|
38012
|
+
timezone: UTC
|
|
38013
|
+
type: correction
|
|
36290
38014
|
schema:
|
|
36291
38015
|
$ref: "#/components/schemas/SLOCorrectionUpdateRequest"
|
|
36292
38016
|
description: The edited SLO correction object.
|
|
@@ -41497,6 +43221,13 @@ paths:
|
|
|
41497
43221
|
description: |-
|
|
41498
43222
|
Get all usage across your account.
|
|
41499
43223
|
|
|
43224
|
+
For SDK users only: all fields on `UsageSummaryResponse`, `UsageSummaryDate`, and
|
|
43225
|
+
`UsageSummaryDateOrg` are accessible through each object's `additionalProperties` map.
|
|
43226
|
+
Existing typed-field getters are unchanged. New billing dimensions will not have
|
|
43227
|
+
typed-field getters. Use
|
|
43228
|
+
[Get available fields for usage summary](https://docs.datadoghq.com/api/latest/usage-metering/#get-usage-summary-available-fields)
|
|
43229
|
+
to enumerate every available key at each response level.
|
|
43230
|
+
|
|
41500
43231
|
This endpoint is only accessible for [parent-level organizations](https://docs.datadoghq.com/account_management/multi_organization/).
|
|
41501
43232
|
operationId: GetUsageSummary
|
|
41502
43233
|
parameters:
|
|
@@ -42040,7 +43771,7 @@ paths:
|
|
|
42040
43771
|
operator: OR
|
|
42041
43772
|
permissions:
|
|
42042
43773
|
- user_access_invite
|
|
42043
|
-
|
|
43774
|
+
/api/v1/user/{user_handle}:
|
|
42044
43775
|
delete:
|
|
42045
43776
|
description: |-
|
|
42046
43777
|
Delete a user from an organization.
|