1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getWlmsWlsDomainServerBackupContent
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi

    This data source provides details about a specific Wls Domain Server Backup Content resource in Oracle Cloud Infrastructure Wlms service.

    Get details of specific backup for the WebLogic Domain.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testWlsDomainServerBackupContent = oci.oci.getWlmsWlsDomainServerBackupContent({
        backupId: testBackup.id,
        serverId: testServer.id,
        wlsDomainId: testWlsDomain.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_wls_domain_server_backup_content = oci.oci.get_wlms_wls_domain_server_backup_content(backup_id=test_backup["id"],
        server_id=test_server["id"],
        wls_domain_id=test_wls_domain["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oci.GetWlmsWlsDomainServerBackupContent(ctx, &oci.GetWlmsWlsDomainServerBackupContentArgs{
    			BackupId:    testBackup.Id,
    			ServerId:    testServer.Id,
    			WlsDomainId: testWlsDomain.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testWlsDomainServerBackupContent = Oci.Oci.GetWlmsWlsDomainServerBackupContent.Invoke(new()
        {
            BackupId = testBackup.Id,
            ServerId = testServer.Id,
            WlsDomainId = testWlsDomain.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.oci.OciFunctions;
    import com.pulumi.oci.oci.inputs.GetWlmsWlsDomainServerBackupContentArgs;
    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 testWlsDomainServerBackupContent = OciFunctions.getWlmsWlsDomainServerBackupContent(GetWlmsWlsDomainServerBackupContentArgs.builder()
                .backupId(testBackup.id())
                .serverId(testServer.id())
                .wlsDomainId(testWlsDomain.id())
                .build());
    
        }
    }
    
    variables:
      testWlsDomainServerBackupContent:
        fn::invoke:
          function: oci:oci:getWlmsWlsDomainServerBackupContent
          arguments:
            backupId: ${testBackup.id}
            serverId: ${testServer.id}
            wlsDomainId: ${testWlsDomain.id}
    

    Using getWlmsWlsDomainServerBackupContent

    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 getWlmsWlsDomainServerBackupContent(args: GetWlmsWlsDomainServerBackupContentArgs, opts?: InvokeOptions): Promise<GetWlmsWlsDomainServerBackupContentResult>
    function getWlmsWlsDomainServerBackupContentOutput(args: GetWlmsWlsDomainServerBackupContentOutputArgs, opts?: InvokeOptions): Output<GetWlmsWlsDomainServerBackupContentResult>
    def get_wlms_wls_domain_server_backup_content(backup_id: Optional[str] = None,
                                                  server_id: Optional[str] = None,
                                                  wls_domain_id: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetWlmsWlsDomainServerBackupContentResult
    def get_wlms_wls_domain_server_backup_content_output(backup_id: Optional[pulumi.Input[str]] = None,
                                                  server_id: Optional[pulumi.Input[str]] = None,
                                                  wls_domain_id: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetWlmsWlsDomainServerBackupContentResult]
    func GetWlmsWlsDomainServerBackupContent(ctx *Context, args *GetWlmsWlsDomainServerBackupContentArgs, opts ...InvokeOption) (*GetWlmsWlsDomainServerBackupContentResult, error)
    func GetWlmsWlsDomainServerBackupContentOutput(ctx *Context, args *GetWlmsWlsDomainServerBackupContentOutputArgs, opts ...InvokeOption) GetWlmsWlsDomainServerBackupContentResultOutput

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

    public static class GetWlmsWlsDomainServerBackupContent 
    {
        public static Task<GetWlmsWlsDomainServerBackupContentResult> InvokeAsync(GetWlmsWlsDomainServerBackupContentArgs args, InvokeOptions? opts = null)
        public static Output<GetWlmsWlsDomainServerBackupContentResult> Invoke(GetWlmsWlsDomainServerBackupContentInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetWlmsWlsDomainServerBackupContentResult> getWlmsWlsDomainServerBackupContent(GetWlmsWlsDomainServerBackupContentArgs args, InvokeOptions options)
    public static Output<GetWlmsWlsDomainServerBackupContentResult> getWlmsWlsDomainServerBackupContent(GetWlmsWlsDomainServerBackupContentArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getWlmsWlsDomainServerBackupContent:getWlmsWlsDomainServerBackupContent
      arguments:
        # arguments dictionary

    The following arguments are supported:

    BackupId string

    The unique identifier of the backup.

    Note: Not an OCID.

    ServerId string

    The unique identifier of a server.

    Note: Not an OCID.

    WlsDomainId string
    The OCID of the WebLogic domain.
    BackupId string

    The unique identifier of the backup.

    Note: Not an OCID.

    ServerId string

    The unique identifier of a server.

    Note: Not an OCID.

    WlsDomainId string
    The OCID of the WebLogic domain.
    backupId String

    The unique identifier of the backup.

    Note: Not an OCID.

    serverId String

    The unique identifier of a server.

    Note: Not an OCID.

    wlsDomainId String
    The OCID of the WebLogic domain.
    backupId string

    The unique identifier of the backup.

    Note: Not an OCID.

    serverId string

    The unique identifier of a server.

    Note: Not an OCID.

    wlsDomainId string
    The OCID of the WebLogic domain.
    backup_id str

    The unique identifier of the backup.

    Note: Not an OCID.

    server_id str

    The unique identifier of a server.

    Note: Not an OCID.

    wls_domain_id str
    The OCID of the WebLogic domain.
    backupId String

    The unique identifier of the backup.

    Note: Not an OCID.

    serverId String

    The unique identifier of a server.

    Note: Not an OCID.

    wlsDomainId String
    The OCID of the WebLogic domain.

    getWlmsWlsDomainServerBackupContent Result

    The following output properties are available:

    BackupId string
    ContentType string
    The type of content of the backup.
    Id string
    The provider-assigned unique ID for this managed resource.
    Middlewares List<GetWlmsWlsDomainServerBackupContentMiddleware>
    The content of the middleware binaries included in a backup.
    ServerId string
    WlsDomainId string
    BackupId string
    ContentType string
    The type of content of the backup.
    Id string
    The provider-assigned unique ID for this managed resource.
    Middlewares []GetWlmsWlsDomainServerBackupContentMiddleware
    The content of the middleware binaries included in a backup.
    ServerId string
    WlsDomainId string
    backupId String
    contentType String
    The type of content of the backup.
    id String
    The provider-assigned unique ID for this managed resource.
    middlewares List<GetWlmsWlsDomainServerBackupContentMiddleware>
    The content of the middleware binaries included in a backup.
    serverId String
    wlsDomainId String
    backupId string
    contentType string
    The type of content of the backup.
    id string
    The provider-assigned unique ID for this managed resource.
    middlewares GetWlmsWlsDomainServerBackupContentMiddleware[]
    The content of the middleware binaries included in a backup.
    serverId string
    wlsDomainId string
    backup_id str
    content_type str
    The type of content of the backup.
    id str
    The provider-assigned unique ID for this managed resource.
    middlewares Sequence[GetWlmsWlsDomainServerBackupContentMiddleware]
    The content of the middleware binaries included in a backup.
    server_id str
    wls_domain_id str
    backupId String
    contentType String
    The type of content of the backup.
    id String
    The provider-assigned unique ID for this managed resource.
    middlewares List<Property Map>
    The content of the middleware binaries included in a backup.
    serverId String
    wlsDomainId String

    Supporting Types

    GetWlmsWlsDomainServerBackupContentMiddleware

    Patches List<GetWlmsWlsDomainServerBackupContentMiddlewarePatch>
    The list of patches installed in the middleware included in the backup.
    Version string
    The version of the middleware binaries included in the backup.
    Patches []GetWlmsWlsDomainServerBackupContentMiddlewarePatch
    The list of patches installed in the middleware included in the backup.
    Version string
    The version of the middleware binaries included in the backup.
    patches List<GetWlmsWlsDomainServerBackupContentMiddlewarePatch>
    The list of patches installed in the middleware included in the backup.
    version String
    The version of the middleware binaries included in the backup.
    patches GetWlmsWlsDomainServerBackupContentMiddlewarePatch[]
    The list of patches installed in the middleware included in the backup.
    version string
    The version of the middleware binaries included in the backup.
    patches Sequence[GetWlmsWlsDomainServerBackupContentMiddlewarePatch]
    The list of patches installed in the middleware included in the backup.
    version str
    The version of the middleware binaries included in the backup.
    patches List<Property Map>
    The list of patches installed in the middleware included in the backup.
    version String
    The version of the middleware binaries included in the backup.

    GetWlmsWlsDomainServerBackupContentMiddlewarePatch

    Description string
    The description of the WebLogic patch.
    DisplayName string
    The display name of the WebLogic patch.
    Id string
    The ID of the WebLogic patch.
    Description string
    The description of the WebLogic patch.
    DisplayName string
    The display name of the WebLogic patch.
    Id string
    The ID of the WebLogic patch.
    description String
    The description of the WebLogic patch.
    displayName String
    The display name of the WebLogic patch.
    id String
    The ID of the WebLogic patch.
    description string
    The description of the WebLogic patch.
    displayName string
    The display name of the WebLogic patch.
    id string
    The ID of the WebLogic patch.
    description str
    The description of the WebLogic patch.
    display_name str
    The display name of the WebLogic patch.
    id str
    The ID of the WebLogic patch.
    description String
    The description of the WebLogic patch.
    displayName String
    The display name of the WebLogic patch.
    id String
    The ID of the WebLogic patch.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.12.0 published on Friday, Nov 21, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate