ChaosEvent Class

Represents an event generated during a Chaos run.

You probably want to use the sub-classes and not this class directly. Known sub-classes are: ExecutingFaultsChaosEvent, StartedChaosEvent, StoppedChaosEvent, TestErrorChaosEvent, ValidationFailedChaosEvent, WaitingChaosEvent

All required parameters must be populated in order to send to Azure.

Inheritance
ChaosEvent

Constructor

ChaosEvent(*, time_stamp_utc, **kwargs)

Parameters

time_stamp_utc
datetime
Required

Required. The UTC timestamp when this Chaos event was generated.

kind
str
Required

Required. Constant filled by server.