File tree Expand file tree Collapse file tree
src/main/java/com/datadog/api/client/v2/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135020,7 +135020,9 @@ paths:
135020135020 **Note**: This endpoint is in preview and is subject to change.
135021135021 If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
135022135022 post:
135023- description: Trigger a new Bits AI investigation based on a monitor alert.
135023+ description: |-
135024+ Trigger a new Bits AI investigation based on a monitor alert.
135025+ The `monitors_read` permission is also required when the trigger type is `monitor_alert_trigger`.
135024135026 operationId: TriggerInvestigation
135025135027 requestBody:
135026135028 content:
@@ -135069,14 +135071,16 @@ paths:
135069135071 appKeyAuth: []
135070135072 - AuthZ:
135071135073 - bits_investigations_write
135074+ - monitors_read
135072135075 summary: Trigger a Bits AI investigation
135073135076 tags:
135074135077 - Bits AI
135075135078 x-codegen-request-body-name: body
135076135079 "x-permission":
135077- operator: OR
135080+ operator: AND
135078135081 permissions:
135079135082 - bits_investigations_write
135083+ - monitors_read
135080135084 x-unstable: |-
135081135085 **Note**: This endpoint is in preview and is subject to change.
135082135086 If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
Original file line number Diff line number Diff line change @@ -507,7 +507,8 @@ public CompletableFuture<TriggerInvestigationResponse> triggerInvestigationAsync
507507 }
508508
509509 /**
510- * Trigger a new Bits AI investigation based on a monitor alert.
510+ * Trigger a new Bits AI investigation based on a monitor alert. The <code>monitors_read</code>
511+ * permission is also required when the trigger type is <code>monitor_alert_trigger</code>.
511512 *
512513 * @param body Trigger investigation request body. (required)
513514 * @return ApiResponse<TriggerInvestigationResponse>
You can’t perform that action at this time.
0 commit comments