Retrieves the details of an A/B test group.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeApp |
*AbTestGroup
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId}/groups/{groupId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name of the application. |
my_app_group_name |
| sceneId |
integer |
Yes |
The ID of the scene. |
20404 |
| groupId |
integer |
Yes |
The ID of the group. |
13467 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| requestId |
string |
The ID of the request. |
D77D0DAF-790D-F5F5-A9C0-133738165014 |
| result |
object |
The A/B test group. |
|
| created |
integer |
The time when the group was created. |
1588839490 |
| status |
integer |
The status of the group.
|
1 |
| updated |
integer |
The time when the group was last modified. |
1588839490 |
| name |
string |
The alias of the group. |
Group_2020-5-7_15:23:3 |
| id |
string |
The ID of the 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.