GetExperiment
Retrieves the details of a specified experiment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:GetExperiment |
get |
*All Resource
|
None | None |
Request syntax
GET /api/v1/experiments/{ExperimentId} HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExperimentId |
string |
Yes |
The experiment ID. You can obtain this ID by calling the ListExperiments operation. |
3 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| InstanceId |
string |
Yes |
The instance ID. You can obtain this ID by calling the ListInstances operation. |
pairec-cn-abcdefg1234 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response parameters. |
||
| RequestId |
string |
The request ID. |
74D958EF-3598-56FA-8296-FF1575CE43DF |
| AliasExperimentId |
string |
The alias of the experiment. |
L1#EG1#E1 |
| ExperimentGroupId |
string |
The experiment group ID. |
3 |
| LayerId |
string |
The layer ID. |
3 |
| LaboratoryId |
string |
The laboratory ID. |
3 |
| SceneId |
string |
The scene ID. |
3 |
| Name |
string |
The experiment name. |
experiment_test1 |
| Description |
string |
The experiment description. |
This is a test. |
| Type |
string |
The type of the experiment. Valid values: |
Baseline |
| FlowPercent |
integer |
The traffic percentage. |
100 |
| Buckets |
string |
A comma-separated list of bucket numbers. |
1,2,3 |
| DebugUsers |
string |
The UIDs of debug users, which can be the UIDs of an Alibaba Cloud main account or a RAM user. Separate multiple UIDs with a comma (,). |
1124512470******,1124512471******,1124512472****** |
| DebugCrowdId |
string |
The debug crowd ID. |
3 |
| Config |
string |
The experiment configuration, in JSON format. |
{"RankBy": "Score"} |
| Status |
string |
The status of the experiment. Valid values: |
Offline |
| GmtCreateTime |
string |
The creation time, in ISO 8601 format. |
2021-12-15T23:24:33.132+08:00 |
| GmtModifiedTime |
string |
The modification time, in ISO 8601 format. |
2021-12-15T23:24:33.132+08:00 |
Examples
Success response
JSON format
{
"RequestId": "74D958EF-3598-56FA-8296-FF1575CE43DF",
"AliasExperimentId": "L1#EG1#E1",
"ExperimentGroupId": "3",
"LayerId": "3",
"LaboratoryId": "3",
"SceneId": "3",
"Name": "experiment_test1",
"Description": "This is a test.",
"Type": "Baseline",
"FlowPercent": 100,
"Buckets": "1,2,3",
"DebugUsers": "1124512470******,1124512471******,1124512472******",
"DebugCrowdId": "3",
"Config": "{\"RankBy\": \"Score\"}",
"Status": "Offline",
"GmtCreateTime": "2021-12-15T23:24:33.132+08:00",
"GmtModifiedTime": "2021-12-15T23:24:33.132+08:00"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.