1. Packages
  2. Tencentcloud Provider
  3. API Docs
  4. getOceanusSavepointList
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

tencentcloud.getOceanusSavepointList

Start a Neo task
Explain and create a tencentcloud.getOceanusSavepointList resource
tencentcloud logo
tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack

    Use this data source to query detailed information of oceanus savepoint_list

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as tencentcloud from "@pulumi/tencentcloud";
    
    const example = tencentcloud.getOceanusSavepointList({
        jobId: "cql-314rw6w0",
        workSpaceId: "space-2idq8wbr",
    });
    
    import pulumi
    import pulumi_tencentcloud as tencentcloud
    
    example = tencentcloud.get_oceanus_savepoint_list(job_id="cql-314rw6w0",
        work_space_id="space-2idq8wbr")
    
    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.GetOceanusSavepointList(ctx, &tencentcloud.GetOceanusSavepointListArgs{
    			JobId:       "cql-314rw6w0",
    			WorkSpaceId: pulumi.StringRef("space-2idq8wbr"),
    		}, 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 example = Tencentcloud.GetOceanusSavepointList.Invoke(new()
        {
            JobId = "cql-314rw6w0",
            WorkSpaceId = "space-2idq8wbr",
        });
    
    });
    
    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.GetOceanusSavepointListArgs;
    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 example = TencentcloudFunctions.getOceanusSavepointList(GetOceanusSavepointListArgs.builder()
                .jobId("cql-314rw6w0")
                .workSpaceId("space-2idq8wbr")
                .build());
    
        }
    }
    
    variables:
      example:
        fn::invoke:
          function: tencentcloud:getOceanusSavepointList
          arguments:
            jobId: cql-314rw6w0
            workSpaceId: space-2idq8wbr
    

    Using getOceanusSavepointList

    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 getOceanusSavepointList(args: GetOceanusSavepointListArgs, opts?: InvokeOptions): Promise<GetOceanusSavepointListResult>
    function getOceanusSavepointListOutput(args: GetOceanusSavepointListOutputArgs, opts?: InvokeOptions): Output<GetOceanusSavepointListResult>
    def get_oceanus_savepoint_list(id: Optional[str] = None,
                                   job_id: Optional[str] = None,
                                   result_output_file: Optional[str] = None,
                                   work_space_id: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetOceanusSavepointListResult
    def get_oceanus_savepoint_list_output(id: Optional[pulumi.Input[str]] = None,
                                   job_id: Optional[pulumi.Input[str]] = None,
                                   result_output_file: Optional[pulumi.Input[str]] = None,
                                   work_space_id: Optional[pulumi.Input[str]] = None,
                                   opts: Optional[InvokeOptions] = None) -> Output[GetOceanusSavepointListResult]
    func GetOceanusSavepointList(ctx *Context, args *GetOceanusSavepointListArgs, opts ...InvokeOption) (*GetOceanusSavepointListResult, error)
    func GetOceanusSavepointListOutput(ctx *Context, args *GetOceanusSavepointListOutputArgs, opts ...InvokeOption) GetOceanusSavepointListResultOutput

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

    public static class GetOceanusSavepointList 
    {
        public static Task<GetOceanusSavepointListResult> InvokeAsync(GetOceanusSavepointListArgs args, InvokeOptions? opts = null)
        public static Output<GetOceanusSavepointListResult> Invoke(GetOceanusSavepointListInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetOceanusSavepointListResult> getOceanusSavepointList(GetOceanusSavepointListArgs args, InvokeOptions options)
    public static Output<GetOceanusSavepointListResult> getOceanusSavepointList(GetOceanusSavepointListArgs args, InvokeOptions options)
    
    fn::invoke:
      function: tencentcloud:index/getOceanusSavepointList:getOceanusSavepointList
      arguments:
        # arguments dictionary

    The following arguments are supported:

    JobId string
    Job SerialId.
    Id string
    Primary keyNote: This field may return null, indicating that no valid value was found.
    ResultOutputFile string
    Used to save results.
    WorkSpaceId string
    Workspace SerialId.
    JobId string
    Job SerialId.
    Id string
    Primary keyNote: This field may return null, indicating that no valid value was found.
    ResultOutputFile string
    Used to save results.
    WorkSpaceId string
    Workspace SerialId.
    jobId String
    Job SerialId.
    id String
    Primary keyNote: This field may return null, indicating that no valid value was found.
    resultOutputFile String
    Used to save results.
    workSpaceId String
    Workspace SerialId.
    jobId string
    Job SerialId.
    id string
    Primary keyNote: This field may return null, indicating that no valid value was found.
    resultOutputFile string
    Used to save results.
    workSpaceId string
    Workspace SerialId.
    job_id str
    Job SerialId.
    id str
    Primary keyNote: This field may return null, indicating that no valid value was found.
    result_output_file str
    Used to save results.
    work_space_id str
    Workspace SerialId.
    jobId String
    Job SerialId.
    id String
    Primary keyNote: This field may return null, indicating that no valid value was found.
    resultOutputFile String
    Used to save results.
    workSpaceId String
    Workspace SerialId.

    getOceanusSavepointList Result

    The following output properties are available:

    Id string
    Primary keyNote: This field may return null, indicating that no valid value was found.
    JobId string
    Savepoints List<GetOceanusSavepointListSavepoint>
    Snapshot listNote: This field may return null, indicating that no valid value was found.
    ResultOutputFile string
    WorkSpaceId string
    Id string
    Primary keyNote: This field may return null, indicating that no valid value was found.
    JobId string
    Savepoints []GetOceanusSavepointListSavepoint
    Snapshot listNote: This field may return null, indicating that no valid value was found.
    ResultOutputFile string
    WorkSpaceId string
    id String
    Primary keyNote: This field may return null, indicating that no valid value was found.
    jobId String
    savepoints List<GetOceanusSavepointListSavepoint>
    Snapshot listNote: This field may return null, indicating that no valid value was found.
    resultOutputFile String
    workSpaceId String
    id string
    Primary keyNote: This field may return null, indicating that no valid value was found.
    jobId string
    savepoints GetOceanusSavepointListSavepoint[]
    Snapshot listNote: This field may return null, indicating that no valid value was found.
    resultOutputFile string
    workSpaceId string
    id str
    Primary keyNote: This field may return null, indicating that no valid value was found.
    job_id str
    savepoints Sequence[GetOceanusSavepointListSavepoint]
    Snapshot listNote: This field may return null, indicating that no valid value was found.
    result_output_file str
    work_space_id str
    id String
    Primary keyNote: This field may return null, indicating that no valid value was found.
    jobId String
    savepoints List<Property Map>
    Snapshot listNote: This field may return null, indicating that no valid value was found.
    resultOutputFile String
    workSpaceId String

    Supporting Types

    GetOceanusSavepointListSavepoint

    CreateTime double
    Creation timeNote: This field may return null, indicating that no valid value was found.
    Description string
    DescriptionNote: This field may return null, indicating that no valid value was found.
    Id double
    Primary keyNote: This field may return null, indicating that no valid value was found.
    JobRuntimeId double
    Sequential ID of the running job instanceNote: This field may return null, indicating that no valid value was found.
    Path string
    PathNote: This field may return null, indicating that no valid value was found.
    PathStatus double
    Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
    RecordType double
    Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
    SerialId string
    Snapshot SerialIdNote: This field may return null, indicating that no valid value was found.
    Size double
    SizeNote: This field may return null, indicating that no valid value was found.
    Status double
    Status: 1=Active; 2=Expired; 3=InProgress; 4=Failed; 5=TimeoutNote: This field may return null, indicating that no valid value was found.
    TimeConsuming double
    Time consumptionNote: This field may return null, indicating that no valid value was found.
    Timeout double
    Fixed timeoutNote: This field may return null, indicating that no valid value was found.
    UpdateTime double
    Update timeNote: This field may return null, indicating that no valid value was found.
    VersionId double
    Version numberNote: This field may return null, indicating that no valid value was found.
    CreateTime float64
    Creation timeNote: This field may return null, indicating that no valid value was found.
    Description string
    DescriptionNote: This field may return null, indicating that no valid value was found.
    Id float64
    Primary keyNote: This field may return null, indicating that no valid value was found.
    JobRuntimeId float64
    Sequential ID of the running job instanceNote: This field may return null, indicating that no valid value was found.
    Path string
    PathNote: This field may return null, indicating that no valid value was found.
    PathStatus float64
    Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
    RecordType float64
    Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
    SerialId string
    Snapshot SerialIdNote: This field may return null, indicating that no valid value was found.
    Size float64
    SizeNote: This field may return null, indicating that no valid value was found.
    Status float64
    Status: 1=Active; 2=Expired; 3=InProgress; 4=Failed; 5=TimeoutNote: This field may return null, indicating that no valid value was found.
    TimeConsuming float64
    Time consumptionNote: This field may return null, indicating that no valid value was found.
    Timeout float64
    Fixed timeoutNote: This field may return null, indicating that no valid value was found.
    UpdateTime float64
    Update timeNote: This field may return null, indicating that no valid value was found.
    VersionId float64
    Version numberNote: This field may return null, indicating that no valid value was found.
    createTime Double
    Creation timeNote: This field may return null, indicating that no valid value was found.
    description String
    DescriptionNote: This field may return null, indicating that no valid value was found.
    id Double
    Primary keyNote: This field may return null, indicating that no valid value was found.
    jobRuntimeId Double
    Sequential ID of the running job instanceNote: This field may return null, indicating that no valid value was found.
    path String
    PathNote: This field may return null, indicating that no valid value was found.
    pathStatus Double
    Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
    recordType Double
    Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
    serialId String
    Snapshot SerialIdNote: This field may return null, indicating that no valid value was found.
    size Double
    SizeNote: This field may return null, indicating that no valid value was found.
    status Double
    Status: 1=Active; 2=Expired; 3=InProgress; 4=Failed; 5=TimeoutNote: This field may return null, indicating that no valid value was found.
    timeConsuming Double
    Time consumptionNote: This field may return null, indicating that no valid value was found.
    timeout Double
    Fixed timeoutNote: This field may return null, indicating that no valid value was found.
    updateTime Double
    Update timeNote: This field may return null, indicating that no valid value was found.
    versionId Double
    Version numberNote: This field may return null, indicating that no valid value was found.
    createTime number
    Creation timeNote: This field may return null, indicating that no valid value was found.
    description string
    DescriptionNote: This field may return null, indicating that no valid value was found.
    id number
    Primary keyNote: This field may return null, indicating that no valid value was found.
    jobRuntimeId number
    Sequential ID of the running job instanceNote: This field may return null, indicating that no valid value was found.
    path string
    PathNote: This field may return null, indicating that no valid value was found.
    pathStatus number
    Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
    recordType number
    Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
    serialId string
    Snapshot SerialIdNote: This field may return null, indicating that no valid value was found.
    size number
    SizeNote: This field may return null, indicating that no valid value was found.
    status number
    Status: 1=Active; 2=Expired; 3=InProgress; 4=Failed; 5=TimeoutNote: This field may return null, indicating that no valid value was found.
    timeConsuming number
    Time consumptionNote: This field may return null, indicating that no valid value was found.
    timeout number
    Fixed timeoutNote: This field may return null, indicating that no valid value was found.
    updateTime number
    Update timeNote: This field may return null, indicating that no valid value was found.
    versionId number
    Version numberNote: This field may return null, indicating that no valid value was found.
    create_time float
    Creation timeNote: This field may return null, indicating that no valid value was found.
    description str
    DescriptionNote: This field may return null, indicating that no valid value was found.
    id float
    Primary keyNote: This field may return null, indicating that no valid value was found.
    job_runtime_id float
    Sequential ID of the running job instanceNote: This field may return null, indicating that no valid value was found.
    path str
    PathNote: This field may return null, indicating that no valid value was found.
    path_status float
    Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
    record_type float
    Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
    serial_id str
    Snapshot SerialIdNote: This field may return null, indicating that no valid value was found.
    size float
    SizeNote: This field may return null, indicating that no valid value was found.
    status float
    Status: 1=Active; 2=Expired; 3=InProgress; 4=Failed; 5=TimeoutNote: This field may return null, indicating that no valid value was found.
    time_consuming float
    Time consumptionNote: This field may return null, indicating that no valid value was found.
    timeout float
    Fixed timeoutNote: This field may return null, indicating that no valid value was found.
    update_time float
    Update timeNote: This field may return null, indicating that no valid value was found.
    version_id float
    Version numberNote: This field may return null, indicating that no valid value was found.
    createTime Number
    Creation timeNote: This field may return null, indicating that no valid value was found.
    description String
    DescriptionNote: This field may return null, indicating that no valid value was found.
    id Number
    Primary keyNote: This field may return null, indicating that no valid value was found.
    jobRuntimeId Number
    Sequential ID of the running job instanceNote: This field may return null, indicating that no valid value was found.
    path String
    PathNote: This field may return null, indicating that no valid value was found.
    pathStatus Number
    Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
    recordType Number
    Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
    serialId String
    Snapshot SerialIdNote: This field may return null, indicating that no valid value was found.
    size Number
    SizeNote: This field may return null, indicating that no valid value was found.
    status Number
    Status: 1=Active; 2=Expired; 3=InProgress; 4=Failed; 5=TimeoutNote: This field may return null, indicating that no valid value was found.
    timeConsuming Number
    Time consumptionNote: This field may return null, indicating that no valid value was found.
    timeout Number
    Fixed timeoutNote: This field may return null, indicating that no valid value was found.
    updateTime Number
    Update timeNote: This field may return null, indicating that no valid value was found.
    versionId Number
    Version numberNote: This field may return null, indicating that no valid value was found.

    Package Details

    Repository
    tencentcloud tencentcloudstack/terraform-provider-tencentcloud
    License
    Notes
    This Pulumi package is based on the tencentcloud Terraform Provider.
    tencentcloud logo
    tencentcloud 1.82.34 published on Wednesday, Nov 5, 2025 by tencentcloudstack
      Meet Neo: Your AI Platform Teammate