From af15a08791fa9e71f7baa42d34e5e4084fbcf476 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 18 Nov 2024 20:17:14 +0000 Subject: [PATCH] Regenerate client from commit 1939caa6 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v2/openapi.yaml | 29 +++++++++++++++++++++++++---- 2 files changed, 29 insertions(+), 8 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index 184c3e41fa5a..957b427934a0 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -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" } } } \ No newline at end of file diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4f1a562ac597..4b6b5ea52976 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -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. @@ -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.' @@ -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.' @@ -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.' @@ -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.'