StoppedChaosEvent

Describes a Chaos event that gets generated when Chaos stops because either the user issued a stop or the time to run was up.

Properties

Name Type Required
TimeStampUtc string (date-time) Yes
Reason string No

TimeStampUtc

Type: string (date-time)
Required: Yes

The UTC timestamp when this Chaos event was generated.


Reason

Type: string
Required: No

Describes why Chaos stopped. Chaos can stop because of StopChaos API call or the timeToRun provided in ChaosParameters is over.