Skip to content

Commit

Permalink
Kipartha/execution details action start end (#18698)
Browse files Browse the repository at this point in the history
* Add action start/end time.

* Update examples with action start/end times.

* fix typo in description.

Co-authored-by: kipartha <[email protected]>
  • Loading branch information
belthurkiran and kipartha authored Apr 20, 2022
1 parent 63d993b commit b02e7d8
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
"name": "urn:provider:agent-v2:Microsoft.Azure.Chaos.Fault.CPUPressureAllProcessors",
"id": "59499d33-6751-4b6e-a1f6-58f4d56a040a",
"status": "failed",
"startTime": "2020-12-14T13:56:13.6270153-08:00",
"endTime": "2020-12-14T13:56:13.6270153-08:00",
"targets": [
{
"status": "succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@
"name": "urn:provider:agent-v2:Microsoft.Azure.Chaos.Fault.CPUPressureAllProcessors",
"id": "59499d33-6751-4b6e-a1f6-58f4d56a040a",
"status": "failed",
"startTime": "2020-12-14T13:56:13.6270153-08:00",
"endTime": "2020-12-14T13:56:13.6270153-08:00",
"targets": [
{
"status": "succeeded",
Expand Down Expand Up @@ -82,6 +84,8 @@
"name": "urn:provider:agent-v2:Microsoft.Azure.Chaos.Fault.CPUPressureAllProcessors",
"id": "59499d33-6751-4b6e-a1f6-58f4d56a040a",
"status": "success",
"startTime": "2020-12-14T13:56:13.6270153-08:00",
"endTime": "2020-12-14T13:56:13.6270153-08:00",
"targets": [
{
"status": "succeeded",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,18 @@
"type": "string",
"readOnly": true
},
"startTime": {
"type": "string",
"format": "date-time",
"description": "String that represents the start time of the action.",
"readOnly": true
},
"endTime": {
"type": "string",
"format": "date-time",
"description": "String that represents the end time of the action.",
"readOnly": true
},
"targets": {
"description": "The array of targets.",
"type": "array",
Expand Down

0 comments on commit b02e7d8

Please sign in to comment.