Skip to content

Commit f71125e

Browse files
authored
Merge pull request #91751 from praskumamsft/patch-4
Update chaos-studio-samples-rest-api.md
2 parents 9a53525 + d1e68e3 commit f71125e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/chaos-studio/chaos-studio-samples-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ az rest --method delete --url "https://management.azure.com/{experimentId}?api-v
9090
#### Start an experiment
9191

9292
```azurecli
93-
az rest --method get --url "https://management.azure.com/{experimentId}/start?api-version={apiVersion}" --resource "https://management.azure.com"
93+
az rest --method post --url "https://management.azure.com/{experimentId}/start?api-version={apiVersion}"
9494
```
9595

9696
#### Get statuses (History) of an experiment
@@ -133,4 +133,4 @@ az rest --method get --url "https://management.azure.com/{experimentId}/executio
133133
| {experimentName.json} | JSON containing the configuration of the chaos experiment | Generated by the user |
134134
| {subscriptionId} | Subscription Id where the target resource is located | Can be found in the [Subscriptions Portal Blade](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) |
135135
| {resourceGroupName} | Name of the resource group where the target resource is located | Can be fond in the [Resource Groups Portal Blade](https://portal.azure.com/#blade/HubsExtension/BrowseResourceGroups) |
136-
| {executionDetailsId} | Execution Id of an experiment execution | Can be found in the [Chaos Studio Experiment Portal Blade](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.chaos%2Fchaosexperiments) |
136+
| {executionDetailsId} | Execution Id of an experiment execution | Can be found in the [Chaos Studio Experiment Portal Blade](https://portal.azure.com/#blade/HubsExtension/BrowseResource/resourceType/Microsoft.chaos%2Fchaosexperiments) |

0 commit comments

Comments
 (0)