Essentials.SourceCreatedId Property

Definition

Gets unique Id created by monitor service for each alert instance. This could be used to track the issue at the monitor service, in case of Nagios, Zabbix, SCOM etc.

[Newtonsoft.Json.JsonProperty(PropertyName="sourceCreatedId")]
public string SourceCreatedId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sourceCreatedId")>]
member this.SourceCreatedId : string
Public ReadOnly Property SourceCreatedId As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to