Documentation ¶
Overview ¶
Package alerts contains a client to query RBFS alerts
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alert ¶
type Alert struct { // AlertName holds the alert rule name AlertName string `json:"name"` // Summary holds the alert summary. Summary string `json:"summary"` // Level holds the alert level. Level int `json:"level"` // DateCreated holds the alert creation time. DateCreated time.Time `json:"date_created"` }
Alert describes a single switch alert.
Click to show internal directories.
Click to hide internal directories.