MetricAlertStatusProperties interface

An alert status properties.

Properties

dimensions

An object describing the type of the dimensions.

status

status value

timestamp

UTC time when the status was checked.

Property Details

dimensions

An object describing the type of the dimensions.

dimensions?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

status

status value

status?: string

Property Value

string

timestamp

UTC time when the status was checked.

timestamp?: Date

Property Value

Date