Skip to content

Commit 9c69df1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 32f7494 of spec repo (#169)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent e83385c commit 9c69df1

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.4.1.dev8",
7-
"regenerated": "2021-06-03 12:21:48.506020",
8-
"spec_repo_commit": "379360f"
7+
"regenerated": "2021-06-03 13:26:59.712990",
8+
"spec_repo_commit": "32f7494"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-03 12:22:38.149329",
13-
"spec_repo_commit": "379360f"
12+
"regenerated": "2021-06-03 13:27:47.505090",
13+
"spec_repo_commit": "32f7494"
1414
}
1515
}
1616
}

docs/v2/SecurityMonitoringApi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Method | HTTP request | Description
2121
## **createSecurityFilter**
2222
> SecurityFilterResponse createSecurityFilter(body)
2323
24-
Create a security filter.
24+
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.
2525

2626
### Example
2727

@@ -314,7 +314,7 @@ Name | Type | Description | Notes
314314
## **getSecurityFilter**
315315
> SecurityFilterResponse getSecurityFilter()
316316
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.
318318

319319
### Example
320320

packages/datadog-api-client-v2/apis/SecurityMonitoringApi.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { SecurityMonitoringSignalsSort } from '../models/SecurityMonitoringSigna
2727
export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
2828

2929
/**
30-
* Create a security filter.
30+
* 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.
3131
* Create a security filter
3232
* @param body The definition of the new security filter.
3333
*/
@@ -227,7 +227,7 @@ export class SecurityMonitoringApiRequestFactory extends BaseAPIRequestFactory {
227227
}
228228

229229
/**
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.
231231
* Get a security filter
232232
* @param securityFilterId The ID of the security filter.
233233
*/

packages/datadog-api-client-v2/types/ObjectParamAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ export class ObjectSecurityMonitoringApi {
22892289
}
22902290

22912291
/**
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.
22932293
* Create a security filter
22942294
* @param param the request object
22952295
*/
@@ -2325,7 +2325,7 @@ export class ObjectSecurityMonitoringApi {
23252325
}
23262326

23272327
/**
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.
23292329
* Get a security filter
23302330
* @param param the request object
23312331
*/

packages/datadog-api-client-v2/types/ObservableAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2287,7 +2287,7 @@ export class ObservableSecurityMonitoringApi {
22872287
}
22882288

22892289
/**
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.
22912291
* Create a security filter
22922292
* @param body The definition of the new security filter.
22932293
*/
@@ -2383,7 +2383,7 @@ export class ObservableSecurityMonitoringApi {
23832383
}
23842384

23852385
/**
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.
23872387
* Get a security filter
23882388
* @param securityFilterId The ID of the security filter.
23892389
*/

packages/datadog-api-client-v2/types/PromiseAPI.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,7 +1314,7 @@ export class PromiseSecurityMonitoringApi {
13141314
}
13151315

13161316
/**
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.
13181318
* Create a security filter
13191319
* @param body The definition of the new security filter.
13201320
*/
@@ -1354,7 +1354,7 @@ export class PromiseSecurityMonitoringApi {
13541354
}
13551355

13561356
/**
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.
13581358
* Get a security filter
13591359
* @param securityFilterId The ID of the security filter.
13601360
*/

0 commit comments

Comments
 (0)