tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getOceanusSavepointList
Start a Neo task
Explain and create a tencentcloud.getOceanusSavepointList resource
tencentcloud 1.82.35 published on Friday, Nov 7, 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 dictionaryThe following arguments are supported:
- Job
Id string - Job SerialId.
- Id string
- Primary keyNote: This field may return null, indicating that no valid value was found.
- Result
Output stringFile - Used to save results.
- Work
Space stringId - Workspace SerialId.
- Job
Id string - Job SerialId.
- Id string
- Primary keyNote: This field may return null, indicating that no valid value was found.
- Result
Output stringFile - Used to save results.
- Work
Space stringId - Workspace SerialId.
- job
Id String - Job SerialId.
- id String
- Primary keyNote: This field may return null, indicating that no valid value was found.
- result
Output StringFile - Used to save results.
- work
Space StringId - Workspace SerialId.
- job
Id string - Job SerialId.
- id string
- Primary keyNote: This field may return null, indicating that no valid value was found.
- result
Output stringFile - Used to save results.
- work
Space stringId - 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_ strfile - Used to save results.
- work_
space_ strid - Workspace SerialId.
- job
Id String - Job SerialId.
- id String
- Primary keyNote: This field may return null, indicating that no valid value was found.
- result
Output StringFile - Used to save results.
- work
Space StringId - 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.
- Job
Id string - Savepoints
List<Get
Oceanus Savepoint List Savepoint> - Snapshot listNote: This field may return null, indicating that no valid value was found.
- Result
Output stringFile - Work
Space stringId
- Id string
- Primary keyNote: This field may return null, indicating that no valid value was found.
- Job
Id string - Savepoints
[]Get
Oceanus Savepoint List Savepoint - Snapshot listNote: This field may return null, indicating that no valid value was found.
- Result
Output stringFile - Work
Space stringId
- id String
- Primary keyNote: This field may return null, indicating that no valid value was found.
- job
Id String - savepoints
List<Get
Oceanus Savepoint List Savepoint> - Snapshot listNote: This field may return null, indicating that no valid value was found.
- result
Output StringFile - work
Space StringId
- id string
- Primary keyNote: This field may return null, indicating that no valid value was found.
- job
Id string - savepoints
Get
Oceanus Savepoint List Savepoint[] - Snapshot listNote: This field may return null, indicating that no valid value was found.
- result
Output stringFile - work
Space stringId
- id str
- Primary keyNote: This field may return null, indicating that no valid value was found.
- job_
id str - savepoints
Sequence[Get
Oceanus Savepoint List Savepoint] - Snapshot listNote: This field may return null, indicating that no valid value was found.
- result_
output_ strfile - work_
space_ strid
- id String
- Primary keyNote: This field may return null, indicating that no valid value was found.
- job
Id String - savepoints List<Property Map>
- Snapshot listNote: This field may return null, indicating that no valid value was found.
- result
Output StringFile - work
Space StringId
Supporting Types
GetOceanusSavepointListSavepoint
- Create
Time 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.
- Job
Runtime doubleId - 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.
- Path
Status double - Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
- Record
Type double - Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
- Serial
Id 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.
- Time
Consuming 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.
- Update
Time double - Update timeNote: This field may return null, indicating that no valid value was found.
- Version
Id double - Version numberNote: This field may return null, indicating that no valid value was found.
- Create
Time 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.
- Job
Runtime float64Id - 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.
- Path
Status float64 - Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
- Record
Type float64 - Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
- Serial
Id 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.
- Time
Consuming 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.
- Update
Time float64 - Update timeNote: This field may return null, indicating that no valid value was found.
- Version
Id float64 - Version numberNote: This field may return null, indicating that no valid value was found.
- create
Time 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.
- job
Runtime DoubleId - 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.
- path
Status Double - Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
- record
Type Double - Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
- serial
Id 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.
- time
Consuming 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.
- update
Time Double - Update timeNote: This field may return null, indicating that no valid value was found.
- version
Id Double - Version numberNote: This field may return null, indicating that no valid value was found.
- create
Time 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.
- job
Runtime numberId - 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.
- path
Status number - Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
- record
Type number - Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
- serial
Id 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.
- time
Consuming 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.
- update
Time number - Update timeNote: This field may return null, indicating that no valid value was found.
- version
Id 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_ floatid - 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.
- create
Time 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.
- job
Runtime NumberId - 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.
- path
Status Number - Snapshot path status: 1=available; 2=unavailable;Note: This field may return null, indicating that no valid value was found.
- record
Type Number - Snapshot type: 1=savepoint; 2=checkpoint; 3=cancelWithSavepointNote: This field may return null, indicating that no valid value was found.
- serial
Id 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.
- time
Consuming 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.
- update
Time Number - Update timeNote: This field may return null, indicating that no valid value was found.
- version
Id 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
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
