This topic is generated by a machine translation engine without any human intervention. ALIBABA CLOUD DOES NOT GUARANTEE THE ACCURACY OF MACHINE TRANSLATED CONTENT. To request a human-translated version of this topic or provide feedback on this translation, please include it in the feedback form.
Query Experiment Plan List
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ResourceName | array | No | Resource | |
ResourceName | string | No | Resource Name | cls-pim0anlrtm3ef4vstou001 |
PlanTaskStatus | array | No | Execution Status | |
PlanTaskStatu | string | No | Status | RUNNING |
CreatTimeOrder | string | No | Creation Time Sorting Rule | desc |
StartTimeOrder | string | No | Start Time Sorting Rule | desc |
EndTimeOrder | string | No | End Time Sorting Rule | desc |
Page | integer | No | Page Number | 1 |
Size | integer | No | Number of Items | 100 |
ResourceGroupId | string | No | Resource Group ID | rg-aekzij65sf2rr5i |
Tag | array<object> | No | The tags. | |
object | No | The tags. | ||
Key | string | No | The tag key. | owner |
Value | string | No | Tag value | test |
TemplateId | long | No | Template Id | 96 |
ResourceId | long | No | Resource ID | 189 |
Response parameters
Examples
Sample success responses
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
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history