File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
packages_generated/cockpit/src/v1 Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,8 @@ const unmarshalPreconfiguredAlertData = (
282282 displayDescription : data . display_description ,
283283 displayName : data . display_name ,
284284 preconfiguredRuleId : data . preconfigured_rule_id ,
285+ productFamily : data . product_family ,
286+ productName : data . product_name ,
285287 } as PreconfiguredAlertData
286288}
287289
Original file line number Diff line number Diff line change @@ -64,6 +64,14 @@ export interface PreconfiguredAlertData {
6464 * Human readable description of the alert.
6565 */
6666 displayDescription : string
67+ /**
68+ * Product associated with the alert.
69+ */
70+ productName : string
71+ /**
72+ * Family of the product associated with the alert.
73+ */
74+ productFamily : string
6775}
6876
6977export interface ContactPointEmail {
You can’t perform that action at this time.
0 commit comments