We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5c0c8 commit ad5dd8bCopy full SHA for ad5dd8b
api/cockpit/v1/cockpit_sdk.go
@@ -528,6 +528,12 @@ type PreconfiguredAlertData struct {
528
529
// DisplayDescription: human readable description of the alert.
530
DisplayDescription string `json:"display_description"`
531
+
532
+ // ProductName: product associated with the alert.
533
+ ProductName string `json:"product_name"`
534
535
+ // ProductFamily: family of the product associated with the alert.
536
+ ProductFamily string `json:"product_family"`
537
}
538
539
// ContactPointEmail: contact point email.
0 commit comments