1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getWedataDownstreamTaskInstances
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getWedataDownstreamTaskInstances

Start a Neo task
Explain and create a tencentcloud.getWedataDownstreamTaskInstances resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of wedata downstream task instances

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataDownTaskInstances = tencentcloud.getWedataDownstreamTaskInstances({
        projectId: "1859317240494305280",
        instanceKey: "20250731151633120_2025-10-13 17:00:00",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_down_task_instances = tencentcloud.get_wedata_downstream_task_instances(project_id="1859317240494305280",
        instance_key="20250731151633120_2025-10-13 17:00:00")
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := tencentcloud.GetWedataDownstreamTaskInstances(ctx, &tencentcloud.GetWedataDownstreamTaskInstancesArgs{
    			ProjectId:   "1859317240494305280",
    			InstanceKey: "20250731151633120_2025-10-13 17:00:00",
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Tencentcloud = Pulumi.Tencentcloud;
    
    return await Deployment.RunAsync(() => 
    {
        var wedataDownTaskInstances = Tencentcloud.GetWedataDownstreamTaskInstances.Invoke(new()
        {
            ProjectId = "1859317240494305280",
            InstanceKey = "20250731151633120_2025-10-13 17:00:00",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.tencentcloud.TencentcloudFunctions;
    import com.pulumi.tencentcloud.inputs.GetWedataDownstreamTaskInstancesArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var wedataDownTaskInstances = TencentcloudFunctions.getWedataDownstreamTaskInstances(GetWedataDownstreamTaskInstancesArgs.builder()
                .projectId("1859317240494305280")
                .instanceKey("20250731151633120_2025-10-13 17:00:00")
                .build());
    
        }
    }
    
    variables:
      wedataDownTaskInstances:
        fn::invoke:
          function: tencentcloud:getWedataDownstreamTaskInstances
          arguments:
            projectId: '1859317240494305280'
            instanceKey: 20250731151633120_2025-10-13 17:00:00
    

    Using getWedataDownstreamTaskInstances

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getWedataDownstreamTaskInstances(args: GetWedataDownstreamTaskInstancesArgs, opts?: InvokeOptions): Promise<GetWedataDownstreamTaskInstancesResult>
    function getWedataDownstreamTaskInstancesOutput(args: GetWedataDownstreamTaskInstancesOutputArgs, opts?: InvokeOptions): Output<GetWedataDownstreamTaskInstancesResult>
    def get_wedata_downstream_task_instances(id: Optional[str] = None,
                                             instance_key: Optional[str] = None,
                                             project_id: Optional[str] = None,
                                             result_output_file: Optional[str] = None,
                                             time_zone: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetWedataDownstreamTaskInstancesResult
    def get_wedata_downstream_task_instances_output(id: Optional[pulumi.Input[str]] = None,
                                             instance_key: Optional[pulumi.Input[str]] = None,
                                             project_id: Optional[pulumi.Input[str]] = None,
                                             result_output_file: Optional[pulumi.Input[str]] = None,
                                             time_zone: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetWedataDownstreamTaskInstancesResult]
    func GetWedataDownstreamTaskInstances(ctx *Context, args *GetWedataDownstreamTaskInstancesArgs, opts ...InvokeOption) (*GetWedataDownstreamTaskInstancesResult, error)
    func GetWedataDownstreamTaskInstancesOutput(ctx *Context, args *GetWedataDownstreamTaskInstancesOutputArgs, opts ...InvokeOption) GetWedataDownstreamTaskInstancesResultOutput

    > Note: This function is named GetWedataDownstreamTaskInstances in the Go SDK.

    public static class GetWedataDownstreamTaskInstances 
    {
        public static Task<GetWedataDownstreamTaskInstancesResult> InvokeAsync(GetWedataDownstreamTaskInstancesArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataDownstreamTaskInstancesResult> Invoke(GetWedataDownstreamTaskInstancesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataDownstreamTaskInstancesResult> getWedataDownstreamTaskInstances(GetWedataDownstreamTaskInstancesArgs args, InvokeOptions options)
    public static Output<GetWedataDownstreamTaskInstancesResult> getWedataDownstreamTaskInstances(GetWedataDownstreamTaskInstancesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataDownstreamTaskInstances:getWedataDownstreamTaskInstances
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceKey string
    Instance unique identifier.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    TimeZone string
    Time zone timeZone, default UTC+8.
    InstanceKey string
    Instance unique identifier.
    ProjectId string
    Project ID.
    Id string
    ResultOutputFile string
    Used to save results.
    TimeZone string
    Time zone timeZone, default UTC+8.
    instanceKey String
    Instance unique identifier.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.
    timeZone String
    Time zone timeZone, default UTC+8.
    instanceKey string
    Instance unique identifier.
    projectId string
    Project ID.
    id string
    resultOutputFile string
    Used to save results.
    timeZone string
    Time zone timeZone, default UTC+8.
    instance_key str
    Instance unique identifier.
    project_id str
    Project ID.
    id str
    result_output_file str
    Used to save results.
    time_zone str
    Time zone timeZone, default UTC+8.
    instanceKey String
    Instance unique identifier.
    projectId String
    Project ID.
    id String
    resultOutputFile String
    Used to save results.
    timeZone String
    Time zone timeZone, default UTC+8.

    getWedataDownstreamTaskInstances Result

    The following output properties are available:

    Datas List<GetWedataDownstreamTaskInstancesData>
    Direct downstream task instances list.
    Id string
    InstanceKey string
    ProjectId string
    ResultOutputFile string
    TimeZone string
    Datas []GetWedataDownstreamTaskInstancesData
    Direct downstream task instances list.
    Id string
    InstanceKey string
    ProjectId string
    ResultOutputFile string
    TimeZone string
    datas List<GetWedataDownstreamTaskInstancesData>
    Direct downstream task instances list.
    id String
    instanceKey String
    projectId String
    resultOutputFile String
    timeZone String
    datas GetWedataDownstreamTaskInstancesData[]
    Direct downstream task instances list.
    id string
    instanceKey string
    projectId string
    resultOutputFile string
    timeZone string
    datas List<Property Map>
    Direct downstream task instances list.
    id String
    instanceKey String
    projectId String
    resultOutputFile String
    timeZone String

    Supporting Types

    GetWedataDownstreamTaskInstancesData

    GetWedataDownstreamTaskInstancesDataItem

    CostTime double
    CurRunDate string
    CycleType string
    EndTime string
    ExecutorGroupId string
    ExecutorGroupName string
    FolderId string
    FolderName string
    InstanceKey string
    Instance unique identifier.
    InstanceState string
    InstanceType double
    LastUpdateTime string
    OwnerUinLists List<string>
    ProjectId string
    Project ID.
    SchedulerTime string
    StartTime string
    TaskId string
    TaskName string
    TaskType string
    TaskTypeId double
    TotalRunNum double
    Tries double
    TryLimit double
    WorkflowId string
    WorkflowName string
    CostTime float64
    CurRunDate string
    CycleType string
    EndTime string
    ExecutorGroupId string
    ExecutorGroupName string
    FolderId string
    FolderName string
    InstanceKey string
    Instance unique identifier.
    InstanceState string
    InstanceType float64
    LastUpdateTime string
    OwnerUinLists []string
    ProjectId string
    Project ID.
    SchedulerTime string
    StartTime string
    TaskId string
    TaskName string
    TaskType string
    TaskTypeId float64
    TotalRunNum float64
    Tries float64
    TryLimit float64
    WorkflowId string
    WorkflowName string
    costTime Double
    curRunDate String
    cycleType String
    endTime String
    executorGroupId String
    executorGroupName String
    folderId String
    folderName String
    instanceKey String
    Instance unique identifier.
    instanceState String
    instanceType Double
    lastUpdateTime String
    ownerUinLists List<String>
    projectId String
    Project ID.
    schedulerTime String
    startTime String
    taskId String
    taskName String
    taskType String
    taskTypeId Double
    totalRunNum Double
    tries Double
    tryLimit Double
    workflowId String
    workflowName String
    costTime number
    curRunDate string
    cycleType string
    endTime string
    executorGroupId string
    executorGroupName string
    folderId string
    folderName string
    instanceKey string
    Instance unique identifier.
    instanceState string
    instanceType number
    lastUpdateTime string
    ownerUinLists string[]
    projectId string
    Project ID.
    schedulerTime string
    startTime string
    taskId string
    taskName string
    taskType string
    taskTypeId number
    totalRunNum number
    tries number
    tryLimit number
    workflowId string
    workflowName string
    costTime Number
    curRunDate String
    cycleType String
    endTime String
    executorGroupId String
    executorGroupName String
    folderId String
    folderName String
    instanceKey String
    Instance unique identifier.
    instanceState String
    instanceType Number
    lastUpdateTime String
    ownerUinLists List<String>
    projectId String
    Project ID.
    schedulerTime String
    startTime String
    taskId String
    taskName String
    taskType String
    taskTypeId Number
    totalRunNum Number
    tries Number
    tryLimit Number
    workflowId String
    workflowName String

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate