Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
This data source provides details about a specific Managed Instance resource in Oracle Cloud Infrastructure Wlms service.
Gets information about the specified managed instance.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testManagedInstance = oci.oci.getWlmsManagedInstance({
managedInstanceId: testManagedInstanceOciWlmsManagedInstance.id,
});
import pulumi
import pulumi_oci as oci
test_managed_instance = oci.oci.get_wlms_managed_instance(managed_instance_id=test_managed_instance_oci_wlms_managed_instance["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.GetWlmsManagedInstance(ctx, &oci.GetWlmsManagedInstanceArgs{
ManagedInstanceId: testManagedInstanceOciWlmsManagedInstance.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 testManagedInstance = Oci.Oci.GetWlmsManagedInstance.Invoke(new()
{
ManagedInstanceId = testManagedInstanceOciWlmsManagedInstance.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.GetWlmsManagedInstanceArgs;
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 testManagedInstance = OciFunctions.getWlmsManagedInstance(GetWlmsManagedInstanceArgs.builder()
.managedInstanceId(testManagedInstanceOciWlmsManagedInstance.id())
.build());
}
}
variables:
testManagedInstance:
fn::invoke:
function: oci:oci:getWlmsManagedInstance
arguments:
managedInstanceId: ${testManagedInstanceOciWlmsManagedInstance.id}
Using getWlmsManagedInstance
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 getWlmsManagedInstance(args: GetWlmsManagedInstanceArgs, opts?: InvokeOptions): Promise<GetWlmsManagedInstanceResult>
function getWlmsManagedInstanceOutput(args: GetWlmsManagedInstanceOutputArgs, opts?: InvokeOptions): Output<GetWlmsManagedInstanceResult>def get_wlms_managed_instance(managed_instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWlmsManagedInstanceResult
def get_wlms_managed_instance_output(managed_instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWlmsManagedInstanceResult]func GetWlmsManagedInstance(ctx *Context, args *GetWlmsManagedInstanceArgs, opts ...InvokeOption) (*GetWlmsManagedInstanceResult, error)
func GetWlmsManagedInstanceOutput(ctx *Context, args *GetWlmsManagedInstanceOutputArgs, opts ...InvokeOption) GetWlmsManagedInstanceResultOutput> Note: This function is named GetWlmsManagedInstance in the Go SDK.
public static class GetWlmsManagedInstance
{
public static Task<GetWlmsManagedInstanceResult> InvokeAsync(GetWlmsManagedInstanceArgs args, InvokeOptions? opts = null)
public static Output<GetWlmsManagedInstanceResult> Invoke(GetWlmsManagedInstanceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetWlmsManagedInstanceResult> getWlmsManagedInstance(GetWlmsManagedInstanceArgs args, InvokeOptions options)
public static Output<GetWlmsManagedInstanceResult> getWlmsManagedInstance(GetWlmsManagedInstanceArgs args, InvokeOptions options)
fn::invoke:
function: oci:oci/getWlmsManagedInstance:getWlmsManagedInstance
arguments:
# arguments dictionaryThe following arguments are supported:
- Managed
Instance stringId - The OCID of the instance.
- Managed
Instance stringId - The OCID of the instance.
- managed
Instance StringId - The OCID of the instance.
- managed
Instance stringId - The OCID of the instance.
- managed_
instance_ strid - The OCID of the instance.
- managed
Instance StringId - The OCID of the instance.
getWlmsManagedInstance Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- Configurations
List<Get
Wlms Managed Instance Configuration> - The configuration for a managed instance.
- Display
Name string - A user-friendly name that does not have to be unique and is changeable.
- Host
Name string - The FQDN of the managed instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Instance stringId - Os
Arch string - The operating system architecture on the managed instance.
- Os
Name string - The operating system name on the managed instance.
- Plugin
Status string - The plugin status of the managed instance.
- Server
Count int - The number of servers running in the managed instance.
- Time
Created string - The date and time the managed instance was first reported (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the managed instance was last report (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- Compartment
Id string - The OCID of the compartment.
- Configurations
[]Get
Wlms Managed Instance Configuration - The configuration for a managed instance.
- Display
Name string - A user-friendly name that does not have to be unique and is changeable.
- Host
Name string - The FQDN of the managed instance.
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Instance stringId - Os
Arch string - The operating system architecture on the managed instance.
- Os
Name string - The operating system name on the managed instance.
- Plugin
Status string - The plugin status of the managed instance.
- Server
Count int - The number of servers running in the managed instance.
- Time
Created string - The date and time the managed instance was first reported (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - Time
Updated string - The date and time the managed instance was last report (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- configurations
List<Get
Wlms Managed Instance Configuration> - The configuration for a managed instance.
- display
Name String - A user-friendly name that does not have to be unique and is changeable.
- host
Name String - The FQDN of the managed instance.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Instance StringId - os
Arch String - The operating system architecture on the managed instance.
- os
Name String - The operating system name on the managed instance.
- plugin
Status String - The plugin status of the managed instance.
- server
Count Integer - The number of servers running in the managed instance.
- time
Created String - The date and time the managed instance was first reported (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the managed instance was last report (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- compartment
Id string - The OCID of the compartment.
- configurations
Get
Wlms Managed Instance Configuration[] - The configuration for a managed instance.
- display
Name string - A user-friendly name that does not have to be unique and is changeable.
- host
Name string - The FQDN of the managed instance.
- id string
- The provider-assigned unique ID for this managed resource.
- managed
Instance stringId - os
Arch string - The operating system architecture on the managed instance.
- os
Name string - The operating system name on the managed instance.
- plugin
Status string - The plugin status of the managed instance.
- server
Count number - The number of servers running in the managed instance.
- time
Created string - The date and time the managed instance was first reported (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time
Updated string - The date and time the managed instance was last report (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- compartment_
id str - The OCID of the compartment.
- configurations
Sequence[Get
Wlms Managed Instance Configuration] - The configuration for a managed instance.
- display_
name str - A user-friendly name that does not have to be unique and is changeable.
- host_
name str - The FQDN of the managed instance.
- id str
- The provider-assigned unique ID for this managed resource.
- managed_
instance_ strid - os_
arch str - The operating system architecture on the managed instance.
- os_
name str - The operating system name on the managed instance.
- plugin_
status str - The plugin status of the managed instance.
- server_
count int - The number of servers running in the managed instance.
- time_
created str - The date and time the managed instance was first reported (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time_
updated str - The date and time the managed instance was last report (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
- compartment
Id String - The OCID of the compartment.
- configurations List<Property Map>
- The configuration for a managed instance.
- display
Name String - A user-friendly name that does not have to be unique and is changeable.
- host
Name String - The FQDN of the managed instance.
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Instance StringId - os
Arch String - The operating system architecture on the managed instance.
- os
Name String - The operating system name on the managed instance.
- plugin
Status String - The plugin status of the managed instance.
- server
Count Number - The number of servers running in the managed instance.
- time
Created String - The date and time the managed instance was first reported (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z - time
Updated String - The date and time the managed instance was last report (in RFC 3339 format). Example:
2016-08-25T21:10:29.600Z
Supporting Types
GetWlmsManagedInstanceConfiguration
- Discovery
Interval int - Frequency of domain discovery to be run on the managed instance. The unit is in hours.
- Domain
Search List<string>Paths - The whitelisted paths which domain discovery are run against.
- Discovery
Interval int - Frequency of domain discovery to be run on the managed instance. The unit is in hours.
- Domain
Search []stringPaths - The whitelisted paths which domain discovery are run against.
- discovery
Interval Integer - Frequency of domain discovery to be run on the managed instance. The unit is in hours.
- domain
Search List<String>Paths - The whitelisted paths which domain discovery are run against.
- discovery
Interval number - Frequency of domain discovery to be run on the managed instance. The unit is in hours.
- domain
Search string[]Paths - The whitelisted paths which domain discovery are run against.
- discovery_
interval int - Frequency of domain discovery to be run on the managed instance. The unit is in hours.
- domain_
search_ Sequence[str]paths - The whitelisted paths which domain discovery are run against.
- discovery
Interval Number - Frequency of domain discovery to be run on the managed instance. The unit is in hours.
- domain
Search List<String>Paths - The whitelisted paths which domain discovery are run against.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ociTerraform Provider.
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
