diff --git a/data/api/v2/full_spec.yaml b/data/api/v2/full_spec.yaml index b3796c124c7..f3bb89d58be 100644 --- a/data/api/v2/full_spec.yaml +++ b/data/api/v2/full_spec.yaml @@ -125189,7 +125189,10 @@ paths: If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). /api/v2/compliance_findings/rule_based_view: get: + deprecated: true description: |- + **This endpoint is deprecated.** Use the [Security Monitoring - Search Security Findings](https://docs.datadoghq.com/api/latest/security-monitoring/search-security-findings/) endpoint instead. + Get an aggregated view of compliance rules with their pass, fail, and muted finding counts. Supports filtering by compliance framework, framework version, and additional query filters. operationId: GetRuleBasedView @@ -125268,6 +125271,7 @@ paths: operator: OR permissions: - security_monitoring_findings_read + x-sunset: "2027-06-26" x-unstable: |- **Note**: This endpoint is in Preview and subject to change. If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/). diff --git a/data/api/v2/translate_actions.json b/data/api/v2/translate_actions.json index 6cdc3361f06..3c4d6691760 100644 --- a/data/api/v2/translate_actions.json +++ b/data/api/v2/translate_actions.json @@ -1128,7 +1128,7 @@ "request_schema_description": "Request object for getting code coverage summary for a commit." }, "GetRuleBasedView": { - "description": "Get an aggregated view of compliance rules with their pass, fail, and muted finding counts.\nSupports filtering by compliance framework, framework version, and additional query filters.", + "description": "**This endpoint is deprecated.** Use the [Security Monitoring - Search Security Findings](https://docs.datadoghq.com/api/latest/security-monitoring/search-security-findings/) endpoint instead.\n\nGet an aggregated view of compliance rules with their pass, fail, and muted finding counts.\nSupports filtering by compliance framework, framework version, and additional query filters.", "summary": "Get the rule-based view of compliance findings" }, "ListContainerImages": {