1. Packages
  2. Packages
  3. Tencentcloud Provider
  4. API Docs
  5. getWedataTaskInstanceExecutions
Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack

    Use this data source to query detailed information of wedata task instance executions

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const wedataTaskInstanceExecutions = tencentcloud.getWedataTaskInstanceExecutions({
        projectId: "1859317240494305280",
        instanceKey: "20250731151633120_2025-10-13 17:00:00",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    wedata_task_instance_executions = tencentcloud.get_wedata_task_instance_executions(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.GetWedataTaskInstanceExecutions(ctx, &tencentcloud.GetWedataTaskInstanceExecutionsArgs{
    			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 wedataTaskInstanceExecutions = Tencentcloud.GetWedataTaskInstanceExecutions.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.GetWedataTaskInstanceExecutionsArgs;
    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 wedataTaskInstanceExecutions = TencentcloudFunctions.getWedataTaskInstanceExecutions(GetWedataTaskInstanceExecutionsArgs.builder()
                .projectId("1859317240494305280")
                .instanceKey("20250731151633120_2025-10-13 17:00:00")
                .build());
    
        }
    }
    
    variables:
      wedataTaskInstanceExecutions:
        fn::invoke:
          function: tencentcloud:getWedataTaskInstanceExecutions
          arguments:
            projectId: '1859317240494305280'
            instanceKey: 20250731151633120_2025-10-13 17:00:00
    
    Example coming soon!
    

    Using getWedataTaskInstanceExecutions

    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 getWedataTaskInstanceExecutions(args: GetWedataTaskInstanceExecutionsArgs, opts?: InvokeOptions): Promise<GetWedataTaskInstanceExecutionsResult>
    function getWedataTaskInstanceExecutionsOutput(args: GetWedataTaskInstanceExecutionsOutputArgs, opts?: InvokeOptions): Output<GetWedataTaskInstanceExecutionsResult>
    def get_wedata_task_instance_executions(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) -> GetWedataTaskInstanceExecutionsResult
    def get_wedata_task_instance_executions_output(id: pulumi.Input[Optional[str]] = None,
                                            instance_key: pulumi.Input[Optional[str]] = None,
                                            project_id: pulumi.Input[Optional[str]] = None,
                                            result_output_file: pulumi.Input[Optional[str]] = None,
                                            time_zone: pulumi.Input[Optional[str]] = None,
                                            opts: Optional[InvokeOptions] = None) -> Output[GetWedataTaskInstanceExecutionsResult]
    func GetWedataTaskInstanceExecutions(ctx *Context, args *GetWedataTaskInstanceExecutionsArgs, opts ...InvokeOption) (*GetWedataTaskInstanceExecutionsResult, error)
    func GetWedataTaskInstanceExecutionsOutput(ctx *Context, args *GetWedataTaskInstanceExecutionsOutputArgs, opts ...InvokeOption) GetWedataTaskInstanceExecutionsResultOutput

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

    public static class GetWedataTaskInstanceExecutions 
    {
        public static Task<GetWedataTaskInstanceExecutionsResult> InvokeAsync(GetWedataTaskInstanceExecutionsArgs args, InvokeOptions? opts = null)
        public static Output<GetWedataTaskInstanceExecutionsResult> Invoke(GetWedataTaskInstanceExecutionsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWedataTaskInstanceExecutionsResult> getWedataTaskInstanceExecutions(GetWedataTaskInstanceExecutionsArgs args, InvokeOptions options)
    public static Output<GetWedataTaskInstanceExecutionsResult> getWedataTaskInstanceExecutions(GetWedataTaskInstanceExecutionsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getWedataTaskInstanceExecutions:getWedataTaskInstanceExecutions
      arguments:
        # arguments dictionary
    data "tencentcloud_getwedatataskinstanceexecutions" "name" {
        # arguments
    }

    The following arguments are supported:

    InstanceKey string
    Instance unique identifier, can be obtained via ListInstances.
    ProjectId string
    Project ID to which it belongs.
    Id string
    ResultOutputFile string
    Used to save results.
    TimeZone string
    Time zone timeZone, the time zone of the input time string, default UTC+8.
    InstanceKey string
    Instance unique identifier, can be obtained via ListInstances.
    ProjectId string
    Project ID to which it belongs.
    Id string
    ResultOutputFile string
    Used to save results.
    TimeZone string
    Time zone timeZone, the time zone of the input time string, default UTC+8.
    instance_key string
    Instance unique identifier, can be obtained via ListInstances.
    project_id string
    Project ID to which it belongs.
    id string
    result_output_file string
    Used to save results.
    time_zone string
    Time zone timeZone, the time zone of the input time string, default UTC+8.
    instanceKey String
    Instance unique identifier, can be obtained via ListInstances.
    projectId String
    Project ID to which it belongs.
    id String
    resultOutputFile String
    Used to save results.
    timeZone String
    Time zone timeZone, the time zone of the input time string, default UTC+8.
    instanceKey string
    Instance unique identifier, can be obtained via ListInstances.
    projectId string
    Project ID to which it belongs.
    id string
    resultOutputFile string
    Used to save results.
    timeZone string
    Time zone timeZone, the time zone of the input time string, default UTC+8.
    instance_key str
    Instance unique identifier, can be obtained via ListInstances.
    project_id str
    Project ID to which it belongs.
    id str
    result_output_file str
    Used to save results.
    time_zone str
    Time zone timeZone, the time zone of the input time string, default UTC+8.
    instanceKey String
    Instance unique identifier, can be obtained via ListInstances.
    projectId String
    Project ID to which it belongs.
    id String
    resultOutputFile String
    Used to save results.
    timeZone String
    Time zone timeZone, the time zone of the input time string, default UTC+8.

    getWedataTaskInstanceExecutions Result

    The following output properties are available:

    datas list(object)
    Instance details.
    id string
    instance_key string
    project_id string
    result_output_file string
    time_zone string
    datas List<Property Map>
    Instance details.
    id String
    instanceKey String
    projectId String
    resultOutputFile String
    timeZone String

    Supporting Types

    GetWedataTaskInstanceExecutionsData

    GetWedataTaskInstanceExecutionsDataItem

    CostTime double
    ExecutionPhaseLists List<GetWedataTaskInstanceExecutionsDataItemExecutionPhaseList>
    InstanceKey string
    Instance unique identifier, can be obtained via ListInstances.
    InstanceState string
    LifeRoundNum double
    RunType string
    Tries double
    CostTime float64
    ExecutionPhaseLists []GetWedataTaskInstanceExecutionsDataItemExecutionPhaseList
    InstanceKey string
    Instance unique identifier, can be obtained via ListInstances.
    InstanceState string
    LifeRoundNum float64
    RunType string
    Tries float64
    cost_time number
    execution_phase_lists list(object)
    instance_key string
    Instance unique identifier, can be obtained via ListInstances.
    instance_state string
    life_round_num number
    run_type string
    tries number
    costTime Double
    executionPhaseLists List<GetWedataTaskInstanceExecutionsDataItemExecutionPhaseList>
    instanceKey String
    Instance unique identifier, can be obtained via ListInstances.
    instanceState String
    lifeRoundNum Double
    runType String
    tries Double
    costTime number
    executionPhaseLists GetWedataTaskInstanceExecutionsDataItemExecutionPhaseList[]
    instanceKey string
    Instance unique identifier, can be obtained via ListInstances.
    instanceState string
    lifeRoundNum number
    runType string
    tries number
    costTime Number
    executionPhaseLists List<Property Map>
    instanceKey String
    Instance unique identifier, can be obtained via ListInstances.
    instanceState String
    lifeRoundNum Number
    runType String
    tries Number

    GetWedataTaskInstanceExecutionsDataItemExecutionPhaseList

    DetailState string
    EndTime string
    StartTime string
    DetailState string
    EndTime string
    StartTime string
    detail_state string
    end_time string
    start_time string
    detailState String
    endTime String
    startTime String
    detailState string
    endTime string
    startTime string
    detailState String
    endTime String
    startTime String

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    Viewing docs for tencentcloud 1.82.93
    published on Monday, May 11, 2026 by tencentcloudstack
      Try Pulumi Cloud free. Your team will thank you.