Skip to content

Commit 02091f1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 2f072b0 of spec repo (#746)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent c1f21f3 commit 02091f1

13 files changed

+32
-84
lines changed

.apigentools-info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"spec_repo_commit": "d1e8471"
1414
}
1515
}
16-
}
16+
}

.generator/schemas/v2/openapi.yaml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4695,8 +4695,6 @@ components:
46954695
SecurityMonitoringRuleQuery:
46964696
description: Query for matching rule.
46974697
properties:
4698-
agentRule:
4699-
$ref: '#/components/schemas/SecurityMonitoringRuntimeAgentRule'
47004698
aggregation:
47014699
$ref: '#/components/schemas/SecurityMonitoringRuleQueryAggregation'
47024700
distinctFields:
@@ -4741,8 +4739,6 @@ components:
47414739
SecurityMonitoringRuleQueryCreate:
47424740
description: Query for matching rule.
47434741
properties:
4744-
agentRule:
4745-
$ref: '#/components/schemas/SecurityMonitoringRuntimeAgentRule'
47464742
aggregation:
47474743
$ref: '#/components/schemas/SecurityMonitoringRuleQueryAggregation'
47484744
distinctFields:
@@ -4925,24 +4921,6 @@ components:
49254921
maximum: 2147483647
49264922
type: integer
49274923
type: object
4928-
SecurityMonitoringRuntimeAgentRule:
4929-
description: The Agent rule.
4930-
properties:
4931-
agentRuleId:
4932-
description: The Agent rule ID. Must be unique within the rule.
4933-
example: etc_shadow
4934-
type: string
4935-
expression:
4936-
description: 'A Runtime Security expression determines what activity should
4937-
be collected by the Datadog Agent.
4938-
4939-
These logical expressions can use predefined operators and attributes.
4940-
Tags cannot be used in Runtime
4941-
4942-
Security expressions. Instead, allow or deny based on tags under the advanced
4943-
option.'
4944-
type: string
4945-
type: object
49464924
SecurityMonitoringSignal:
49474925
description: Object description of a security signal.
49484926
properties:

docs/v2/README.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v2/SecurityMonitoringApi.md

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v2/SecurityMonitoringRuleQuery.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/v2/SecurityMonitoringRuleQueryCreate.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/v2/security-monitoring/CreateSecurityMonitoringRule_498211763.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
from datadog_api_client.v2.model.security_monitoring_rule_query_create import SecurityMonitoringRuleQueryCreate
2121
from datadog_api_client.v2.model.security_monitoring_rule_severity import SecurityMonitoringRuleSeverity
2222
from datadog_api_client.v2.model.security_monitoring_rule_type_create import SecurityMonitoringRuleTypeCreate
23-
from datadog_api_client.v2.model.security_monitoring_runtime_agent_rule import SecurityMonitoringRuntimeAgentRule
2423

2524
body = SecurityMonitoringRuleCreatePayload(
2625
name="Example-Create_a_detection_rule_with_type_workload_security_returns_OK_response",
@@ -31,10 +30,6 @@
3130
group_by_fields=[],
3231
distinct_fields=[],
3332
metric="",
34-
agent_rule=SecurityMonitoringRuntimeAgentRule(
35-
agent_rule_id="kernel_module_unlink_2",
36-
expression="(open.flags & ((O_CREAT|O_RDWR|O_WRONLY|O_TRUNC)) > 0)",
37-
),
3833
)
3934
],
4035
filters=[],

src/datadog_api_client/v2/model/security_monitoring_rule_query.py

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/model/security_monitoring_rule_query_create.py

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/datadog_api_client/v2/models/__init__.py

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)