tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataDownstreamTaskInstances
tencentcloud 1.82.35 published on Friday, Nov 7, 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 dictionaryThe following arguments are supported:
- Instance
Key string - Instance unique identifier.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- Time
Zone string - Time zone timeZone, default UTC+8.
- Instance
Key string - Instance unique identifier.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- Time
Zone string - Time zone timeZone, default UTC+8.
- instance
Key String - Instance unique identifier.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
- time
Zone String - Time zone timeZone, default UTC+8.
- instance
Key string - Instance unique identifier.
- project
Id string - Project ID.
- id string
- result
Output stringFile - Used to save results.
- time
Zone string - Time zone timeZone, default UTC+8.
- instance_
key str - Instance unique identifier.
- project_
id str - Project ID.
- id str
- result_
output_ strfile - Used to save results.
- time_
zone str - Time zone timeZone, default UTC+8.
- instance
Key String - Instance unique identifier.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
- time
Zone String - Time zone timeZone, default UTC+8.
getWedataDownstreamTaskInstances Result
The following output properties are available:
- Datas
List<Get
Wedata Downstream Task Instances Data> - Direct downstream task instances list.
- Id string
- Instance
Key string - Project
Id string - Result
Output stringFile - Time
Zone string
- Datas
[]Get
Wedata Downstream Task Instances Data - Direct downstream task instances list.
- Id string
- Instance
Key string - Project
Id string - Result
Output stringFile - Time
Zone string
- datas
List<Get
Wedata Downstream Task Instances Data> - Direct downstream task instances list.
- id String
- instance
Key String - project
Id String - result
Output StringFile - time
Zone String
- datas
Get
Wedata Downstream Task Instances Data[] - Direct downstream task instances list.
- id string
- instance
Key string - project
Id string - result
Output stringFile - time
Zone string
- datas
Sequence[Get
Wedata Downstream Task Instances Data] - Direct downstream task instances list.
- id str
- instance_
key str - project_
id str - result_
output_ strfile - time_
zone str
- datas List<Property Map>
- Direct downstream task instances list.
- id String
- instance
Key String - project
Id String - result
Output StringFile - time
Zone String
Supporting Types
GetWedataDownstreamTaskInstancesData
- Items
List<Get
Wedata Downstream Task Instances Data Item> - Page
Number double - Page
Size double - Total
Count double - Total
Page doubleNumber
- Items
[]Get
Wedata Downstream Task Instances Data Item - Page
Number float64 - Page
Size float64 - Total
Count float64 - Total
Page float64Number
- items
List<Get
Wedata Downstream Task Instances Data Item> - page
Number Double - page
Size Double - total
Count Double - total
Page DoubleNumber
- items
Get
Wedata Downstream Task Instances 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
GetWedataDownstreamTaskInstancesDataItem
- Cost
Time double - Cur
Run stringDate - Cycle
Type string - End
Time string - Executor
Group stringId - Executor
Group stringName - Folder
Id string - Folder
Name string - Instance
Key string - Instance unique identifier.
- Instance
State string - Instance
Type double - Last
Update stringTime - Owner
Uin List<string>Lists - Project
Id string - Project ID.
- Scheduler
Time string - Start
Time string - Task
Id string - Task
Name string - Task
Type string - Task
Type doubleId - Total
Run doubleNum - Tries double
- Try
Limit double - Workflow
Id string - Workflow
Name string
- Cost
Time float64 - Cur
Run stringDate - Cycle
Type string - End
Time string - Executor
Group stringId - Executor
Group stringName - Folder
Id string - Folder
Name string - Instance
Key string - Instance unique identifier.
- Instance
State string - Instance
Type float64 - Last
Update stringTime - Owner
Uin []stringLists - Project
Id string - Project ID.
- Scheduler
Time string - Start
Time string - Task
Id string - Task
Name string - Task
Type string - Task
Type float64Id - Total
Run float64Num - Tries float64
- Try
Limit float64 - Workflow
Id string - Workflow
Name string
- cost
Time Double - cur
Run StringDate - cycle
Type String - end
Time String - executor
Group StringId - executor
Group StringName - folder
Id String - folder
Name String - instance
Key String - Instance unique identifier.
- instance
State String - instance
Type Double - last
Update StringTime - owner
Uin List<String>Lists - project
Id String - Project ID.
- scheduler
Time String - start
Time String - task
Id String - task
Name String - task
Type String - task
Type DoubleId - total
Run DoubleNum - tries Double
- try
Limit Double - workflow
Id String - workflow
Name String
- cost
Time number - cur
Run stringDate - cycle
Type string - end
Time string - executor
Group stringId - executor
Group stringName - folder
Id string - folder
Name string - instance
Key string - Instance unique identifier.
- instance
State string - instance
Type number - last
Update stringTime - owner
Uin string[]Lists - project
Id string - Project ID.
- scheduler
Time string - start
Time string - task
Id string - task
Name string - task
Type string - task
Type numberId - total
Run numberNum - tries number
- try
Limit number - workflow
Id string - workflow
Name string
- cost_
time float - cur_
run_ strdate - cycle_
type str - end_
time str - executor_
group_ strid - executor_
group_ strname - folder_
id str - folder_
name str - instance_
key str - Instance unique identifier.
- instance_
state str - instance_
type float - last_
update_ strtime - owner_
uin_ Sequence[str]lists - project_
id str - Project ID.
- scheduler_
time str - start_
time str - task_
id str - task_
name str - task_
type str - task_
type_ floatid - total_
run_ floatnum - tries float
- try_
limit float - workflow_
id str - workflow_
name str
- cost
Time Number - cur
Run StringDate - cycle
Type String - end
Time String - executor
Group StringId - executor
Group StringName - folder
Id String - folder
Name String - instance
Key String - Instance unique identifier.
- instance
State String - instance
Type Number - last
Update StringTime - owner
Uin List<String>Lists - project
Id String - Project ID.
- scheduler
Time String - start
Time String - task
Id String - task
Name String - task
Type String - task
Type NumberId - total
Run NumberNum - tries Number
- try
Limit Number - workflow
Id String - workflow
Name String
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
