1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getWlmsManagedInstance
Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
oci logo
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 dictionary

    The following arguments are supported:

    ManagedInstanceId string
    The OCID of the instance.
    ManagedInstanceId string
    The OCID of the instance.
    managedInstanceId String
    The OCID of the instance.
    managedInstanceId string
    The OCID of the instance.
    managed_instance_id str
    The OCID of the instance.
    managedInstanceId String
    The OCID of the instance.

    getWlmsManagedInstance Result

    The following output properties are available:

    CompartmentId string
    The OCID of the compartment.
    Configurations List<GetWlmsManagedInstanceConfiguration>
    The configuration for a managed instance.
    DisplayName string
    A user-friendly name that does not have to be unique and is changeable.
    HostName string
    The FQDN of the managed instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedInstanceId string
    OsArch string
    The operating system architecture on the managed instance.
    OsName string
    The operating system name on the managed instance.
    PluginStatus string
    The plugin status of the managed instance.
    ServerCount int
    The number of servers running in the managed instance.
    TimeCreated string
    The date and time the managed instance was first reported (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the managed instance was last report (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    CompartmentId string
    The OCID of the compartment.
    Configurations []GetWlmsManagedInstanceConfiguration
    The configuration for a managed instance.
    DisplayName string
    A user-friendly name that does not have to be unique and is changeable.
    HostName string
    The FQDN of the managed instance.
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedInstanceId string
    OsArch string
    The operating system architecture on the managed instance.
    OsName string
    The operating system name on the managed instance.
    PluginStatus string
    The plugin status of the managed instance.
    ServerCount int
    The number of servers running in the managed instance.
    TimeCreated string
    The date and time the managed instance was first reported (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time the managed instance was last report (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    compartmentId String
    The OCID of the compartment.
    configurations List<GetWlmsManagedInstanceConfiguration>
    The configuration for a managed instance.
    displayName String
    A user-friendly name that does not have to be unique and is changeable.
    hostName String
    The FQDN of the managed instance.
    id String
    The provider-assigned unique ID for this managed resource.
    managedInstanceId String
    osArch String
    The operating system architecture on the managed instance.
    osName String
    The operating system name on the managed instance.
    pluginStatus String
    The plugin status of the managed instance.
    serverCount Integer
    The number of servers running in the managed instance.
    timeCreated String
    The date and time the managed instance was first reported (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time the managed instance was last report (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    compartmentId string
    The OCID of the compartment.
    configurations GetWlmsManagedInstanceConfiguration[]
    The configuration for a managed instance.
    displayName string
    A user-friendly name that does not have to be unique and is changeable.
    hostName string
    The FQDN of the managed instance.
    id string
    The provider-assigned unique ID for this managed resource.
    managedInstanceId string
    osArch string
    The operating system architecture on the managed instance.
    osName string
    The operating system name on the managed instance.
    pluginStatus string
    The plugin status of the managed instance.
    serverCount number
    The number of servers running in the managed instance.
    timeCreated string
    The date and time the managed instance was first reported (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    timeUpdated 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[GetWlmsManagedInstanceConfiguration]
    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_id str
    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
    compartmentId String
    The OCID of the compartment.
    configurations List<Property Map>
    The configuration for a managed instance.
    displayName String
    A user-friendly name that does not have to be unique and is changeable.
    hostName String
    The FQDN of the managed instance.
    id String
    The provider-assigned unique ID for this managed resource.
    managedInstanceId String
    osArch String
    The operating system architecture on the managed instance.
    osName String
    The operating system name on the managed instance.
    pluginStatus String
    The plugin status of the managed instance.
    serverCount Number
    The number of servers running in the managed instance.
    timeCreated String
    The date and time the managed instance was first reported (in RFC 3339 format). Example: 2016-08-25T21:10:29.600Z
    timeUpdated 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

    DiscoveryInterval int
    Frequency of domain discovery to be run on the managed instance. The unit is in hours.
    DomainSearchPaths List<string>
    The whitelisted paths which domain discovery are run against.
    DiscoveryInterval int
    Frequency of domain discovery to be run on the managed instance. The unit is in hours.
    DomainSearchPaths []string
    The whitelisted paths which domain discovery are run against.
    discoveryInterval Integer
    Frequency of domain discovery to be run on the managed instance. The unit is in hours.
    domainSearchPaths List<String>
    The whitelisted paths which domain discovery are run against.
    discoveryInterval number
    Frequency of domain discovery to be run on the managed instance. The unit is in hours.
    domainSearchPaths string[]
    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_paths Sequence[str]
    The whitelisted paths which domain discovery are run against.
    discoveryInterval Number
    Frequency of domain discovery to be run on the managed instance. The unit is in hours.
    domainSearchPaths List<String>
    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 oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.11.0 published on Thursday, Nov 13, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate