Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.35 KB

CreateAlertPayloadAllOf.md

File metadata and controls

19 lines (15 loc) · 1.35 KB

CreateAlertPayloadAllOf

Properties

Name Type Description Notes
message str Message of the alert
alias str Client-defined identifier of the alert, that is also the key element of alert deduplication. [optional]
description str Description field of the alert that is generally used to provide a detailed information about the alert. [optional]
responders list[Recipient] Responders that the alert will be routed to send notifications [optional]
visible_to list[Recipient] Teams and users that the alert will become visible to without sending any notification [optional]
actions list[str] Custom actions that will be available for the alert [optional]
tags list[str] Tags of the alert [optional]
details dict(str, str) Map of key-value pairs to use as custom properties of the alert [optional]
entity str Entity field of the alert that is generally used to specify which domain alert is related to [optional]
priority str Priority level of the alert [optional]

[Back to Model list] [Back to API list] [Back to README]