Retrieves a list of test groups.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:ListApp |
*AbTestGroup
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups 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 |
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 test groups. For more information, see ABTestGroup. |
|
|
object |
|||
| created |
integer |
The time when the test group was created. |
1588839490 |
| status |
integer |
The status of the test group. Valid values:
|
1 |
| updated |
integer |
The time when the test group was last modified. |
1588839490 |
| name |
string |
The name of the test group. |
Group_2020-5-7_15:23:3 |
| id |
string |
The ID of the test group. |
13466 |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": [
{
"created": 1588839490,
"status": 1,
"updated": 1588839490,
"name": "Group_2020-5-7_15:23:3",
"id": "13466"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.