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
Copy file name to clipboardExpand all lines: services/security_monitoring/src/v2/SecurityMonitoringApi.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12040,11 +12040,11 @@ export class SecurityMonitoringApi {
12040
12040
}
12041
12041
12042
12042
/**
12043
-
* Get a list of security findings that match a search query.
12043
+
* Get a list of security findings that match a search query. [See the schema for security findings](https://docs.datadoghq.com/security/guide/findings-schema/).
12044
12044
*
12045
12045
* ### Query Syntax
12046
12046
*
12047
-
* This endpoint uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
12047
+
* This endpoint uses the logs query syntax. Findings attributes (living in the attributes.attributes. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
12048
12048
*
12049
12049
* Example: `@severity:(critical OR high) @status:open team:platform`
12050
12050
* @param param The request object
@@ -12606,11 +12606,11 @@ export class SecurityMonitoringApi {
12606
12606
}
12607
12607
12608
12608
/**
12609
-
* Get a list of security findings that match a search query.
12609
+
* Get a list of security findings that match a search query. [See the schema for security findings](https://docs.datadoghq.com/security/guide/findings-schema/).
12610
12610
*
12611
12611
* ### Query Syntax
12612
12612
*
12613
-
* The API uses the logs query syntax. Findings attributes (living in the custom. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
12613
+
* The API uses the logs query syntax. Findings attributes (living in the attributes.attributes. namespace) are prefixed by @ when queried. Tags are queried without a prefix.
12614
12614
*
12615
12615
* Example: `@severity:(critical OR high) @status:open team:platform`
0 commit comments