Skip to content

Commit

Permalink
update details to getExecutionDetails (#26332)
Browse files Browse the repository at this point in the history
Co-authored-by: James Duan <jduan@microsoft.com>
  • Loading branch information
MasterRyd3l and James Duan committed Oct 26, 2023
1 parent 81aa85c commit e89c6a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"responses": {
"200": {
"body": {
"type": "Microsoft.Chaos/experiments/executions/details",
"id": "/subscriptions/6b052e15-03d3-4f17-b2e1-be7f07588291/resourceGroups/exampleRG/providers/Microsoft.Chaos/experiments/exampleExperiment/executions/f24500ad-744e-4a26-864b-b76199eac333/details",
"type": "Microsoft.Chaos/experiments/executions/getExecutionDetails",
"id": "/subscriptions/6b052e15-03d3-4f17-b2e1-be7f07588291/resourceGroups/exampleRG/providers/Microsoft.Chaos/experiments/exampleExperiment/executions/f24500ad-744e-4a26-864b-b76199eac333/getExecutionDetails",
"name": "f24500ad-744e-4a26-864b-b76199eac333",
"properties": {
"lastActionAt": "2020-12-14T21:52:52.2552574Z",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
}
}
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}/details": {
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Chaos/experiments/{experimentName}/executions/{executionId}/getExecutionDetails": {
"post": {
"description": "Execution details of an experiment resource.",
"tags": [
Expand Down

0 comments on commit e89c6a2

Please sign in to comment.