DeployedServicePackageNewHealthReportEvent interface

Deployed Service Health Report Created event.

Properties

applicationId

The identity of the application. This is an encoded representation of the application name. This is used in the REST APIs to identify the application resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the application name is "fabric:/myapp/app1", the application identity would be "myapp~app1" in 6.0+ and "myapp/app1" in previous versions.

category

The category of event.

description

Description of report.

eventInstanceId

The identifier for the FabricEvent instance.

hasCorrelatedEvents

Shows there is existing related events available.

healthState

Describes the property health state.

kind

Polymorphic Discriminator

nodeName

The name of a Service Fabric node.

property

Describes the property.

removeWhenExpired

Indicates the removal when it expires.

sequenceNumber

Sequence number of report.

serviceManifestName

Service manifest name.

servicePackageActivationId

Id of Service package activation.

servicePackageInstanceId

Id of Service package instance.

sourceId

Id of report source.

sourceUtcTimestamp

Source time.

timeStamp

The time event was logged.

timeToLiveMs

Time to live in milli-seconds.

Property Details

applicationId

The identity of the application. This is an encoded representation of the application name. This is used in the REST APIs to identify the application resource. Starting in version 6.0, hierarchical names are delimited with the "~" character. For example, if the application name is "fabric:/myapp/app1", the application identity would be "myapp~app1" in 6.0+ and "myapp/app1" in previous versions.

applicationId: string

Property Value

string

category

The category of event.

category?: string

Property Value

string

description

Description of report.

description: string

Property Value

string

eventInstanceId

The identifier for the FabricEvent instance.

eventInstanceId: string

Property Value

string

hasCorrelatedEvents

Shows there is existing related events available.

hasCorrelatedEvents?: boolean

Property Value

boolean

healthState

Describes the property health state.

healthState: string

Property Value

string

kind

Polymorphic Discriminator

kind: "DeployedServicePackageNewHealthReport"

Property Value

"DeployedServicePackageNewHealthReport"

nodeName

The name of a Service Fabric node.

nodeName: string

Property Value

string

property

Describes the property.

property: string

Property Value

string

removeWhenExpired

Indicates the removal when it expires.

removeWhenExpired: boolean

Property Value

boolean

sequenceNumber

Sequence number of report.

sequenceNumber: number

Property Value

number

serviceManifestName

Service manifest name.

serviceManifestName: string

Property Value

string

servicePackageActivationId

Id of Service package activation.

servicePackageActivationId: string

Property Value

string

servicePackageInstanceId

Id of Service package instance.

servicePackageInstanceId: number

Property Value

number

sourceId

Id of report source.

sourceId: string

Property Value

string

sourceUtcTimestamp

Source time.

sourceUtcTimestamp: Date

Property Value

Date

timeStamp

The time event was logged.

timeStamp: Date

Property Value

Date

timeToLiveMs

Time to live in milli-seconds.

timeToLiveMs: number

Property Value

number