All Products
Search
Document Center

Platform For AI:ListExperimentPlans

Last Updated:Apr 01, 2025
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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
ResourceNamearrayNo

Resource

ResourceNamestringNo

Resource Name

cls-pim0anlrtm3ef4vstou001
PlanTaskStatusarrayNo

Execution Status

PlanTaskStatustringNo

Status

RUNNING
CreatTimeOrderstringNo

Creation Time Sorting Rule

desc
StartTimeOrderstringNo

Start Time Sorting Rule

desc
EndTimeOrderstringNo

End Time Sorting Rule

desc
PageintegerNo

Page Number

1
SizeintegerNo

Number of Items

100
ResourceGroupIdstringNo

Resource Group ID

rg-aekzij65sf2rr5i
Tagarray<object>No

The tags.

objectNo

The tags.

KeystringNo

The tag key.

owner
ValuestringNo

Tag value

test
TemplateIdlongNo

Template Id

96
ResourceIdlongNo

Resource ID

189

Response parameters

ParameterTypeDescriptionExample
object

Query Result

Dataarray<object>

Data

Planobject

Data

PlanIdlong

Plan ID

189
CreateTimestring

Creation Time

2024-07-08 10:12:42
UpdateTimestring

Update Time

2024-07-08 10:12:42
TemplateIdlong

Associated Test Plan Template ID

6
TemplateNamestring

Associated Test Plan Template Name

test
ResourceNamestring

Associated Resource Name

q_ecs_xpec_postpay_c
PlanTaskStatusobject

Test Plan Execution Status

integer

Status

1
StartTimestring

Start Time

2024-07-08 10:12:42
EndTimestring

End Time

2024-07-08 10:22:42
ResourceGroupIdstring

Resource Group ID

rg-aek5behqmwbfhuy
Tagsarray<object>

The tag.

Tagobject

The tag.

TagKeystring

The tag key.

owner
TagValuestring

The tag value.

test
ResourceIdlong

The resource ID.

189
RequestIdstring

Request ID

FA9F1DE7-103B-5C18-AE9E-EB2BFF11C685
TotalCountlong

Total

0
AccessDeniedDetailstring

Access Denied Detail

{}

Examples

Sample success responses

JSONformat

{
  "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 timeSummary of changesOperation
No change history