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
Create a security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
25
25
26
26
### Example
27
27
@@ -314,7 +314,7 @@ Name | Type | Description | Notes
314
314
## **getSecurityFilter**
315
315
> SecurityFilterResponse getSecurityFilter()
316
316
317
-
Get the details of a specific security filter.
317
+
Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
* Create a security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
31
31
* Create a security filter
32
32
* @param body The definition of the new security filter.
33
33
*/
@@ -227,7 +227,7 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
227
227
}
228
228
229
229
/**
230
-
* Get the details of a specific security filter.
230
+
* Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
231
231
* Get a security filter
232
232
* @param securityFilterId The ID of the security filter.
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v2/types/ObjectParamAPI.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2289,7 +2289,7 @@ export class ObjectSecurityMonitoringApi {
2289
2289
}
2290
2290
2291
2291
/**
2292
-
* Create a security filter.
2292
+
* Create a security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
2293
2293
* Create a security filter
2294
2294
* @param param the request object
2295
2295
*/
@@ -2325,7 +2325,7 @@ export class ObjectSecurityMonitoringApi {
2325
2325
}
2326
2326
2327
2327
/**
2328
-
* Get the details of a specific security filter.
2328
+
* Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v2/types/ObservableAPI.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2287,7 +2287,7 @@ export class ObservableSecurityMonitoringApi {
2287
2287
}
2288
2288
2289
2289
/**
2290
-
* Create a security filter.
2290
+
* Create a security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
2291
2291
* Create a security filter
2292
2292
* @param body The definition of the new security filter.
2293
2293
*/
@@ -2383,7 +2383,7 @@ export class ObservableSecurityMonitoringApi {
2383
2383
}
2384
2384
2385
2385
/**
2386
-
* Get the details of a specific security filter.
2386
+
* Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
2387
2387
* Get a security filter
2388
2388
* @param securityFilterId The ID of the security filter.
Copy file name to clipboardExpand all lines: packages/datadog-api-client-v2/types/PromiseAPI.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1314,7 +1314,7 @@ export class PromiseSecurityMonitoringApi {
1314
1314
}
1315
1315
1316
1316
/**
1317
-
* Create a security filter.
1317
+
* Create a security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
1318
1318
* Create a security filter
1319
1319
* @param body The definition of the new security filter.
1320
1320
*/
@@ -1354,7 +1354,7 @@ export class PromiseSecurityMonitoringApi {
1354
1354
}
1355
1355
1356
1356
/**
1357
-
* Get the details of a specific security filter.
1357
+
* Get the details of a specific security filter. See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/) for more examples.
1358
1358
* Get a security filter
1359
1359
* @param securityFilterId The ID of the security filter.
0 commit comments