Skip to content

Commit

Permalink
Regenerate client from commit 1939caa6 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Nov 18, 2024
1 parent 018c9f3 commit 77cfa53
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-15 19:35:10.102953",
"spec_repo_commit": "ad80112e"
"regenerated": "2024-11-18 20:16:41.226338",
"spec_repo_commit": "1939caa6"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-11-15 19:35:10.121640",
"spec_repo_commit": "ad80112e"
"regenerated": "2024-11-18 20:16:41.245434",
"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

0 comments on commit 77cfa53

Please sign in to comment.