Skip to content

Commit 2e86ac0

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 32f7494 of spec repo (#469)
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 155c505 commit 2e86ac0

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
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:20:51.193086",
8-
"spec_repo_commit": "379360f"
7+
"regenerated": "2021-06-03 13:25:47.765843",
8+
"spec_repo_commit": "32f7494"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev8",
12-
"regenerated": "2021-06-03 12:21:18.028212",
13-
"spec_repo_commit": "379360f"
12+
"regenerated": "2021-06-03 13:26:15.195359",
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
@@ -23,7 +23,7 @@ Method | HTTP request | Description
2323
2424
Create a security filter
2525

26-
Create a security filter.
26+
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.
2727

2828
### Example
2929

@@ -355,7 +355,7 @@ void (empty response body)
355355
356356
Get a security filter
357357

358-
Get the details of a specific security filter.
358+
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.
359359

360360
### Example
361361

src/datadog_api_client/v2/api/security_monitoring_api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def __init__(self, api_client=None):
533533
def create_security_filter(self, body, **kwargs):
534534
"""Create a security filter # noqa: E501
535535
536-
Create a security filter. # noqa: E501
536+
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. # noqa: E501
537537
This method makes a synchronous HTTP request by default. To make an
538538
asynchronous HTTP request, please pass async_req=True
539539
@@ -705,7 +705,7 @@ def delete_security_monitoring_rule(self, rule_id, **kwargs):
705705
def get_security_filter(self, security_filter_id, **kwargs):
706706
"""Get a security filter # noqa: E501
707707
708-
Get the details of a specific security filter. # noqa: E501
708+
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. # noqa: E501
709709
This method makes a synchronous HTTP request by default. To make an
710710
asynchronous HTTP request, please pass async_req=True
711711

src/datadog_api_client/v2/openapi.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7573,7 +7573,12 @@ paths:
75737573
x-undo:
75747574
type: safe
75757575
post:
7576-
description: Create a security filter.
7576+
description: 'Create a security filter.
7577+
7578+
7579+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
7580+
7581+
for more examples.'
75777582
operationId: CreateSecurityFilter
75787583
requestBody:
75797584
content:
@@ -7645,7 +7650,12 @@ paths:
76457650
x-undo:
76467651
type: idempotent
76477652
get:
7648-
description: Get the details of a specific security filter.
7653+
description: 'Get the details of a specific security filter.
7654+
7655+
7656+
See the [security filter guide](https://docs.datadoghq.com/security_platform/guide/how-to-setup-security-filters-using-security-monitoring-api/)
7657+
7658+
for more examples.'
76497659
operationId: GetSecurityFilter
76507660
parameters:
76517661
- $ref: '#/components/parameters/SecurityFilterID'

0 commit comments

Comments
 (0)