1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. Ocvp
  5. getManagementAppliance
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
oci logo
Oracle Cloud Infrastructure v3.16.0 published on Wednesday, Jan 28, 2026 by Pulumi

    This data source provides details about a specific Management Appliance resource in Oracle Cloud Infrastructure Oracle Cloud VMware Solution service.

    Get the specified management appliance information.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testManagementAppliance = oci.Ocvp.getManagementAppliance({
        managementApplianceId: testManagementApplianceOciOcvpManagementAppliance.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_management_appliance = oci.Ocvp.get_management_appliance(management_appliance_id=test_management_appliance_oci_ocvp_management_appliance["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/ocvp"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ocvp.GetManagementAppliance(ctx, &ocvp.GetManagementApplianceArgs{
    			ManagementApplianceId: testManagementApplianceOciOcvpManagementAppliance.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 testManagementAppliance = Oci.Ocvp.GetManagementAppliance.Invoke(new()
        {
            ManagementApplianceId = testManagementApplianceOciOcvpManagementAppliance.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.Ocvp.OcvpFunctions;
    import com.pulumi.oci.Ocvp.inputs.GetManagementApplianceArgs;
    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 testManagementAppliance = OcvpFunctions.getManagementAppliance(GetManagementApplianceArgs.builder()
                .managementApplianceId(testManagementApplianceOciOcvpManagementAppliance.id())
                .build());
    
        }
    }
    
    variables:
      testManagementAppliance:
        fn::invoke:
          function: oci:Ocvp:getManagementAppliance
          arguments:
            managementApplianceId: ${testManagementApplianceOciOcvpManagementAppliance.id}
    

    Using getManagementAppliance

    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 getManagementAppliance(args: GetManagementApplianceArgs, opts?: InvokeOptions): Promise<GetManagementApplianceResult>
    function getManagementApplianceOutput(args: GetManagementApplianceOutputArgs, opts?: InvokeOptions): Output<GetManagementApplianceResult>
    def get_management_appliance(management_appliance_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetManagementApplianceResult
    def get_management_appliance_output(management_appliance_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetManagementApplianceResult]
    func LookupManagementAppliance(ctx *Context, args *LookupManagementApplianceArgs, opts ...InvokeOption) (*LookupManagementApplianceResult, error)
    func LookupManagementApplianceOutput(ctx *Context, args *LookupManagementApplianceOutputArgs, opts ...InvokeOption) LookupManagementApplianceResultOutput

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

    public static class GetManagementAppliance 
    {
        public static Task<GetManagementApplianceResult> InvokeAsync(GetManagementApplianceArgs args, InvokeOptions? opts = null)
        public static Output<GetManagementApplianceResult> Invoke(GetManagementApplianceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagementApplianceResult> getManagementAppliance(GetManagementApplianceArgs args, InvokeOptions options)
    public static Output<GetManagementApplianceResult> getManagementAppliance(GetManagementApplianceArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:Ocvp/getManagementAppliance:getManagementAppliance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagementApplianceId string
    The OCID of the management appliance.
    ManagementApplianceId string
    The OCID of the management appliance.
    managementApplianceId String
    The OCID of the management appliance.
    managementApplianceId string
    The OCID of the management appliance.
    management_appliance_id str
    The OCID of the management appliance.
    managementApplianceId String
    The OCID of the management appliance.

    getManagementAppliance Result

    The following output properties are available:

    CompartmentId string
    The OCID of compartment in OCI, that this appliance is going to be created in.
    ComputeInstanceId string
    The OCID of compute instance of management appliance in OCI.
    Configurations List<GetManagementApplianceConfiguration>
    Configuration of management appliance.
    Connections List<GetManagementApplianceConnection>
    Array of connections for management appliance.
    DefinedTags 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"}
    DisplayName string
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    HeartbeatConnectionStates List<GetManagementApplianceHeartbeatConnectionState>
    Current states of connections.
    Id string
    The OCID of management appliance.
    LifecycleDetails string
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    ManagementAgentId string
    The OCID of management agent, that this appliance is running in.
    ManagementApplianceId string
    PublicSshKeys string
    SddcId string
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    State string
    Current state of the management appliance.
    SystemTags Dictionary<string, string>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    TimeConfigurationUpdated string
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    TimeCreated string
    The date and time the management appliance was created in the format defined by RFC3339.
    TimeLastHeartbeat string
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    TimeUpdated string
    The date and time the management appliance was last updated in the format defined by RFC3339.
    CompartmentId string
    The OCID of compartment in OCI, that this appliance is going to be created in.
    ComputeInstanceId string
    The OCID of compute instance of management appliance in OCI.
    Configurations []GetManagementApplianceConfiguration
    Configuration of management appliance.
    Connections []GetManagementApplianceConnection
    Array of connections for management appliance.
    DefinedTags 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"}
    DisplayName string
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    HeartbeatConnectionStates []GetManagementApplianceHeartbeatConnectionState
    Current states of connections.
    Id string
    The OCID of management appliance.
    LifecycleDetails string
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    ManagementAgentId string
    The OCID of management agent, that this appliance is running in.
    ManagementApplianceId string
    PublicSshKeys string
    SddcId string
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    State string
    Current state of the management appliance.
    SystemTags map[string]string
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    TimeConfigurationUpdated string
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    TimeCreated string
    The date and time the management appliance was created in the format defined by RFC3339.
    TimeLastHeartbeat string
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    TimeUpdated string
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartmentId String
    The OCID of compartment in OCI, that this appliance is going to be created in.
    computeInstanceId String
    The OCID of compute instance of management appliance in OCI.
    configurations List<GetManagementApplianceConfiguration>
    Configuration of management appliance.
    connections List<GetManagementApplianceConnection>
    Array of connections for management appliance.
    definedTags 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"}
    displayName String
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeatConnectionStates List<GetManagementApplianceHeartbeatConnectionState>
    Current states of connections.
    id String
    The OCID of management appliance.
    lifecycleDetails String
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    managementAgentId String
    The OCID of management agent, that this appliance is running in.
    managementApplianceId String
    publicSshKeys String
    sddcId String
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state String
    Current state of the management appliance.
    systemTags Map<String,String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    timeConfigurationUpdated String
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    timeCreated String
    The date and time the management appliance was created in the format defined by RFC3339.
    timeLastHeartbeat String
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    timeUpdated String
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartmentId string
    The OCID of compartment in OCI, that this appliance is going to be created in.
    computeInstanceId string
    The OCID of compute instance of management appliance in OCI.
    configurations GetManagementApplianceConfiguration[]
    Configuration of management appliance.
    connections GetManagementApplianceConnection[]
    Array of connections for management appliance.
    definedTags {[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"}
    displayName string
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeatConnectionStates GetManagementApplianceHeartbeatConnectionState[]
    Current states of connections.
    id string
    The OCID of management appliance.
    lifecycleDetails string
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    managementAgentId string
    The OCID of management agent, that this appliance is running in.
    managementApplianceId string
    publicSshKeys string
    sddcId string
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state string
    Current state of the management appliance.
    systemTags {[key: string]: string}
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    timeConfigurationUpdated string
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    timeCreated string
    The date and time the management appliance was created in the format defined by RFC3339.
    timeLastHeartbeat string
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    timeUpdated string
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartment_id str
    The OCID of compartment in OCI, that this appliance is going to be created in.
    compute_instance_id str
    The OCID of compute instance of management appliance in OCI.
    configurations Sequence[GetManagementApplianceConfiguration]
    Configuration of management appliance.
    connections Sequence[GetManagementApplianceConnection]
    Array of connections for management appliance.
    defined_tags 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 descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeat_connection_states Sequence[GetManagementApplianceHeartbeatConnectionState]
    Current states of connections.
    id str
    The OCID of management appliance.
    lifecycle_details str
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    management_agent_id str
    The OCID of management agent, that this appliance is running in.
    management_appliance_id str
    public_ssh_keys str
    sddc_id str
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state str
    Current state of the management appliance.
    system_tags Mapping[str, str]
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    time_configuration_updated str
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    time_created str
    The date and time the management appliance was created in the format defined by RFC3339.
    time_last_heartbeat str
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    time_updated str
    The date and time the management appliance was last updated in the format defined by RFC3339.
    compartmentId String
    The OCID of compartment in OCI, that this appliance is going to be created in.
    computeInstanceId String
    The OCID of compute instance of management appliance in OCI.
    configurations List<Property Map>
    Configuration of management appliance.
    connections List<Property Map>
    Array of connections for management appliance.
    definedTags 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"}
    displayName String
    A descriptive name for the management appliance. It must be unique, start with a letter, and contain only letters, digits, whitespaces, dashes and underscores. Avoid entering confidential information.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    heartbeatConnectionStates List<Property Map>
    Current states of connections.
    id String
    The OCID of management appliance.
    lifecycleDetails String
    Information about current lifecycleState. For FAILED and NEEDS_ATTENTION contains explanations. For other states may contain some details about their progress.
    managementAgentId String
    The OCID of management agent, that this appliance is running in.
    managementApplianceId String
    publicSshKeys String
    sddcId String
    The OCID of SDDC in OCI, that this appliance is going to be registered in.
    state String
    Current state of the management appliance.
    systemTags Map<String>
    Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {orcl-cloud: {free-tier-retain: true}}
    timeConfigurationUpdated String
    The date and time the configuration of management appliance was last updated in the format defined by RFC3339.
    timeCreated String
    The date and time the management appliance was created in the format defined by RFC3339.
    timeLastHeartbeat String
    The date and time the management appliance has last received heartbeat in the format defined by RFC3339.
    timeUpdated String
    The date and time the management appliance was last updated in the format defined by RFC3339.

    Supporting Types

    GetManagementApplianceConfiguration

    IsLogIngestionEnabled bool
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    IsMetricsCollectionEnabled bool
    Is metrics collection and publishing is enabled for appliance.
    Metrics List<string>
    Array of metrics ids to collect.
    SupportBundleBucketId string
    The OCID of support bundle Object Storage bucket.
    IsLogIngestionEnabled bool
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    IsMetricsCollectionEnabled bool
    Is metrics collection and publishing is enabled for appliance.
    Metrics []string
    Array of metrics ids to collect.
    SupportBundleBucketId string
    The OCID of support bundle Object Storage bucket.
    isLogIngestionEnabled Boolean
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    isMetricsCollectionEnabled Boolean
    Is metrics collection and publishing is enabled for appliance.
    metrics List<String>
    Array of metrics ids to collect.
    supportBundleBucketId String
    The OCID of support bundle Object Storage bucket.
    isLogIngestionEnabled boolean
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    isMetricsCollectionEnabled boolean
    Is metrics collection and publishing is enabled for appliance.
    metrics string[]
    Array of metrics ids to collect.
    supportBundleBucketId string
    The OCID of support bundle Object Storage bucket.
    is_log_ingestion_enabled bool
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    is_metrics_collection_enabled bool
    Is metrics collection and publishing is enabled for appliance.
    metrics Sequence[str]
    Array of metrics ids to collect.
    support_bundle_bucket_id str
    The OCID of support bundle Object Storage bucket.
    isLogIngestionEnabled Boolean
    Is log ingestion from SDDC to Oracle Cloud Infrastructure enabled.
    isMetricsCollectionEnabled Boolean
    Is metrics collection and publishing is enabled for appliance.
    metrics List<String>
    Array of metrics ids to collect.
    supportBundleBucketId String
    The OCID of support bundle Object Storage bucket.

    GetManagementApplianceConnection

    CredentialsSecretId string
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    Type string
    Type of connection.
    CredentialsSecretId string
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    Type string
    Type of connection.
    credentialsSecretId String
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type String
    Type of connection.
    credentialsSecretId string
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type string
    Type of connection.
    credentials_secret_id str
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type str
    Type of connection.
    credentialsSecretId String
    The OCID of secret in Oracle Cloud Infrastructure vault, that is used for storage of username and password in JSON format.
    type String
    Type of connection.

    GetManagementApplianceHeartbeatConnectionState

    Details string
    Information about current connection status.
    State string
    Current state of the management appliance.
    Type string
    Type of connection.
    Details string
    Information about current connection status.
    State string
    Current state of the management appliance.
    Type string
    Type of connection.
    details String
    Information about current connection status.
    state String
    Current state of the management appliance.
    type String
    Type of connection.
    details string
    Information about current connection status.
    state string
    Current state of the management appliance.
    type string
    Type of connection.
    details str
    Information about current connection status.
    state str
    Current state of the management appliance.
    type str
    Type of connection.
    details String
    Information about current connection status.
    state String
    Current state of the management appliance.
    type String
    Type of connection.

    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.16.0 published on Wednesday, Jan 28, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate