Queries the details of an A/B test scenario.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
opensearch:DescribeApp |
*AbTestScene
|
None | None |
Request syntax
GET /v4/openapi/app-groups/{appGroupIdentity}/scenes/{sceneId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| appGroupIdentity |
string |
Yes |
The name or ID of the application. |
my_app_group_name |
| sceneId |
integer |
Yes |
The ID of the test scenario. |
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 |
object |
The details of the test scenario. |
|
| created |
integer |
The time when the test scenario was created. |
1596527691 |
| status |
integer |
The status of the test scenario. Valid values:
|
0 |
| updated |
integer |
The time when the test was last modified. |
1596527691 |
| name |
string |
The alias of the test scenario. |
"test" |
| id |
string |
The ID of the test scenario. |
20614 |
| values |
array |
The identifiers of the test scenario. |
|
|
string |
An identifier for the test scenario. |
test |
Examples
Success response
JSON format
{
"requestId": "D77D0DAF-790D-F5F5-A9C0-133738165014",
"result": {
"created": 1596527691,
"status": 0,
"updated": 1596527691,
"name": "\"test\"",
"id": "20614",
"values": [
"test"
]
}
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.