You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: When `true`, returns findings without a `framework_version` tag. Used for findings from custom frameworks or those created before framework versioning was introduced.
1354
+
in: query
1355
+
name: query_findings_without_framework_version
1356
+
required: false
1357
+
schema:
1358
+
default: false
1359
+
example: false
1360
+
type: boolean
1361
+
RuleBasedViewTo:
1362
+
description: Timestamp of the query end, in milliseconds since the Unix epoch.
1363
+
in: query
1364
+
name: to
1365
+
required: true
1366
+
schema:
1367
+
example: 1739982278000
1368
+
format: int64
1369
+
type: integer
1370
+
RuleBasedViewVersion:
1371
+
description: Version of the compliance framework to filter rules and findings by.
1372
+
in: query
1373
+
name: version
1374
+
required: false
1375
+
schema:
1376
+
example: "1"
1377
+
type: string
1317
1378
RuleId:
1318
1379
description: The ID of the rule.
1319
1380
in: path
@@ -60636,6 +60697,194 @@ components:
60636
60697
example: Deployments automated via Deployment Trains
60637
60698
type: string
60638
60699
type: object
60700
+
RuleBasedViewAttributes:
60701
+
description: Attributes of the rule-based view.
60702
+
properties:
60703
+
count:
60704
+
description: Total number of rules in the view.
60705
+
example: 1
60706
+
format: int64
60707
+
type: integer
60708
+
rules:
60709
+
$ref: "#/components/schemas/RuleBasedViewRules"
60710
+
required:
60711
+
- count
60712
+
- rules
60713
+
type: object
60714
+
RuleBasedViewComplianceFramework:
60715
+
description: Compliance framework mapping for a rule.
60716
+
properties:
60717
+
control:
60718
+
description: Identifier of the control inside the requirement.
60719
+
example: 164.308-a-4-i
60720
+
type: string
60721
+
framework:
60722
+
description: Handle of the compliance framework.
60723
+
example: hipaa
60724
+
type: string
60725
+
is_default:
60726
+
description: Whether the framework is a Datadog default framework. `true` indicates a Datadog framework and `false` indicates a custom framework.
60727
+
example: true
60728
+
type: boolean
60729
+
message:
60730
+
description: Optional message describing the framework mapping for the rule.
60731
+
example: ""
60732
+
type: string
60733
+
requirement:
60734
+
description: Name of the requirement that contains the control.
60735
+
example: Information-Access-Management
60736
+
type: string
60737
+
version:
60738
+
description: Version of the compliance framework.
60739
+
example: "1"
60740
+
type: string
60741
+
type: object
60742
+
RuleBasedViewComplianceFrameworks:
60743
+
description: List of compliance framework mappings associated with the rule.
summary: Get the rule-based view of compliance findings
95870
+
tags: ["Compliance"]
95871
+
"x-permission":
95872
+
operator: OR
95873
+
permissions:
95874
+
- security_monitoring_findings_read
95875
+
x-unstable: |-
95876
+
**Note**: This endpoint is in Preview and subject to change.
95877
+
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
95546
95878
/api/v2/container_images:
95547
95879
get:
95548
95880
description: |-
@@ -148009,6 +148341,12 @@ tags:
148009
148341
- description: |-
148010
148342
Retrieve and analyze code coverage data from Code Coverage. See the [Code Coverage page](https://docs.datadoghq.com/code_coverage/) for more information.
148011
148343
name: Code Coverage
148344
+
- description: |-
148345
+
Datadog Cloud Security Misconfigurations provides aggregated views of
148346
+
compliance rules and findings across your cloud resources, helping you assess
148347
+
posture against industry frameworks (such as HIPAA, SOC 2, ISO 27001) and custom
148348
+
frameworks. Learn more at https://docs.datadoghq.com/security/cloud_security_management/misconfigurations/#maintain-compliance-with-industry-frameworks-and-benchmarks.
148349
+
name: "Compliance"
148012
148350
- description: |-
148013
148351
Manage your Datadog Confluent Cloud integration accounts and account resources directly through the Datadog API. See the [Confluent Cloud page](https://docs.datadoghq.com/integrations/confluent_cloud/) for more information.
0 commit comments