ScenarioRunSummaryAction interface
Model that represents the scenario run action.
Properties
| action |
The urn for the given chaos action. |
| completed |
When the action was completed. |
| resources | The resources associated with the specified action. |
| started |
When the action was started. |
| state | The state of the action. |
Property Details
actionUrn
The urn for the given chaos action.
actionUrn: string
Property Value
string
completedAt
When the action was completed.
completedAt?: Date
Property Value
Date
resources
The resources associated with the specified action.
resources: ScenarioRunResource[]
Property Value
startedAt
When the action was started.
startedAt?: Date
Property Value
Date
state
The state of the action.
state: string
Property Value
string