ChaosEventsSegment
Contains the list of Chaos events and the continuation token to get the next segment.
Properties
Name | Type | Required |
---|---|---|
ContinuationToken |
string | No |
History |
array of ChaosEventWrapper | No |
ContinuationToken
Type: string
Required: No
The continuation token parameter is used to obtain next set of results. The continuation token is included in the response of the API when the results from the system do not fit in a single response. When this value is passed to the next API call, the API returns next set of results. If there are no further results, then the continuation token is not included in the response.
History
Type: array of ChaosEventWrapper
Required: No
List of Chaos events that meet the user-supplied criteria.