tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getWedataTaskInstance
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata task instance
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataTaskInstance = tencentcloud.getWedataTaskInstance({
projectId: "1859317240494305280",
instanceKey: "20250324192240178_2025-10-13 11:50:00",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_task_instance = tencentcloud.get_wedata_task_instance(project_id="1859317240494305280",
instance_key="20250324192240178_2025-10-13 11:50: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.GetWedataTaskInstance(ctx, &tencentcloud.GetWedataTaskInstanceArgs{
ProjectId: "1859317240494305280",
InstanceKey: "20250324192240178_2025-10-13 11:50: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 wedataTaskInstance = Tencentcloud.GetWedataTaskInstance.Invoke(new()
{
ProjectId = "1859317240494305280",
InstanceKey = "20250324192240178_2025-10-13 11:50: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.GetWedataTaskInstanceArgs;
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 wedataTaskInstance = TencentcloudFunctions.getWedataTaskInstance(GetWedataTaskInstanceArgs.builder()
.projectId("1859317240494305280")
.instanceKey("20250324192240178_2025-10-13 11:50:00")
.build());
}
}
variables:
wedataTaskInstance:
fn::invoke:
function: tencentcloud:getWedataTaskInstance
arguments:
projectId: '1859317240494305280'
instanceKey: 20250324192240178_2025-10-13 11:50:00
Using getWedataTaskInstance
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 getWedataTaskInstance(args: GetWedataTaskInstanceArgs, opts?: InvokeOptions): Promise<GetWedataTaskInstanceResult>
function getWedataTaskInstanceOutput(args: GetWedataTaskInstanceOutputArgs, opts?: InvokeOptions): Output<GetWedataTaskInstanceResult>def get_wedata_task_instance(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) -> GetWedataTaskInstanceResult
def get_wedata_task_instance_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[GetWedataTaskInstanceResult]func GetWedataTaskInstance(ctx *Context, args *GetWedataTaskInstanceArgs, opts ...InvokeOption) (*GetWedataTaskInstanceResult, error)
func GetWedataTaskInstanceOutput(ctx *Context, args *GetWedataTaskInstanceOutputArgs, opts ...InvokeOption) GetWedataTaskInstanceResultOutput> Note: This function is named GetWedataTaskInstance in the Go SDK.
public static class GetWedataTaskInstance
{
public static Task<GetWedataTaskInstanceResult> InvokeAsync(GetWedataTaskInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetWedataTaskInstanceResult> Invoke(GetWedataTaskInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataTaskInstanceResult> getWedataTaskInstance(GetWedataTaskInstanceArgs args, InvokeOptions options)
public static Output<GetWedataTaskInstanceResult> getWedataTaskInstance(GetWedataTaskInstanceArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataTaskInstance:getWedataTaskInstance
arguments:
# arguments dictionaryThe following arguments are supported:
- Instance
Key string - Unique instance identifier, can be obtained via ListInstances.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- Time
Zone string - Time zone, the time zone of the input time string, default UTC+8.
- Instance
Key string - Unique instance identifier, can be obtained via ListInstances.
- Project
Id string - Project ID.
- Id string
- Result
Output stringFile - Used to save results.
- Time
Zone string - Time zone, the time zone of the input time string, default UTC+8.
- instance
Key String - Unique instance identifier, can be obtained via ListInstances.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
- time
Zone String - Time zone, the time zone of the input time string, default UTC+8.
- instance
Key string - Unique instance identifier, can be obtained via ListInstances.
- project
Id string - Project ID.
- id string
- result
Output stringFile - Used to save results.
- time
Zone string - Time zone, the time zone of the input time string, default UTC+8.
- instance_
key str - Unique instance identifier, can be obtained via ListInstances.
- project_
id str - Project ID.
- id str
- result_
output_ strfile - Used to save results.
- time_
zone str - Time zone, the time zone of the input time string, default UTC+8.
- instance
Key String - Unique instance identifier, can be obtained via ListInstances.
- project
Id String - Project ID.
- id String
- result
Output StringFile - Used to save results.
- time
Zone String - Time zone, the time zone of the input time string, default UTC+8.
getWedataTaskInstance Result
The following output properties are available:
- Datas
List<Get
Wedata Task Instance Data> - Instance details.
- Id string
- Instance
Key string - Project
Id string - Result
Output stringFile - Time
Zone string
- Datas
[]Get
Wedata Task Instance Data - Instance details.
- Id string
- Instance
Key string - Project
Id string - Result
Output stringFile - Time
Zone string
- datas
List<Get
Wedata Task Instance Data> - Instance details.
- id String
- instance
Key String - project
Id String - result
Output StringFile - time
Zone String
- datas
Get
Wedata Task Instance Data[] - Instance details.
- id string
- instance
Key string - project
Id string - result
Output stringFile - time
Zone string
- datas
Sequence[Get
Wedata Task Instance 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
GetWedataTaskInstanceData
- 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 - Unique instance identifier, can be obtained via ListInstances.
- Instance
State string - Instance
Type double - Job
Error stringMsg - 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 - Unique instance identifier, can be obtained via ListInstances.
- Instance
State string - Instance
Type float64 - Job
Error stringMsg - 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 - Unique instance identifier, can be obtained via ListInstances.
- instance
State String - instance
Type Double - job
Error StringMsg - 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 - Unique instance identifier, can be obtained via ListInstances.
- instance
State string - instance
Type number - job
Error stringMsg - 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 - Unique instance identifier, can be obtained via ListInstances.
- instance_
state str - instance_
type float - job_
error_ strmsg - 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 - Unique instance identifier, can be obtained via ListInstances.
- instance
State String - instance
Type Number - job
Error StringMsg - 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
