structure Identified
This commit is contained in:
parent
3f5d29a63a
commit
17db6c418b
@ -41,17 +41,17 @@ type alertmanagerStruct struct {
|
||||
TruncatedAlerts int `json:"truncatedAlerts"`
|
||||
Status string `json:"status"`
|
||||
Receiver string `json:"receiver"`
|
||||
GroupLabels string `json:"groupLabels"`
|
||||
ComminLabels string `json:"commonLabels"`
|
||||
CommonAnnotations string `json:"commonAnnotations"`
|
||||
GroupLabels map[string]string `json:"groupLabels"`
|
||||
ComminLabels map[string]string `json:"commonLabels"`
|
||||
CommonAnnotations map[string]string `json:"commonAnnotations"`
|
||||
ExternalURL string `json:"externalURL"`
|
||||
Alerts []alertmanagerAlertsStruct `json:"alerts"`
|
||||
}
|
||||
|
||||
type alertmanagerAlertsStruct struct {
|
||||
Status string `json:"status"`
|
||||
Labels string `json:"labels"`
|
||||
Annotations string `json:"annotations"`
|
||||
Labels map[string]string `json:"labels"`
|
||||
Annotations map[string]string `json:"annotations"`
|
||||
StartsAt string `json:"startsAt"`
|
||||
EndsAt string `json:"endsAt"`
|
||||
GeneratorURL string `json:"generatorURL"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user