All Products
Search
Document Center

OpenSearch:ABTestScene

Last Updated:Oct 21, 2022

Description

The information about an A/B test scene.

Example

{
    "id": "20614",
    "name": "test",
    "status": 0,
    "created": 1596527691,
    "updated": 1596527691,
    "values": [
        "test"
    ]
}

Structure

Field

Type

Description

id

String

The ID of the scene.

name

String

The name of the scene.

status

Integer

The status of the scene. Valid values:- 0: The test is stopped.- 1: The test is started.

created

Integer

The time when the scene was created.

updated

Integer

The time when the scene was last updated.

values[]

String

The indicators of the scene.