CreateExperimentPlan
Creates an experiment plan.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:CreateExperimentPlan |
create |
*ExperimentPlan
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| TemplateId |
integer |
Yes |
The ID of the template. |
349623 |
| ResourceId |
integer |
Yes |
The ID of the resource. |
189 |
| ExternalParams |
object |
No |
The additional parameters. |
{} |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-aekzij65sf2rr5i |
| Tag |
array<object> |
No |
The tags of the resource. |
|
|
object |
No |
|||
| Key |
string |
No |
The tag key. |
owner |
| Value |
string |
No |
The tag value. |
test |
| PlanTemplateName |
string |
No |
The name of the plan template. |
test |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| Data |
integer |
The returned data. |
[] |
| RequestId |
string |
The request ID. |
5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB |
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
| TotalCount |
integer |
The total number of entries returned. |
0 |
Examples
Success response
JSON format
{
"Data": 0,
"RequestId": "5514CB39-B7C0-5B89-8534-2DE1E0F2B7AB",
"AccessDeniedDetail": "{}",
"TotalCount": 0
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.