Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
This data source provides details about a specific Wls Domain resource in Oracle Cloud Infrastructure Wlms service.
Gets a specific WebLogic domain.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testWlsDomain = oci.oci.getWlmsWlsDomain({
wlsDomainId: testWlsDomainOciWlmsWlsDomain.id,
});
import pulumi
import pulumi_oci as oci
test_wls_domain = oci.oci.get_wlms_wls_domain(wls_domain_id=test_wls_domain_oci_wlms_wls_domain["id"])
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v4/go/oci/oci"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := oci.GetWlmsWlsDomain(ctx, &oci.GetWlmsWlsDomainArgs{
WlsDomainId: testWlsDomainOciWlmsWlsDomain.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 testWlsDomain = Oci.Oci.GetWlmsWlsDomain.Invoke(new()
{
WlsDomainId = testWlsDomainOciWlmsWlsDomain.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.GetWlmsWlsDomainArgs;
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 testWlsDomain = OciFunctions.getWlmsWlsDomain(GetWlmsWlsDomainArgs.builder()
.wlsDomainId(testWlsDomainOciWlmsWlsDomain.id())
.build());
}
}
variables:
testWlsDomain:
fn::invoke:
function: oci:oci:getWlmsWlsDomain
arguments:
wlsDomainId: ${testWlsDomainOciWlmsWlsDomain.id}
Using getWlmsWlsDomain
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 getWlmsWlsDomain(args: GetWlmsWlsDomainArgs, opts?: InvokeOptions): Promise<GetWlmsWlsDomainResult>
function getWlmsWlsDomainOutput(args: GetWlmsWlsDomainOutputArgs, opts?: InvokeOptions): Output<GetWlmsWlsDomainResult>def get_wlms_wls_domain(wls_domain_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWlmsWlsDomainResult
def get_wlms_wls_domain_output(wls_domain_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWlmsWlsDomainResult]func GetWlmsWlsDomain(ctx *Context, args *GetWlmsWlsDomainArgs, opts ...InvokeOption) (*GetWlmsWlsDomainResult, error)
func GetWlmsWlsDomainOutput(ctx *Context, args *GetWlmsWlsDomainOutputArgs, opts ...InvokeOption) GetWlmsWlsDomainResultOutput> Note: This function is named GetWlmsWlsDomain in the Go SDK.
public static class GetWlmsWlsDomain
{
public static Task<GetWlmsWlsDomainResult> InvokeAsync(GetWlmsWlsDomainArgs args, InvokeOptions? opts = null)
public static Output<GetWlmsWlsDomainResult> Invoke(GetWlmsWlsDomainInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWlmsWlsDomainResult> getWlmsWlsDomain(GetWlmsWlsDomainArgs args, InvokeOptions options)
public static Output<GetWlmsWlsDomainResult> getWlmsWlsDomain(GetWlmsWlsDomainArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getWlmsWlsDomain:getWlmsWlsDomain
arguments:
# arguments dictionaryThe following arguments are supported:
- Wls
Domain stringId - The OCID of the WebLogic domain.
- Wls
Domain stringId - The OCID of the WebLogic domain.
- wls
Domain StringId - The OCID of the WebLogic domain.
- wls
Domain stringId - The OCID of the WebLogic domain.
- wls_
domain_ strid - The OCID of the WebLogic domain.
- wls
Domain StringId - The OCID of the WebLogic domain.
getWlmsWlsDomain Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Configurations
List<Get
Wlms Wls Domain Configuration> - The WebLogic domain configuration.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly name that does not have to be unique and is changeable.
- Dictionary<string, string>
- Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Accepted boolTerms And Conditions - Whether or not the terms of use agreement has been accepted for the WebLogic domain.
- Lifecycle
Details string - A message that describes the current state of the WebLogic domain in more detail. For example, it can be used to provide actionable information for a resource in the Failed state.
- Middleware
Type string - The middleware type on the administration server of the WebLogic domain.
- Patch
Readiness stringStatus - The patch readiness status of the WebLogic domain.
- State string
- The current state of the WebLogic service domain.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the WebLogic domain was created (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the WebLogic domain was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Weblogic
Version string - The version of the WebLogic domain.
- Wls
Domain stringId
- Compartment
Id string - The OCID of the compartment.
- Configurations
[]Get
Wlms Wls Domain Configuration - The WebLogic domain configuration.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - Display
Name string - A user-friendly name that does not have to be unique and is changeable.
- map[string]string
- Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - Id string
- The provider-assigned unique ID for this managed resource.
- Is
Accepted boolTerms And Conditions - Whether or not the terms of use agreement has been accepted for the WebLogic domain.
- Lifecycle
Details string - A message that describes the current state of the WebLogic domain in more detail. For example, it can be used to provide actionable information for a resource in the Failed state.
- Middleware
Type string - The middleware type on the administration server of the WebLogic domain.
- Patch
Readiness stringStatus - The patch readiness status of the WebLogic domain.
- State string
- The current state of the WebLogic service domain.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - Time
Created string - The date and time the WebLogic domain was created (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the WebLogic domain was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Weblogic
Version string - The version of the WebLogic domain.
- Wls
Domain stringId
- compartment
Id String - The OCID of the compartment.
- configurations
List<Get
Wlms Wls Domain Configuration> - The WebLogic domain configuration.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly name that does not have to be unique and is changeable.
- Map<String,String>
- Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The provider-assigned unique ID for this managed resource.
- is
Accepted BooleanTerms And Conditions - Whether or not the terms of use agreement has been accepted for the WebLogic domain.
- lifecycle
Details String - A message that describes the current state of the WebLogic domain in more detail. For example, it can be used to provide actionable information for a resource in the Failed state.
- middleware
Type String - The middleware type on the administration server of the WebLogic domain.
- patch
Readiness StringStatus - The patch readiness status of the WebLogic domain.
- state String
- The current state of the WebLogic service domain.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the WebLogic domain was created (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the WebLogic domain was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - weblogic
Version String - The version of the WebLogic domain.
- wls
Domain StringId
- compartment
Id string - The OCID of the compartment.
- configurations
Get
Wlms Wls Domain Configuration[] - The WebLogic domain configuration.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name string - A user-friendly name that does not have to be unique and is changeable.
- {[key: string]: string}
- Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id string
- The provider-assigned unique ID for this managed resource.
- is
Accepted booleanTerms And Conditions - Whether or not the terms of use agreement has been accepted for the WebLogic domain.
- lifecycle
Details string - A message that describes the current state of the WebLogic domain in more detail. For example, it can be used to provide actionable information for a resource in the Failed state.
- middleware
Type string - The middleware type on the administration server of the WebLogic domain.
- patch
Readiness stringStatus - The patch readiness status of the WebLogic domain.
- state string
- The current state of the WebLogic service domain.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created string - The date and time the WebLogic domain was created (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the WebLogic domain was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - weblogic
Version string - The version of the WebLogic domain.
- wls
Domain stringId
- compartment_
id str - The OCID of the compartment.
- configurations
Sequence[Get
Wlms Wls Domain Configuration] - The WebLogic domain configuration.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display_
name str - A user-friendly name that does not have to be unique and is changeable.
- Mapping[str, str]
- Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id str
- The provider-assigned unique ID for this managed resource.
- is_
accepted_ boolterms_ and_ conditions - Whether or not the terms of use agreement has been accepted for the WebLogic domain.
- lifecycle_
details str - A message that describes the current state of the WebLogic domain in more detail. For example, it can be used to provide actionable information for a resource in the Failed state.
- middleware_
type str - The middleware type on the administration server of the WebLogic domain.
- patch_
readiness_ strstatus - The patch readiness status of the WebLogic domain.
- state str
- The current state of the WebLogic service domain.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time_
created str - The date and time the WebLogic domain was created (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the WebLogic domain was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - weblogic_
version str - The version of the WebLogic domain.
- wls_
domain_ strid
- compartment
Id String - The OCID of the compartment.
- configurations List<Property Map>
- The WebLogic domain configuration.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example:
{"Operations.CostCenter": "42"} - display
Name String - A user-friendly name that does not have to be unique and is changeable.
- Map<String>
- Free-form tags for this resource. Each tag is a key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example:
{"Department": "Finance"} - id String
- The provider-assigned unique ID for this managed resource.
- is
Accepted BooleanTerms And Conditions - Whether or not the terms of use agreement has been accepted for the WebLogic domain.
- lifecycle
Details String - A message that describes the current state of the WebLogic domain in more detail. For example, it can be used to provide actionable information for a resource in the Failed state.
- middleware
Type String - The middleware type on the administration server of the WebLogic domain.
- patch
Readiness StringStatus - The patch readiness status of the WebLogic domain.
- state String
- The current state of the WebLogic service domain.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"orcl-cloud.free-tier-retained": "true"} - time
Created String - The date and time the WebLogic domain was created (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the WebLogic domain was updated (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - weblogic
Version String - The version of the WebLogic domain.
- wls
Domain StringId
Supporting Types
GetWlmsWlsDomainConfiguration
- Admin
Server stringControl Mode - Whether to manage the admin server using Node Manager or scripts.
- Admin
Server stringStart Script Path - Path to admin server start script.
- Admin
Server stringStop Script Path - Path to admin server stop script.
- Is
Patch boolEnabled - Whether or not the WebLogic domain is enabled for patching.
- Is
Rollback boolOn Failure - Whether or not to rollback on failure during patching of WebLogic domain.
- Managed
Server stringControl Mode - Whether to manage the managed server using Node Manager or scripts.
- Managed
Server stringStart Script Path - Path to managed server start script.
- Managed
Server stringStop Script Path - Path to managed server stop script.
- Servers
Shutdown intTimeout - Servers shutdown timeout.
- Admin
Server stringControl Mode - Whether to manage the admin server using Node Manager or scripts.
- Admin
Server stringStart Script Path - Path to admin server start script.
- Admin
Server stringStop Script Path - Path to admin server stop script.
- Is
Patch boolEnabled - Whether or not the WebLogic domain is enabled for patching.
- Is
Rollback boolOn Failure - Whether or not to rollback on failure during patching of WebLogic domain.
- Managed
Server stringControl Mode - Whether to manage the managed server using Node Manager or scripts.
- Managed
Server stringStart Script Path - Path to managed server start script.
- Managed
Server stringStop Script Path - Path to managed server stop script.
- Servers
Shutdown intTimeout - Servers shutdown timeout.
- admin
Server StringControl Mode - Whether to manage the admin server using Node Manager or scripts.
- admin
Server StringStart Script Path - Path to admin server start script.
- admin
Server StringStop Script Path - Path to admin server stop script.
- is
Patch BooleanEnabled - Whether or not the WebLogic domain is enabled for patching.
- is
Rollback BooleanOn Failure - Whether or not to rollback on failure during patching of WebLogic domain.
- managed
Server StringControl Mode - Whether to manage the managed server using Node Manager or scripts.
- managed
Server StringStart Script Path - Path to managed server start script.
- managed
Server StringStop Script Path - Path to managed server stop script.
- servers
Shutdown IntegerTimeout - Servers shutdown timeout.
- admin
Server stringControl Mode - Whether to manage the admin server using Node Manager or scripts.
- admin
Server stringStart Script Path - Path to admin server start script.
- admin
Server stringStop Script Path - Path to admin server stop script.
- is
Patch booleanEnabled - Whether or not the WebLogic domain is enabled for patching.
- is
Rollback booleanOn Failure - Whether or not to rollback on failure during patching of WebLogic domain.
- managed
Server stringControl Mode - Whether to manage the managed server using Node Manager or scripts.
- managed
Server stringStart Script Path - Path to managed server start script.
- managed
Server stringStop Script Path - Path to managed server stop script.
- servers
Shutdown numberTimeout - Servers shutdown timeout.
- admin_
server_ strcontrol_ mode - Whether to manage the admin server using Node Manager or scripts.
- admin_
server_ strstart_ script_ path - Path to admin server start script.
- admin_
server_ strstop_ script_ path - Path to admin server stop script.
- is_
patch_ boolenabled - Whether or not the WebLogic domain is enabled for patching.
- is_
rollback_ boolon_ failure - Whether or not to rollback on failure during patching of WebLogic domain.
- managed_
server_ strcontrol_ mode - Whether to manage the managed server using Node Manager or scripts.
- managed_
server_ strstart_ script_ path - Path to managed server start script.
- managed_
server_ strstop_ script_ path - Path to managed server stop script.
- servers_
shutdown_ inttimeout - Servers shutdown timeout.
- admin
Server StringControl Mode - Whether to manage the admin server using Node Manager or scripts.
- admin
Server StringStart Script Path - Path to admin server start script.
- admin
Server StringStop Script Path - Path to admin server stop script.
- is
Patch BooleanEnabled - Whether or not the WebLogic domain is enabled for patching.
- is
Rollback BooleanOn Failure - Whether or not to rollback on failure during patching of WebLogic domain.
- managed
Server StringControl Mode - Whether to manage the managed server using Node Manager or scripts.
- managed
Server StringStart Script Path - Path to managed server start script.
- managed
Server StringStop Script Path - Path to managed server stop script.
- servers
Shutdown NumberTimeout - Servers shutdown timeout.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Viewing docs for Oracle Cloud Infrastructure v4.5.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
