Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 714 Bytes

NotificationSchema.md

File metadata and controls

31 lines (17 loc) · 714 Bytes

Alertmanager.NotificationSchema

Properties

Name Type Description Notes
clientUuid String Notification Client UUID
createdAt Date [optional]
events [String] List of notification events [optional]
firstEvent Date [optional]
id String Id
retries Number Quantity notification retries [optional]
status String Notification status
updatedAt Date [optional]

Enum: StatusEnum

  • Queued (value: "Queued")

  • Processing (value: "Processing")

  • Failed (value: "Failed")

  • Success (value: "Success")