StopExperiment
Stops a running experiment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:StopExperiment |
update |
*Experiment
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExperimentId |
integer |
Yes |
Plan ID |
234 |
| ResourceGroupId |
string |
No |
The resource group ID. |
rg-kdsflsdfj23m |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Indicates whether the operation was successful. |
||
| Data |
boolean |
Data |
true |
| RequestId |
string |
The request ID. |
5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB |
| AccessDeniedDetail |
string |
The access denial details. |
{} |
| TotalCount |
integer |
The total number of entries returned. |
0 |
Examples
Success response
JSON format
{
"Data": true,
"RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
"AccessDeniedDetail": "{}",
"TotalCount": 0
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | NotFound | not found. | The specified data does not exist. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.