共用方式為


ServiceNewHealthReportEvent

服務健康情況報告已建立事件。

屬性

名稱 類型 必要
EventInstanceId 字串 (uuid)
Category 字串 No
TimeStamp 字串 (日期-時間)
HasCorrelatedEvents boolean No
ServiceId 字串 Yes
InstanceId 整數 (int64)
SourceId 字串
Property 字串
HealthState 字串 Yes
TimeToLiveMs 整數 (int64) Yes
SequenceNumber 整數 (int64)
Description 字串
RemoveWhenExpired boolean
SourceUtcTimestamp 字串 (日期-時間) Yes

EventInstanceId

類型:字串 (uuid)
必要:是

FabricEvent 實例的識別碼。


Category

類型:字串
必要:否

事件的類別。


TimeStamp

類型:字串 (日期時間)
必要:是

記錄時間事件。


HasCorrelatedEvents

類型:布林值
必要:否

顯示有現有的相關事件可供使用。


ServiceId

類型:字串
必要:是

服務的身分識別。 此識別碼是服務名稱的編碼標記法。 這會用於 REST API 來識別服務資源。 從 6.0 版開始,階層名稱會以 「~」 字元分隔。 例如,如果服務名稱是 "fabric:/myapp/app1/svc1",那麼在 6.0 以上的版本中,服務識別為 "myapp~app1~svc1",在舊版中則為 "myapp/app1/svc1"。


InstanceId

類型:整數 (int64)
必要:是

服務實例的識別碼。


SourceId

類型:字串
必要:是

報表來源的識別碼。


Property

類型:字串
必要:是

描述 屬性。


HealthState

類型:字串
必要:是

描述屬性健全狀況狀態。


TimeToLiveMs

類型:整數 (int64)
必要:是

存留時間以毫秒為單位。


SequenceNumber

類型:整數 (int64)
必要:是

報表的序號。


Description

類型:字串
必要:是

報表的描述。


RemoveWhenExpired

類型:布林值
必要:是

指出移除到期時。


SourceUtcTimestamp

類型:字串 (日期時間)
必要:是

來源時間。