ListExperimentPlans
Lists experiment plans.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
eflo:ListExperimentPlans |
list |
*ExperimentPlan
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ResourceName |
array |
No |
The resources. |
|
|
string |
No |
The name of the resource. |
cls-pim0anlrtm3ef4vstou001 |
|
| PlanTaskStatus |
array |
No |
The execution status. |
|
|
string |
No |
The status. |
RUNNING |
|
| CreatTimeOrder |
string |
No |
The sort order for the creation time. |
desc |
| StartTimeOrder |
string |
No |
The sort order for the start time. |
desc |
| EndTimeOrder |
string |
No |
The sort order for the end time. |
desc |
| Page |
integer |
No |
The page number. |
1 |
| Size |
integer |
No |
The number of entries per page. |
100 |
| ResourceGroupId |
string |
No |
The ID of the resource group. |
rg-aekzij65sf2rr5i |
| Tag |
array<object> |
No |
The tags. |
|
|
object |
No |
The tag. You can specify up to 20 tags. |
||
| Key |
string |
No |
The tag key. |
owner |
| Value |
string |
No |
The tag value. |
test |
| TemplateId |
integer |
No |
The template ID. |
96 |
| ResourceId |
integer |
No |
The resource ID. |
189 |
Response elements
|
Parameter |
Type |
Description |
Example |
|
object |
The query result. |
||
| Data |
array<object> |
The data. |
|
|
object |
The query result. |
||
| PlanId |
integer |
The ID of the plan. |
189 |
| CreateTime |
string |
The time when the plan was created. |
2024-07-08 10:12:42 |
| UpdateTime |
string |
The time when the plan was last updated. |
2024-07-08 10:12:42 |
| TemplateId |
integer |
The ID of the associated experiment plan template. |
6 |
| TemplateName |
string |
The name of the associated experiment plan template. |
test |
| ResourceName |
string |
The name of the associated resource. |
q_ecs_xpec_postpay_c |
| PlanTaskStatus |
object |
The execution status of the experiment plan. |
|
|
integer |
The status. |
1 |
|
| StartTime |
string |
The start time. |
2024-07-08 10:12:42 |
| EndTime |
string |
The end time. |
2024-07-08 10:22:42 |
| ResourceGroupId |
string |
The ID of the resource group. |
rg-aek5behqmwbfhuy |
| Tags |
array<object> |
The tags. |
|
|
object |
The tag. |
||
| TagKey |
string |
The tag key. |
owner |
| TagValue |
string |
The tag value. |
test |
| ResourceId |
integer |
The resource ID. |
189 |
| RequestId |
string |
The request ID. |
FA9F1DE7-103B-5C18-AE9E-EB2BFF11C685 |
| TotalCount |
integer |
The total number of entries. |
0 |
| AccessDeniedDetail |
string |
The details about the access denial. |
{} |
Examples
Success response
JSON format
{
"Data": [
{
"PlanId": 189,
"CreateTime": "2024-07-08 10:12:42",
"UpdateTime": "2024-07-08 10:12:42",
"TemplateId": 6,
"TemplateName": "test",
"ResourceName": "q_ecs_xpec_postpay_c",
"PlanTaskStatus": {
"key": 1
},
"StartTime": "2024-07-08 10:12:42",
"EndTime": "2024-07-08 10:22:42",
"ResourceGroupId": "rg-aek5behqmwbfhuy",
"Tags": [
{
"TagKey": "owner",
"TagValue": "test"
}
],
"ResourceId": 189
}
],
"RequestId": "FA9F1DE7-103B-5C18-AE9E-EB2BFF11C685",
"TotalCount": 0,
"AccessDeniedDetail": "{}"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.