MetricAlertStatusProperties Class

An alert status properties.

Inheritance
MetricAlertStatusProperties

Constructor

MetricAlertStatusProperties(*, dimensions: Optional[Dict[str, str]] = None, status: Optional[str] = None, timestamp: Optional[datetime.datetime] = None, **kwargs)

Variables

dimensions
dict[str, str]

An object describing the type of the dimensions.

status
str

status value.

timestamp
datetime

UTC time when the status was checked.