Oracle Cloud Infrastructure v2.31.0 published on Thursday, Apr 17, 2025 by Pulumi
oci.DatabaseManagement.getExternalDbSystem
Explore with Pulumi AI
This data source provides details about a specific External Db System resource in Oracle Cloud Infrastructure Database Management service.
Gets the details for the external DB system specified by externalDbSystemId.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testExternalDbSystem = oci.DatabaseManagement.getExternalDbSystem({
    externalDbSystemId: testExternalDbSystemOciDatabaseManagementExternalDbSystem.id,
});
import pulumi
import pulumi_oci as oci
test_external_db_system = oci.DatabaseManagement.get_external_db_system(external_db_system_id=test_external_db_system_oci_database_management_external_db_system["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/databasemanagement"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := databasemanagement.GetExternalDbSystem(ctx, &databasemanagement.GetExternalDbSystemArgs{
			ExternalDbSystemId: testExternalDbSystemOciDatabaseManagementExternalDbSystem.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 testExternalDbSystem = Oci.DatabaseManagement.GetExternalDbSystem.Invoke(new()
    {
        ExternalDbSystemId = testExternalDbSystemOciDatabaseManagementExternalDbSystem.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.DatabaseManagement.DatabaseManagementFunctions;
import com.pulumi.oci.DatabaseManagement.inputs.GetExternalDbSystemArgs;
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 testExternalDbSystem = DatabaseManagementFunctions.getExternalDbSystem(GetExternalDbSystemArgs.builder()
            .externalDbSystemId(testExternalDbSystemOciDatabaseManagementExternalDbSystem.id())
            .build());
    }
}
variables:
  testExternalDbSystem:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalDbSystem
      arguments:
        externalDbSystemId: ${testExternalDbSystemOciDatabaseManagementExternalDbSystem.id}
Using getExternalDbSystem
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 getExternalDbSystem(args: GetExternalDbSystemArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemResult>
function getExternalDbSystemOutput(args: GetExternalDbSystemOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemResult>def get_external_db_system(external_db_system_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemResult
def get_external_db_system_output(external_db_system_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemResult]func GetExternalDbSystem(ctx *Context, args *GetExternalDbSystemArgs, opts ...InvokeOption) (*GetExternalDbSystemResult, error)
func GetExternalDbSystemOutput(ctx *Context, args *GetExternalDbSystemOutputArgs, opts ...InvokeOption) GetExternalDbSystemResultOutput> Note: This function is named GetExternalDbSystem in the Go SDK.
public static class GetExternalDbSystem 
{
    public static Task<GetExternalDbSystemResult> InvokeAsync(GetExternalDbSystemArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalDbSystemResult> Invoke(GetExternalDbSystemInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetExternalDbSystemResult> getExternalDbSystem(GetExternalDbSystemArgs args, InvokeOptions options)
public static Output<GetExternalDbSystemResult> getExternalDbSystem(GetExternalDbSystemArgs args, InvokeOptions options)
fn::invoke:
  function: oci:DatabaseManagement/getExternalDbSystem:getExternalDbSystem
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ExternalDb stringSystem Id 
- The OCID of the external DB system.
- ExternalDb stringSystem Id 
- The OCID of the external DB system.
- externalDb StringSystem Id 
- The OCID of the external DB system.
- externalDb stringSystem Id 
- The OCID of the external DB system.
- external_db_ strsystem_ id 
- The OCID of the external DB system.
- externalDb StringSystem Id 
- The OCID of the external DB system.
getExternalDbSystem Result
The following output properties are available:
- CompartmentId string
- The OCID of the compartment.
- DatabaseManagement List<GetConfigs External Db System Database Management Config> 
- The details required to enable Database Management for an external DB system.
- DbSystem stringDiscovery Id 
- The OCID of the DB system discovery.
- 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"}
- DiscoveryAgent stringId 
- The OCID of the management agent used during the discovery of the DB system.
- DisplayName string
- The user-friendly name for the DB system. The name does not have to be unique.
- ExternalDb stringSystem Id 
- 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"}
- HomeDirectory string
- The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- Id string
- The OCID of the external DB system.
- IsCluster bool
- Indicates whether the DB system is a cluster DB system or not.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- StackMonitoring List<GetConfigs External Db System Stack Monitoring Config> 
- The configuration details of Stack Monitoring for an external DB system.
- State string
- The current lifecycle state of the external DB system resource.
- Dictionary<string, string>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the external DB system was created.
- TimeUpdated string
- The date and time the external DB system was last updated.
- CompartmentId string
- The OCID of the compartment.
- DatabaseManagement []GetConfigs External Db System Database Management Config 
- The details required to enable Database Management for an external DB system.
- DbSystem stringDiscovery Id 
- The OCID of the DB system discovery.
- 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"}
- DiscoveryAgent stringId 
- The OCID of the management agent used during the discovery of the DB system.
- DisplayName string
- The user-friendly name for the DB system. The name does not have to be unique.
- ExternalDb stringSystem Id 
- 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"}
- HomeDirectory string
- The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- Id string
- The OCID of the external DB system.
- IsCluster bool
- Indicates whether the DB system is a cluster DB system or not.
- LifecycleDetails string
- Additional information about the current lifecycle state.
- StackMonitoring []GetConfigs External Db System Stack Monitoring Config 
- The configuration details of Stack Monitoring for an external DB system.
- State string
- The current lifecycle state of the external DB system resource.
- map[string]string
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- TimeCreated string
- The date and time the external DB system was created.
- TimeUpdated string
- The date and time the external DB system was last updated.
- compartmentId String
- The OCID of the compartment.
- databaseManagement List<GetConfigs External Db System Config> 
- The details required to enable Database Management for an external DB system.
- dbSystem StringDiscovery Id 
- The OCID of the DB system discovery.
- 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"}
- discoveryAgent StringId 
- The OCID of the management agent used during the discovery of the DB system.
- displayName String
- The user-friendly name for the DB system. The name does not have to be unique.
- externalDb StringSystem Id 
- 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"}
- homeDirectory String
- The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id String
- The OCID of the external DB system.
- isCluster Boolean
- Indicates whether the DB system is a cluster DB system or not.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- stackMonitoring List<GetConfigs External Db System Stack Monitoring Config> 
- The configuration details of Stack Monitoring for an external DB system.
- state String
- The current lifecycle state of the external DB system resource.
- Map<String,String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the external DB system was created.
- timeUpdated String
- The date and time the external DB system was last updated.
- compartmentId string
- The OCID of the compartment.
- databaseManagement GetConfigs External Db System Database Management Config[] 
- The details required to enable Database Management for an external DB system.
- dbSystem stringDiscovery Id 
- The OCID of the DB system discovery.
- {[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"}
- discoveryAgent stringId 
- The OCID of the management agent used during the discovery of the DB system.
- displayName string
- The user-friendly name for the DB system. The name does not have to be unique.
- externalDb stringSystem Id 
- {[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"}
- homeDirectory string
- The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id string
- The OCID of the external DB system.
- isCluster boolean
- Indicates whether the DB system is a cluster DB system or not.
- lifecycleDetails string
- Additional information about the current lifecycle state.
- stackMonitoring GetConfigs External Db System Stack Monitoring Config[] 
- The configuration details of Stack Monitoring for an external DB system.
- state string
- The current lifecycle state of the external DB system resource.
- {[key: string]: string}
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated string
- The date and time the external DB system was created.
- timeUpdated string
- The date and time the external DB system was last updated.
- compartment_id str
- The OCID of the compartment.
- database_management_ Sequence[databasemanagement.configs Get External Db System Database Management Config] 
- The details required to enable Database Management for an external DB system.
- db_system_ strdiscovery_ id 
- The OCID of the DB system discovery.
- 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"}
- discovery_agent_ strid 
- The OCID of the management agent used during the discovery of the DB system.
- display_name str
- The user-friendly name for the DB system. The name does not have to be unique.
- external_db_ strsystem_ id 
- 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"}
- home_directory str
- The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id str
- The OCID of the external DB system.
- is_cluster bool
- Indicates whether the DB system is a cluster DB system or not.
- lifecycle_details str
- Additional information about the current lifecycle state.
- stack_monitoring_ Sequence[databasemanagement.configs Get External Db System Stack Monitoring Config] 
- The configuration details of Stack Monitoring for an external DB system.
- state str
- The current lifecycle state of the external DB system resource.
- Mapping[str, str]
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- time_created str
- The date and time the external DB system was created.
- time_updated str
- The date and time the external DB system was last updated.
- compartmentId String
- The OCID of the compartment.
- databaseManagement List<Property Map>Configs 
- The details required to enable Database Management for an external DB system.
- dbSystem StringDiscovery Id 
- The OCID of the DB system discovery.
- 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"}
- discoveryAgent StringId 
- The OCID of the management agent used during the discovery of the DB system.
- displayName String
- The user-friendly name for the DB system. The name does not have to be unique.
- externalDb StringSystem Id 
- 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"}
- homeDirectory String
- The Oracle Grid home directory in case of cluster-based DB system and Oracle home directory in case of single instance-based DB system.
- id String
- The OCID of the external DB system.
- isCluster Boolean
- Indicates whether the DB system is a cluster DB system or not.
- lifecycleDetails String
- Additional information about the current lifecycle state.
- stackMonitoring List<Property Map>Configs 
- The configuration details of Stack Monitoring for an external DB system.
- state String
- The current lifecycle state of the external DB system resource.
- Map<String>
- System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system. Example: {"orcl-cloud.free-tier-retained": "true"}
- timeCreated String
- The date and time the external DB system was created.
- timeUpdated String
- The date and time the external DB system was last updated.
Supporting Types
GetExternalDbSystemDatabaseManagementConfig      
- LicenseModel string
- The Oracle license model that applies to the external database.
- LicenseModel string
- The Oracle license model that applies to the external database.
- licenseModel String
- The Oracle license model that applies to the external database.
- licenseModel string
- The Oracle license model that applies to the external database.
- license_model str
- The Oracle license model that applies to the external database.
- licenseModel String
- The Oracle license model that applies to the external database.
GetExternalDbSystemStackMonitoringConfig      
- is_enabled bool
- The status of the associated service.
- metadata str
- The associated service-specific inputs in JSON string format, which Database Management can identify.
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.