Skip to content

Commit ad5dd8b

Browse files
authored
feat(cockpit): add product and family fields in alert listing (scaleway#2570)
1 parent 9a5c0c8 commit ad5dd8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

api/cockpit/v1/cockpit_sdk.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,12 @@ type PreconfiguredAlertData struct {
528528

529529
// DisplayDescription: human readable description of the alert.
530530
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"`
531537
}
532538

533539
// ContactPointEmail: contact point email.

0 commit comments

Comments
 (0)