rancher 2 webhook 格式

{

"version":"4",

"groupKey":<string>,

"status":"<resolved|firimg>",

"receiver":<string>,

"groupLabels":<object>,

"commonLabels":<object>,

"commonAnngtations":<object>,

"externalURL":<string>,

"alerts":[

 {

 "labels":<object>,

  "annotations":<object>,

  "startsAt":"<rfc3339>",

  "endsAt":"<rfc3339>"

},

...

]

}

猜你喜欢

转载自www.cnblogs.com/net2817/p/9089463.html