tencent cloud

Feedback

DescribeOpsMakePlans

Last updated: 2024-06-21 15:10:22

1. API Description

Domain name for API request: wedata.tencentcloudapi.com.

Paginated Query of Supplement Plan Based on Conditions

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.

Parameter Name Required Type Description
Action Yes String Common Params. The value used for this API: DescribeOpsMakePlans.
Version Yes String Common Params. The value used for this API: 2021-08-20.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
ProjectId Yes String Project ID
PageNumber No Integer Pagination number, default value: 1
PageSize No Integer Page size, default value 10
PlanId No String Supplemental Plan ID
PlanName No String Supplemental Plan Name
TaskName No String Supplementary Task Name
TaskId No String Supplementary Task ID
Creator No String Supplementary Plan Creator
MinCreateTime No String Minimum Creation Time of Supplementary Plan
MaxCreateTime No String Maximum Creation Time of Supplementary Plan

3. Output Parameters

Parameter Name Type Description
Data MakePlanOpsDtoCollection Supplemental Plan Pagination Query Results
Note: This field may return null, indicating that no valid value can be obtained.
RequestId String The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.

4. Example

Example1 Retrieve Supplementary Plan

Data Supplement - Retrieve Supplementary Plan

Input Example

POST / HTTP/1.1
Host: wedata.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeOpsMakePlans
<Common request parameters>

{
    "PageNumber": 1,
    "PageSize": 1,
    "ProjectId": "147056160274522xxxx"
}

Output Example

{
    "Response": {
        "Data": {
            "TotalCount": 0,
            "TotalPage": 0,
            "PageCount": 0,
            "PageNumber": 0,
            "PageSize": 0,
            "Items": [
                {
                    "CheckParent": false,
                    "CompletePercent": 100,
                    "CreateTime": "2023-05-28 23:02:46",
                    "Creator": "creatorxxx",
                    "CreatorId": "10000000xxxx",
                    "IntegrationResourceGroup": "",
                    "MakeDatetimeList": [
                        {
                            "EndDate": "2023-05-26",
                            "EndTime": "03:59",
                            "StartDate": "2023-05-26",
                            "StartTime": "03:00"
                        }
                    ],
                    "MakeName": "patch_20230528230215_xx",
                    "MapParamList": [],
                    "ParallelNum": 4,
                    "PlanId": "e0bed861-0e95-44ca-9d10-28f2xxxxxxxx",
                    "ProjectId": "14705616027xxxxxxxx",
                    "Remark": null,
                    "SameCycle": true,
                    "SameSelfDependType": false,
                    "SchedulerResourceGroup": "",
                    "SourceTaskCycle": null,
                    "SuccessPercent": 100,
                    "TargetTaskAction": 1,
                    "TargetTaskCycle": "month",
                    "TaskCount": 1,
                    "TaskIdList": [
                        "2023052809431xxxx"
                    ],
                    "SchedulerResourceGroupName": null,
                    "IntegrationResourceGroupName": null,
                    "CheckParentType": null
                }
            ]
        },
        "RequestId": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.

Error Code Description
FailedOperation Operation Failure.