Lists the A/B test scenarios of an application.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ListApp |
*AbTestScene
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scenes HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
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 details of the test scenarios. For more information, see ABTestScene. |
|
|
object |
The scenario details. |
||
| created |
integer |
The time when the test group was created. |
1588836130 |
| status |
integer |
The status of the test group. Valid values:
|
1 |
| updated |
integer |
The time when the test group was last updated. |
1588836129 |
| name |
string |
The alias of the test group. |
kevintest_2020-5-7_15:21:482 |
| id |
string |
The ID of the test group. |
20404 |
| values |
array |
The name of the test scenario. |
|
|
string |
The list of scenarios. |
["kevintest2"] |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": [
{
"created": 1588836130,
"status": 1,
"updated": 1588836129,
"name": "kevintest_2020-5-7_15:21:482",
"id": "20404",
"values": [
"[\"kevintest2\"]"
]
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.