Skip to content

Commit fa0ffb1

Browse files
belthurkirankipartha
authored andcommitted
Kipartha/execution details action start end (Azure#18698)
* Add action start/end time. * Update examples with action start/end times. * fix typo in description. Co-authored-by: kipartha <kipartha@microsoft.com>
1 parent 9645d87 commit fa0ffb1

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/examples/GetAExperimentExecutionDetails.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
"name": "urn:provider:agent-v2:Microsoft.Azure.Chaos.Fault.CPUPressureAllProcessors",
3737
"id": "59499d33-6751-4b6e-a1f6-58f4d56a040a",
3838
"status": "failed",
39+
"startTime": "2020-12-14T13:56:13.6270153-08:00",
40+
"endTime": "2020-12-14T13:56:13.6270153-08:00",
3941
"targets": [
4042
{
4143
"status": "succeeded",

specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/examples/ListExperimentExecutionsDetails.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"name": "urn:provider:agent-v2:Microsoft.Azure.Chaos.Fault.CPUPressureAllProcessors",
3838
"id": "59499d33-6751-4b6e-a1f6-58f4d56a040a",
3939
"status": "failed",
40+
"startTime": "2020-12-14T13:56:13.6270153-08:00",
41+
"endTime": "2020-12-14T13:56:13.6270153-08:00",
4042
"targets": [
4143
{
4244
"status": "succeeded",
@@ -82,6 +84,8 @@
8284
"name": "urn:provider:agent-v2:Microsoft.Azure.Chaos.Fault.CPUPressureAllProcessors",
8385
"id": "59499d33-6751-4b6e-a1f6-58f4d56a040a",
8486
"status": "success",
87+
"startTime": "2020-12-14T13:56:13.6270153-08:00",
88+
"endTime": "2020-12-14T13:56:13.6270153-08:00",
8589
"targets": [
8690
{
8791
"status": "succeeded",

specification/chaos/resource-manager/Microsoft.Chaos/preview/2021-09-15-preview/types/experiments.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,18 @@
720720
"type": "string",
721721
"readOnly": true
722722
},
723+
"startTime": {
724+
"type": "string",
725+
"format": "date-time",
726+
"description": "String that represents the start time of the action.",
727+
"readOnly": true
728+
},
729+
"endTime": {
730+
"type": "string",
731+
"format": "date-time",
732+
"description": "String that represents the end time of the action.",
733+
"readOnly": true
734+
},
723735
"targets": {
724736
"description": "The array of targets.",
725737
"type": "array",

0 commit comments

Comments
 (0)