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: packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11497,11 +11497,11 @@ export class SecurityMonitoringApi {
11497
11497
}
11498
11498
11499
11499
/**
11500
-
* Get a list of security findings that match a search query.
11500
+
* 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/).
11501
11501
*
11502
11502
* ### Query Syntax
11503
11503
*
11504
-
* 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.
11504
+
* 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.
11505
11505
*
11506
11506
* Example: `@severity:(critical OR high) @status:open team:platform`
11507
11507
* @param param The request object
@@ -12066,11 +12066,11 @@ export class SecurityMonitoringApi {
12066
12066
}
12067
12067
12068
12068
/**
12069
-
* Get a list of security findings that match a search query.
12069
+
* 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/).
12070
12070
*
12071
12071
* ### Query Syntax
12072
12072
*
12073
-
* 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.
12073
+
* 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.
12074
12074
*
12075
12075
* Example: `@severity:(critical OR high) @status:open team:platform`
0 commit comments