Lists ABTest experiments.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ListApp |
list |
*AbTestExperiment
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId}/experiments HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The application name. |
“my_app_group_name” |
| sceneId |
integer |
Yes |
The scene ID. |
13467 |
| groupId |
integer |
Yes |
The group ID. |
20404 |
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 |
array<object> |
The experiment details. For more information, see ABTestExperiment. |
|
|
array<object> |
|||
| created |
integer |
The time when the experiment was created. |
1588842080 |
| params |
object |
The experiment parameters. |
1 |
| traffic |
integer |
The bucketing percentage of the experiment. Valid values: [0-100]. |
30 |
| online |
boolean |
The experiment status.
|
true |
| name |
string |
The group alias. |
test1 |
| updated |
integer |
The time when the experiment was last modified. |
1588842080 |
| id |
string |
The experiment ID. |
12888 |
| serialNumber |
integer |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": [
{
"created": 1588842080,
"params": 1,
"traffic": 30,
"online": true,
"name": "test1",
"updated": 1588842080,
"id": "12888",
"serialNumber": 0
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.