Skip to content
Merged
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.6",
"regenerated": "2024-11-15 19:35:16.522070",
"spec_repo_commit": "ad80112e"
"regenerated": "2024-11-18 20:16:47.715344",
"spec_repo_commit": "1939caa6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-15 19:35:16.540620",
"spec_repo_commit": "ad80112e"
"regenerated": "2024-11-18 20:16:47.733682",
"spec_repo_commit": "1939caa6"
}
}
}
29 changes: 25 additions & 4 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27189,6 +27189,7 @@ components:
security_monitoring_rules_read: Read Detection Rules.
security_monitoring_rules_write: Create and edit Detection Rules.
security_monitoring_signals_read: View Security Signals.
security_monitoring_signals_write: Edit Security Signals.
security_monitoring_suppressions_read: Read Rule Suppressions.
security_monitoring_suppressions_write: Write Rule Suppressions.
security_pipelines_read: View Security Pipelines.
Expand Down Expand Up @@ -40801,11 +40802,16 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- security_monitoring_rules_write
summary: Run a historical job
tags:
- Security Monitoring
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- security_monitoring_rules_write
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.

Please check the documentation regularly for updates.'
Expand Down Expand Up @@ -40835,11 +40841,16 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- security_monitoring_signals_write
summary: Convert a job result to a signal
tags:
- Security Monitoring
x-codegen-request-body-name: body
x-permission:
operator: OR
permissions:
- security_monitoring_signals_write
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.

Please check the documentation regularly for updates.'
Expand Down Expand Up @@ -40897,10 +40908,15 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- security_monitoring_rules_read
summary: Get a job's details
tags:
- Security Monitoring
x-permission:
operator: OR
permissions:
- security_monitoring_rules_read
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.

Please check the documentation regularly for updates.'
Expand Down Expand Up @@ -40928,10 +40944,15 @@ paths:
security:
- apiKeyAuth: []
appKeyAuth: []
- AuthZ: []
- AuthZ:
- security_monitoring_rules_write
summary: Cancel a historical job
tags:
- Security Monitoring
x-permission:
operator: OR
permissions:
- security_monitoring_rules_write
x-unstable: '**Note**: This endpoint is in beta and may be subject to changes.

Please check the documentation regularly for updates.'
Expand Down
Loading