You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps): bump @redocly/cli to 2.30.4 and postcss to 8.5.14 (#268223)
## Summary
Bump `@redocly/cli` to `2.30.4` and `postcss` to `8.5.14`.
---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
The alert identifiers. It is required only when `type` is `alert`. You can use an array of strings to add multiple alerts to a case, provided that they all relate to the same rule; `index` must also be an array with the same length or number of elements. Adding multiple alerts in this manner is recommended rather than calling the API multiple times. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
The alert indices. It is required only when `type` is `alert`. If you are adding multiple alerts to a case, use an array of strings; the position of each index name in the array must match the position of the corresponding alert identifier in the `alertId` array. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3191
+
oneOf:
3192
+
- type: string
3193
+
- type: array
3194
+
items:
3195
+
type: string
3196
+
maxItems: 1000
3197
+
x-state: Technical preview
3198
+
rule:
3199
+
title: Alerting rule
3200
+
description: |
3201
+
The rule that is associated with the alerts. It is required only when `type` is `alert`. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3202
+
type: object
3203
+
x-state: Technical preview
3204
+
properties:
3205
+
id:
3206
+
description: The rule identifier.
3207
+
type: string
3208
+
example: 94d80550-aaf4-11ec-985f-97e55adae8b9
3209
+
name:
3210
+
description: The rule name.
3211
+
type: string
3212
+
example: security_rule
3175
3213
add_alert_comment_request_properties:
3176
3214
title: Add case comment request properties for alerts
3177
3215
required:
@@ -3219,44 +3257,6 @@ components:
3219
3257
- comment
3220
3258
- owner
3221
3259
- type
3222
-
alert_identifiers:
3223
-
title: Alert identifiers
3224
-
description: |
3225
-
The alert identifiers. It is required only when `type` is `alert`. You can use an array of strings to add multiple alerts to a case, provided that they all relate to the same rule; `index` must also be an array with the same length or number of elements. Adding multiple alerts in this manner is recommended rather than calling the API multiple times. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
The alert indices. It is required only when `type` is `alert`. If you are adding multiple alerts to a case, use an array of strings; the position of each index name in the array must match the position of the corresponding alert identifier in the `alertId` array. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3238
-
oneOf:
3239
-
- type: string
3240
-
- type: array
3241
-
items:
3242
-
type: string
3243
-
maxItems: 1000
3244
-
x-state: Technical preview
3245
-
rule:
3246
-
title: Alerting rule
3247
-
description: |
3248
-
The rule that is associated with the alerts. It is required only when `type` is `alert`. This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features.
3249
-
type: object
3250
-
x-state: Technical preview
3251
-
properties:
3252
-
id:
3253
-
description: The rule identifier.
3254
-
type: string
3255
-
example: 94d80550-aaf4-11ec-985f-97e55adae8b9
3256
-
name:
3257
-
description: The rule name.
3258
-
type: string
3259
-
example: security_rule
3260
3260
add_case_comment_request:
3261
3261
title: Add case comment request
3262
3262
description: The add comment to case API request body varies depending on whether you are adding an alert or a comment.
0 commit comments