If an experiment is stable and performs well, you can push all traffic to it. This action retires the original experiment group and creates a new one that contains only this experiment. The new group receives 100% of the traffic.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:PushAllExperiment |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/experiments/{ExperimentId}/action/pushall HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExperimentId |
string |
Yes |
The experiment ID. Call the ListExperiments API to obtain this ID. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| InstanceId |
string |
No |
The instance ID. Call the ListInstances API to obtain this ID. |
pairec-cn-abcdefg1234 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The request ID. |
74D958EF-3598-56FA-8296-FF1575CE43DF |
Examples
Success response
JSON format
{
"RequestId": "74D958EF-3598-56FA-8296-FF1575CE43DF"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.