ChaosSchedule
Defines the schedule used by Chaos.
Properties
Name | Type | Required |
---|---|---|
StartDate |
string (date-time) | No |
ExpiryDate |
string (date-time) | No |
ChaosParametersDictionary |
array of ChaosParametersDictionaryItem | No |
Jobs |
array of ChaosScheduleJob | No |
StartDate
Type: string (date-time)
Required: No
Default: 1601-01-01T00:00:00.000Z
The date and time Chaos will start using this schedule.
ExpiryDate
Type: string (date-time)
Required: No
Default: 9999-12-31T23:59:59.999Z
The date and time Chaos will continue to use this schedule until.
ChaosParametersDictionary
Type: array of ChaosParametersDictionaryItem
Required: No
A mapping of string names to Chaos Parameters to be referenced by Chaos Schedule Jobs.
Jobs
Type: array of ChaosScheduleJob
Required: No
A list of all Chaos Schedule Jobs that will be automated by the schedule.