ApplicationContainerInstanceExitedEvent
容器 Exited 事件。
屬性
名稱 | 類型 | 必要 |
---|---|---|
EventInstanceId |
字串 (uuid) | 是 |
Category |
字串 | No |
TimeStamp |
字串 (日期-時間) | 是 |
HasCorrelatedEvents |
boolean | No |
ApplicationId |
字串 | 是 |
ServiceName |
字串 | 是 |
ServicePackageName |
字串 | 是 |
ServicePackageActivationId |
字串 | 是 |
IsExclusive |
boolean | 是 |
CodePackageName |
字串 | 是 |
EntryPointType |
字串 | 是 |
ImageName |
字串 | 是 |
ContainerName |
字串 | 是 |
HostId |
字串 | Yes |
ExitCode |
整數 (int64) | 是 |
UnexpectedTermination |
boolean | 是 |
StartTime |
字串 (日期-時間) | Yes |
EventInstanceId
類型:字串 (uuid)
必要:是
FabricEvent 實例的識別碼。
Category
類型:字串
必要:否
事件的類別。
TimeStamp
類型:字串 (日期時間)
必要:是
記錄時間事件。
HasCorrelatedEvents
類型:布林值
必要:否
顯示有現有的相關事件可供使用。
ApplicationId
類型:字串
必要:是
應用程式的身分識別。 這是應用程式名稱的編碼標記法。 這會用於 REST API,以識別應用程式資源。
從 6.0 版開始,階層名稱會以 「~」 字元分隔。 例如,如果應用程式名稱是 "fabric:/myapp/app1",則應用程式識別在 6.0+ 中會是 "myapp~app1",而在舊版中會是 "myapp/app1"。
ServiceName
類型:字串
必要:是
服務名稱。
ServicePackageName
類型:字串
必要:是
服務套件的名稱。
ServicePackageActivationId
類型:字串
必要:是
服務套件的啟用識別碼。
IsExclusive
類型:布林值
必要:是
表示 IsExclusive 旗標。
CodePackageName
類型:字串
必要:是
程式碼套件的名稱。
EntryPointType
類型:字串
必要:是
EntryPoint 的類型。
ImageName
類型:字串
必要:是
容器映射的名稱。
ContainerName
類型:字串
必要:是
容器的名稱。
HostId
類型:字串
必要:是
主機識別碼。
ExitCode
類型:整數 (int64)
必要:是
結束進程的程式碼。
UnexpectedTermination
類型:布林值
必要:是
指出是否未預期終止。
StartTime
類型:字串 (日期時間)
必要:是
程式的開始時間。