tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
tencentcloud.getWedataOpsUpstreamTasks
Start a Neo task
Explain and create a tencentcloud.getWedataOpsUpstreamTasks resource
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
Use this data source to query detailed information of wedata ops upstream task
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const wedataOpsUpstreamTasks = tencentcloud.getWedataOpsUpstreamTasks({
projectId: "1859317240494305280",
taskId: "20250820150144998",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
wedata_ops_upstream_tasks = tencentcloud.get_wedata_ops_upstream_tasks(project_id="1859317240494305280",
task_id="20250820150144998")
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.GetWedataOpsUpstreamTasks(ctx, &tencentcloud.GetWedataOpsUpstreamTasksArgs{
ProjectId: "1859317240494305280",
TaskId: "20250820150144998",
}, 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 wedataOpsUpstreamTasks = Tencentcloud.GetWedataOpsUpstreamTasks.Invoke(new()
{
ProjectId = "1859317240494305280",
TaskId = "20250820150144998",
});
});
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.GetWedataOpsUpstreamTasksArgs;
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 wedataOpsUpstreamTasks = TencentcloudFunctions.getWedataOpsUpstreamTasks(GetWedataOpsUpstreamTasksArgs.builder()
.projectId("1859317240494305280")
.taskId("20250820150144998")
.build());
}
}
variables:
wedataOpsUpstreamTasks:
fn::invoke:
function: tencentcloud:getWedataOpsUpstreamTasks
arguments:
projectId: '1859317240494305280'
taskId: '20250820150144998'
Using getWedataOpsUpstreamTasks
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 getWedataOpsUpstreamTasks(args: GetWedataOpsUpstreamTasksArgs, opts?: InvokeOptions): Promise<GetWedataOpsUpstreamTasksResult>
function getWedataOpsUpstreamTasksOutput(args: GetWedataOpsUpstreamTasksOutputArgs, opts?: InvokeOptions): Output<GetWedataOpsUpstreamTasksResult>def get_wedata_ops_upstream_tasks(id: Optional[str] = None,
project_id: Optional[str] = None,
result_output_file: Optional[str] = None,
task_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWedataOpsUpstreamTasksResult
def get_wedata_ops_upstream_tasks_output(id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
task_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWedataOpsUpstreamTasksResult]func GetWedataOpsUpstreamTasks(ctx *Context, args *GetWedataOpsUpstreamTasksArgs, opts ...InvokeOption) (*GetWedataOpsUpstreamTasksResult, error)
func GetWedataOpsUpstreamTasksOutput(ctx *Context, args *GetWedataOpsUpstreamTasksOutputArgs, opts ...InvokeOption) GetWedataOpsUpstreamTasksResultOutput> Note: This function is named GetWedataOpsUpstreamTasks in the Go SDK.
public static class GetWedataOpsUpstreamTasks
{
public static Task<GetWedataOpsUpstreamTasksResult> InvokeAsync(GetWedataOpsUpstreamTasksArgs args, InvokeOptions? opts = null)
public static Output<GetWedataOpsUpstreamTasksResult> Invoke(GetWedataOpsUpstreamTasksInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWedataOpsUpstreamTasksResult> getWedataOpsUpstreamTasks(GetWedataOpsUpstreamTasksArgs args, InvokeOptions options)
public static Output<GetWedataOpsUpstreamTasksResult> getWedataOpsUpstreamTasks(GetWedataOpsUpstreamTasksArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getWedataOpsUpstreamTasks:getWedataOpsUpstreamTasks
arguments:
# arguments dictionaryThe following arguments are supported:
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Id string
- Result
Output stringFile - Used to save results.
- Project
Id string - Project ID.
- Task
Id string - Task ID.
- Id string
- Result
Output stringFile - Used to save results.
- project
Id String - Project ID.
- task
Id String - Task ID.
- id String
- result
Output StringFile - Used to save results.
- project
Id string - Project ID.
- task
Id string - Task ID.
- id string
- result
Output stringFile - Used to save results.
- project_
id str - Project ID.
- task_
id str - Task ID.
- id str
- result_
output_ strfile - Used to save results.
- project
Id String - Project ID.
- task
Id String - Task ID.
- id String
- result
Output StringFile - Used to save results.
getWedataOpsUpstreamTasks Result
The following output properties are available:
- Datas
List<Get
Wedata Ops Upstream Tasks Data> - Upstream task details.
- Id string
- Project
Id string - Task
Id string - Result
Output stringFile
- Datas
[]Get
Wedata Ops Upstream Tasks Data - Upstream task details.
- Id string
- Project
Id string - Task
Id string - Result
Output stringFile
- datas
List<Get
Wedata Ops Upstream Tasks Data> - Upstream task details.
- id String
- project
Id String - task
Id String - result
Output StringFile
- datas
Get
Wedata Ops Upstream Tasks Data[] - Upstream task details.
- id string
- project
Id string - task
Id string - result
Output stringFile
- datas
Sequence[Get
Wedata Ops Upstream Tasks Data] - Upstream task details.
- id str
- project_
id str - task_
id str - result_
output_ strfile
- datas List<Property Map>
- Upstream task details.
- id String
- project
Id String - task
Id String - result
Output StringFile
Supporting Types
GetWedataOpsUpstreamTasksData
- Items
List<Get
Wedata Ops Upstream Tasks Data Item> - Page
Number double - Page
Size double - Total
Count double - Total
Page doubleNumber
- Items
[]Get
Wedata Ops Upstream Tasks Data Item - Page
Number float64 - Page
Size float64 - Total
Count float64 - Total
Page float64Number
- items
List<Get
Wedata Ops Upstream Tasks Data Item> - page
Number Double - page
Size Double - total
Count Double - total
Page DoubleNumber
- items
Get
Wedata Ops Upstream Tasks Data Item[] - page
Number number - page
Size number - total
Count number - total
Page numberNumber
- items
Sequence[Get
Wedata Ops Upstream Tasks Data Item] - page_
number float - page_
size float - total_
count float - total_
page_ floatnumber
- items List<Property Map>
- page
Number Number - page
Size Number - total
Count Number - total
Page NumberNumber
GetWedataOpsUpstreamTasksDataItem
- Cycle
Type string - Execution
End stringTime - Execution
Start stringTime - First
Run stringTime - First
Submit stringTime - Folder
Id string - Folder
Name string - Owner
Uin string - Project
Id string - Project ID.
- Project
Name string - Schedule
Desc string - Status string
- Task
Id string - Task ID.
- Task
Name string - Task
Type stringDesc - Task
Type doubleId - Workflow
Id string - Workflow
Name string
- Cycle
Type string - Execution
End stringTime - Execution
Start stringTime - First
Run stringTime - First
Submit stringTime - Folder
Id string - Folder
Name string - Owner
Uin string - Project
Id string - Project ID.
- Project
Name string - Schedule
Desc string - Status string
- Task
Id string - Task ID.
- Task
Name string - Task
Type stringDesc - Task
Type float64Id - Workflow
Id string - Workflow
Name string
- cycle
Type String - execution
End StringTime - execution
Start StringTime - first
Run StringTime - first
Submit StringTime - folder
Id String - folder
Name String - owner
Uin String - project
Id String - Project ID.
- project
Name String - schedule
Desc String - status String
- task
Id String - Task ID.
- task
Name String - task
Type StringDesc - task
Type DoubleId - workflow
Id String - workflow
Name String
- cycle
Type string - execution
End stringTime - execution
Start stringTime - first
Run stringTime - first
Submit stringTime - folder
Id string - folder
Name string - owner
Uin string - project
Id string - Project ID.
- project
Name string - schedule
Desc string - status string
- task
Id string - Task ID.
- task
Name string - task
Type stringDesc - task
Type numberId - workflow
Id string - workflow
Name string
- cycle_
type str - execution_
end_ strtime - execution_
start_ strtime - first_
run_ strtime - first_
submit_ strtime - folder_
id str - folder_
name str - owner_
uin str - project_
id str - Project ID.
- project_
name str - schedule_
desc str - status str
- task_
id str - Task ID.
- task_
name str - task_
type_ strdesc - task_
type_ floatid - workflow_
id str - workflow_
name str
- cycle
Type String - execution
End StringTime - execution
Start StringTime - first
Run StringTime - first
Submit StringTime - folder
Id String - folder
Name String - owner
Uin String - project
Id String - Project ID.
- project
Name String - schedule
Desc String - status String
- task
Id String - Task ID.
- task
Name String - task
Type StringDesc - task
Type NumberId - 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.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
