Clones a specified experiment.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
pairec:CloneExperiment |
none |
*All Resource
|
None | None |
Request syntax
POST /api/v1/experiments/{ExperimentId}/action/clone HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ExperimentId |
string |
Yes |
The experiment ID. |
experiment_test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| body |
object |
No |
The request body. |
|
| InstanceId |
string |
Yes |
The instance ID. Call the ListInstances operation to get the instance ID. |
pairec-cn-abcdefg1234 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
F8F613A9-DF1C-551A-88E1-397A3981A785 |
| ExperimentId |
string |
The ID of the cloned experiment. |
3 |
Examples
Success response
JSON format
{
"RequestId": "F8F613A9-DF1C-551A-88E1-397A3981A785",
"ExperimentId": "3"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.