Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
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 dictionarydata "tencentcloud_getwedatataskinstanceexecutions" "name" {
# arguments
}The following arguments are supported:
- Instance
Key string - Instance unique identifier, can be obtained via ListInstances.
- Project
Id string - Project ID to which it belongs.
- Id string
- Result
Output stringFile - Used to save results.
- Time
Zone 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 stringFile - Used to save results.
- Time
Zone 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_ stringfile - Used to save results.
- time_
zone 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 StringFile - Used to save results.
- time
Zone 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 stringFile - Used to save results.
- time
Zone 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_ strfile - Used to save results.
- time_
zone str - 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 StringFile - Used to save results.
- time
Zone 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<Get
Wedata Task Instance Executions Data> - Instance details.
- Id string
- Instance
Key string - Project
Id string - Result
Output stringFile - Time
Zone string
- Datas
[]Get
Wedata Task Instance Executions Data - Instance details.
- Id string
- Instance
Key string - Project
Id string - Result
Output stringFile - Time
Zone string
- datas list(object)
- Instance details.
- id string
- instance_
key string - project_
id string - result_
output_ stringfile - time_
zone string
- datas
List<Get
Wedata Task Instance Executions Data> - Instance details.
- id String
- instance
Key String - project
Id String - result
Output StringFile - time
Zone String
- datas
Get
Wedata Task Instance Executions Data[] - Instance details.
- id string
- instance
Key string - project
Id string - result
Output stringFile - time
Zone string
- datas
Sequence[Get
Wedata Task Instance Executions Data] - Instance details.
- id str
- instance_
key str - project_
id str - result_
output_ strfile - time_
zone str
- datas List<Property Map>
- Instance details.
- id String
- instance
Key String - project
Id String - result
Output StringFile - time
Zone String
Supporting Types
GetWedataTaskInstanceExecutionsData
- Items
List<Get
Wedata Task Instance Executions Data Item> - Page
Number double - Page
Size double - Total
Count double - Total
Page doubleNumber
- Items
[]Get
Wedata Task Instance Executions Data Item - Page
Number float64 - Page
Size float64 - Total
Count float64 - Total
Page float64Number
- items list(object)
- page_
number number - page_
size number - total_
count number - total_
page_ numbernumber
- items
List<Get
Wedata Task Instance Executions Data Item> - page
Number Double - page
Size Double - total
Count Double - total
Page DoubleNumber
- items
Get
Wedata Task Instance Executions Data Item[] - page
Number number - page
Size number - total
Count number - total
Page numberNumber
- items List<Property Map>
- page
Number Number - page
Size Number - total
Count Number - total
Page NumberNumber
GetWedataTaskInstanceExecutionsDataItem
- Cost
Time double - Execution
Phase List<GetLists Wedata Task Instance Executions Data Item Execution Phase List> - Instance
Key string - Instance unique identifier, can be obtained via ListInstances.
- Instance
State string - Life
Round doubleNum - Run
Type string - Tries double
- Cost
Time float64 - Execution
Phase []GetLists Wedata Task Instance Executions Data Item Execution Phase List - Instance
Key string - Instance unique identifier, can be obtained via ListInstances.
- Instance
State string - Life
Round float64Num - Run
Type string - Tries float64
- cost_
time number - execution_
phase_ list(object)lists - instance_
key string - Instance unique identifier, can be obtained via ListInstances.
- instance_
state string - life_
round_ numbernum - run_
type string - tries number
- cost
Time Double - execution
Phase List<GetLists Wedata Task Instance Executions Data Item Execution Phase List> - instance
Key String - Instance unique identifier, can be obtained via ListInstances.
- instance
State String - life
Round DoubleNum - run
Type String - tries Double
- cost
Time number - execution
Phase GetLists Wedata Task Instance Executions Data Item Execution Phase List[] - instance
Key string - Instance unique identifier, can be obtained via ListInstances.
- instance
State string - life
Round numberNum - run
Type string - tries number
- cost_
time float - execution_
phase_ Sequence[Getlists Wedata Task Instance Executions Data Item Execution Phase List] - instance_
key str - Instance unique identifier, can be obtained via ListInstances.
- instance_
state str - life_
round_ floatnum - run_
type str - tries float
- cost
Time Number - execution
Phase List<Property Map>Lists - instance
Key String - Instance unique identifier, can be obtained via ListInstances.
- instance
State String - life
Round NumberNum - run
Type String - tries Number
GetWedataTaskInstanceExecutionsDataItemExecutionPhaseList
- Detail
State string - End
Time string - Start
Time string
- Detail
State string - End
Time string - Start
Time string
- detail_
state string - end_
time string - start_
time string
- detail
State String - end
Time String - start
Time String
- detail
State string - end
Time string - start
Time string
- detail_
state str - end_
time str - start_
time str
- detail
State String - end
Time String - start
Time String
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
Viewing docs for tencentcloud 1.82.93
published on Monday, May 11, 2026 by tencentcloudstack
published on Monday, May 11, 2026 by tencentcloudstack
