Retrieves the details of an experiment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeApp |
*AbTestExperiment
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments/{experimentId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The application name. |
my_app_group_name |
| sceneId |
integer |
Yes |
The scenario ID. |
20404 |
| groupId |
integer |
Yes |
The group ID. |
13467 |
| experimentId |
integer |
Yes |
The experiment ID. |
12889 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The request ID. |
D77D0DAF-790D-F5F5-A9C0-133738165014 |
| result |
object |
The details of the experiment. |
|
| created |
integer |
The time when the experiment was created. |
1588842080 |
| traffic |
integer |
The percentage of traffic for the experiment bucketing. |
30 |
| online |
boolean |
The status of the experiment.
|
true |
| name |
string |
The alias of the experiment. |
test1 |
| updated |
integer |
The time when the experiment was last modified. |
1588842080 |
| id |
string |
The experiment ID. |
12888 |
| params |
object |
The experiment parameters. |
|
| first_formula_name |
string |
The name of the coarse-grained ranking policy. |
default |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": {
"created": 1588842080,
"traffic": 30,
"online": true,
"name": "test1",
"updated": 1588842080,
"id": "12888",
"params": {
"first_formula_name": "default"
}
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.