Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.1",
"regenerated": "2022-01-18 11:51:58.575036",
"spec_repo_commit": "5808ab7"
"regenerated": "2022-01-20 10:34:27.935708",
"spec_repo_commit": "764e4f4"
},
"v2": {
"apigentools_version": "1.6.1",
"regenerated": "2022-01-18 11:51:58.597917",
"spec_repo_commit": "5808ab7"
"regenerated": "2022-01-20 10:34:27.962445",
"spec_repo_commit": "764e4f4"
}
}
}
36 changes: 19 additions & 17 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4710,7 +4710,7 @@ components:
type: string
name:
description: The name of the rule.
example: My security monitoring rule.
example: My Cloud SIEM rule.
type: string
options:
$ref: '#/components/schemas/SecurityMonitoringRuleOptions'
Expand Down Expand Up @@ -8888,7 +8888,7 @@ paths:
- security_monitoring_filters_read
summary: Get all security filters
tags:
- Security Monitoring
- Cloud SIEM
x-undo:
type: safe
post:
Expand Down Expand Up @@ -8928,7 +8928,7 @@ paths:
- security_monitoring_filters_write
summary: Create a security filter
tags:
- Security Monitoring
- Cloud SIEM
x-codegen-request-body-name: body
x-given:
security_filter:
Expand Down Expand Up @@ -8969,7 +8969,7 @@ paths:
- security_monitoring_filters_write
summary: Delete a security filter
tags:
- Security Monitoring
- Cloud SIEM
x-undo:
type: idempotent
get:
Expand Down Expand Up @@ -9002,7 +9002,7 @@ paths:
- security_monitoring_filters_read
summary: Get a security filter
tags:
- Security Monitoring
- Cloud SIEM
x-undo:
type: safe
patch:
Expand Down Expand Up @@ -9043,7 +9043,7 @@ paths:
- security_monitoring_filters_write
summary: Update a security filter
tags:
- Security Monitoring
- Cloud SIEM
x-codegen-request-body-name: body
x-undo:
type: idempotent
Expand Down Expand Up @@ -9072,7 +9072,7 @@ paths:
- security_monitoring_rules_read
summary: List rules
tags:
- Security Monitoring
- Cloud SIEM
x-menu-order: 1
x-undo:
type: safe
Expand Down Expand Up @@ -9105,7 +9105,7 @@ paths:
- security_monitoring_rules_write
summary: Create a detection rule
tags:
- Security Monitoring
- Cloud SIEM
x-codegen-request-body-name: body
x-given:
security_rule:
Expand Down Expand Up @@ -9149,7 +9149,7 @@ paths:
- security_monitoring_rules_write
summary: Delete an existing rule
tags:
- Security Monitoring
- Cloud SIEM
x-menu-order: 5
x-undo:
type: idempotent
Expand All @@ -9176,7 +9176,7 @@ paths:
- security_monitoring_rules_read
summary: Get a rule's details
tags:
- Security Monitoring
- Cloud SIEM
x-menu-order: 3
x-undo:
type: safe
Expand Down Expand Up @@ -9221,7 +9221,7 @@ paths:
- security_monitoring_rules_write
summary: Update an existing rule
tags:
- Security Monitoring
- Cloud SIEM
x-codegen-request-body-name: body
x-menu-order: 4
x-undo:
Expand Down Expand Up @@ -9303,7 +9303,7 @@ paths:
- security_monitoring_signals_read
summary: Get a quick list of security signals
tags:
- Security Monitoring
- Cloud SIEM
x-menu-order: 7
x-undo:
type: safe
Expand Down Expand Up @@ -9344,7 +9344,7 @@ paths:
- security_monitoring_signals_read
summary: Get a list of security signals
tags:
- Security Monitoring
- Cloud SIEM
x-codegen-request-body-name: body
x-menu-order: 6
x-undo:
Expand Down Expand Up @@ -10501,6 +10501,12 @@ servers:
default: api
description: The subdomain where the API is deployed.
tags:
- description: '**Note**: Datadog Security Monitoring is now [Datadog Cloud SIEM](https://docs.datadoghq.com/security_platform/cloud_siem/).

Detection rules for generating signals and listing of generated

signals.'
name: Cloud SIEM
- description: Workload activity security rules for generating events using the Datadog
security Agent.
name: Cloud Workload Security
Expand Down Expand Up @@ -10573,10 +10579,6 @@ tags:

[Pipelines page](https://app.datadoghq.com/logs/pipelines).'
name: Roles
- description: 'Detection rules for generating signals and listing of generated

signals.'
name: Security Monitoring
- description: Create, edit, and disable service accounts.
name: Service Accounts
- description: Create, edit, and disable users.
Expand Down
Loading