Skip to content

Commit

Permalink
Regenerate client from commit d0dd195e of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 15, 2024
1 parent bcd3575 commit 3dc5800
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 8 deletions.
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-14 18:22:37.838131",
"spec_repo_commit": "f35f7750"
"regenerated": "2024-11-15 13:21:37.604271",
"spec_repo_commit": "d0dd195e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-14 18:22:37.856675",
"spec_repo_commit": "f35f7750"
"regenerated": "2024-11-15 13:21:37.623915",
"spec_repo_commit": "d0dd195e"
}
}
}
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

0 comments on commit 3dc5800

Please sign in to comment.