1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. DatabaseManagement
  5. getExternalDbSystems
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

oci.DatabaseManagement.getExternalDbSystems

Explore with Pulumi AI

Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi

This data source provides the list of External Db Systems in Oracle Cloud Infrastructure Database Management service.

Lists the external DB systems in the specified compartment.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";

const testExternalDbSystems = oci.DatabaseManagement.getExternalDbSystems({
    compartmentId: compartmentId,
    displayName: externalDbSystemDisplayName,
});
Copy
import pulumi
import pulumi_oci as oci

test_external_db_systems = oci.DatabaseManagement.get_external_db_systems(compartment_id=compartment_id,
    display_name=external_db_system_display_name)
Copy
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.GetExternalDbSystems(ctx, &databasemanagement.GetExternalDbSystemsArgs{
			CompartmentId: compartmentId,
			DisplayName:   pulumi.StringRef(externalDbSystemDisplayName),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;

return await Deployment.RunAsync(() => 
{
    var testExternalDbSystems = Oci.DatabaseManagement.GetExternalDbSystems.Invoke(new()
    {
        CompartmentId = compartmentId,
        DisplayName = externalDbSystemDisplayName,
    });

});
Copy
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.GetExternalDbSystemsArgs;
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 testExternalDbSystems = DatabaseManagementFunctions.getExternalDbSystems(GetExternalDbSystemsArgs.builder()
            .compartmentId(compartmentId)
            .displayName(externalDbSystemDisplayName)
            .build());

    }
}
Copy
variables:
  testExternalDbSystems:
    fn::invoke:
      function: oci:DatabaseManagement:getExternalDbSystems
      arguments:
        compartmentId: ${compartmentId}
        displayName: ${externalDbSystemDisplayName}
Copy

Using getExternalDbSystems

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 getExternalDbSystems(args: GetExternalDbSystemsArgs, opts?: InvokeOptions): Promise<GetExternalDbSystemsResult>
function getExternalDbSystemsOutput(args: GetExternalDbSystemsOutputArgs, opts?: InvokeOptions): Output<GetExternalDbSystemsResult>
Copy
def get_external_db_systems(compartment_id: Optional[str] = None,
                            display_name: Optional[str] = None,
                            filters: Optional[Sequence[_databasemanagement.GetExternalDbSystemsFilter]] = None,
                            opts: Optional[InvokeOptions] = None) -> GetExternalDbSystemsResult
def get_external_db_systems_output(compartment_id: Optional[pulumi.Input[str]] = None,
                            display_name: Optional[pulumi.Input[str]] = None,
                            filters: Optional[pulumi.Input[Sequence[pulumi.Input[_databasemanagement.GetExternalDbSystemsFilterArgs]]]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetExternalDbSystemsResult]
Copy
func GetExternalDbSystems(ctx *Context, args *GetExternalDbSystemsArgs, opts ...InvokeOption) (*GetExternalDbSystemsResult, error)
func GetExternalDbSystemsOutput(ctx *Context, args *GetExternalDbSystemsOutputArgs, opts ...InvokeOption) GetExternalDbSystemsResultOutput
Copy

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

public static class GetExternalDbSystems 
{
    public static Task<GetExternalDbSystemsResult> InvokeAsync(GetExternalDbSystemsArgs args, InvokeOptions? opts = null)
    public static Output<GetExternalDbSystemsResult> Invoke(GetExternalDbSystemsInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetExternalDbSystemsResult> getExternalDbSystems(GetExternalDbSystemsArgs args, InvokeOptions options)
public static Output<GetExternalDbSystemsResult> getExternalDbSystems(GetExternalDbSystemsArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: oci:DatabaseManagement/getExternalDbSystems:getExternalDbSystems
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

CompartmentId This property is required. string
The OCID of the compartment.
DisplayName string
A filter to only return the resources that match the entire display name.
Filters Changes to this property will trigger replacement. List<GetExternalDbSystemsFilter>
CompartmentId This property is required. string
The OCID of the compartment.
DisplayName string
A filter to only return the resources that match the entire display name.
Filters Changes to this property will trigger replacement. []GetExternalDbSystemsFilter
compartmentId This property is required. String
The OCID of the compartment.
displayName String
A filter to only return the resources that match the entire display name.
filters Changes to this property will trigger replacement. List<GetExternalDbSystemsFilter>
compartmentId This property is required. string
The OCID of the compartment.
displayName string
A filter to only return the resources that match the entire display name.
filters Changes to this property will trigger replacement. GetExternalDbSystemsFilter[]
compartment_id This property is required. str
The OCID of the compartment.
display_name str
A filter to only return the resources that match the entire display name.
filters Changes to this property will trigger replacement. Sequence[databasemanagement.GetExternalDbSystemsFilter]
compartmentId This property is required. String
The OCID of the compartment.
displayName String
A filter to only return the resources that match the entire display name.
filters Changes to this property will trigger replacement. List<Property Map>

getExternalDbSystems Result

The following output properties are available:

CompartmentId string
The OCID of the compartment.
ExternalDbSystemCollections List<GetExternalDbSystemsExternalDbSystemCollection>
The list of external_db_system_collection.
Id string
The provider-assigned unique ID for this managed resource.
DisplayName string
The user-friendly name for the DB system. The name does not have to be unique.
Filters List<GetExternalDbSystemsFilter>
CompartmentId string
The OCID of the compartment.
ExternalDbSystemCollections []GetExternalDbSystemsExternalDbSystemCollection
The list of external_db_system_collection.
Id string
The provider-assigned unique ID for this managed resource.
DisplayName string
The user-friendly name for the DB system. The name does not have to be unique.
Filters []GetExternalDbSystemsFilter
compartmentId String
The OCID of the compartment.
externalDbSystemCollections List<GetExternalDbSystemsExternalDbSystemCollection>
The list of external_db_system_collection.
id String
The provider-assigned unique ID for this managed resource.
displayName String
The user-friendly name for the DB system. The name does not have to be unique.
filters List<GetExternalDbSystemsFilter>
compartmentId string
The OCID of the compartment.
externalDbSystemCollections GetExternalDbSystemsExternalDbSystemCollection[]
The list of external_db_system_collection.
id string
The provider-assigned unique ID for this managed resource.
displayName string
The user-friendly name for the DB system. The name does not have to be unique.
filters GetExternalDbSystemsFilter[]
compartment_id str
The OCID of the compartment.
external_db_system_collections Sequence[databasemanagement.GetExternalDbSystemsExternalDbSystemCollection]
The list of external_db_system_collection.
id str
The provider-assigned unique ID for this managed resource.
display_name str
The user-friendly name for the DB system. The name does not have to be unique.
filters Sequence[databasemanagement.GetExternalDbSystemsFilter]
compartmentId String
The OCID of the compartment.
externalDbSystemCollections List<Property Map>
The list of external_db_system_collection.
id String
The provider-assigned unique ID for this managed resource.
displayName String
The user-friendly name for the DB system. The name does not have to be unique.
filters List<Property Map>

Supporting Types

GetExternalDbSystemsExternalDbSystemCollection

items This property is required. List<Property Map>

GetExternalDbSystemsExternalDbSystemCollectionItem

CompartmentId This property is required. string
The OCID of the compartment.
DatabaseManagementConfigs This property is required. List<GetExternalDbSystemsExternalDbSystemCollectionItemDatabaseManagementConfig>
The details required to enable Database Management for an external DB system.
DbSystemDiscoveryId This property is required. string
The OCID of the DB system discovery.
DefinedTags This property is required. 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"}
DiscoveryAgentId This property is required. string
The OCID of the management agent used during the discovery of the DB system.
DisplayName This property is required. string
A filter to only return the resources that match the entire display name.
FreeformTags This property is required. 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 This property is required. 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 This property is required. string
The OCID of the external DB system.
IsCluster This property is required. bool
Indicates whether the DB system is a cluster DB system or not.
LifecycleDetails This property is required. string
Additional information about the current lifecycle state.
StackMonitoringConfigs This property is required. List<GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig>
The configuration details of Stack Monitoring for an external DB system.
State This property is required. string
The current lifecycle state of the external DB system resource.
SystemTags This property is required. 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 This property is required. string
The date and time the external DB system was created.
TimeUpdated This property is required. string
The date and time the external DB system was last updated.
CompartmentId This property is required. string
The OCID of the compartment.
DatabaseManagementConfigs This property is required. []GetExternalDbSystemsExternalDbSystemCollectionItemDatabaseManagementConfig
The details required to enable Database Management for an external DB system.
DbSystemDiscoveryId This property is required. string
The OCID of the DB system discovery.
DefinedTags This property is required. 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"}
DiscoveryAgentId This property is required. string
The OCID of the management agent used during the discovery of the DB system.
DisplayName This property is required. string
A filter to only return the resources that match the entire display name.
FreeformTags This property is required. 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 This property is required. 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 This property is required. string
The OCID of the external DB system.
IsCluster This property is required. bool
Indicates whether the DB system is a cluster DB system or not.
LifecycleDetails This property is required. string
Additional information about the current lifecycle state.
StackMonitoringConfigs This property is required. []GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig
The configuration details of Stack Monitoring for an external DB system.
State This property is required. string
The current lifecycle state of the external DB system resource.
SystemTags This property is required. 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 This property is required. string
The date and time the external DB system was created.
TimeUpdated This property is required. string
The date and time the external DB system was last updated.
compartmentId This property is required. String
The OCID of the compartment.
databaseManagementConfigs This property is required. List<GetExternalDbSystemsExternalDbSystemCollectionItemConfig>
The details required to enable Database Management for an external DB system.
dbSystemDiscoveryId This property is required. String
The OCID of the DB system discovery.
definedTags This property is required. 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"}
discoveryAgentId This property is required. String
The OCID of the management agent used during the discovery of the DB system.
displayName This property is required. String
A filter to only return the resources that match the entire display name.
freeformTags This property is required. 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 This property is required. 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 This property is required. String
The OCID of the external DB system.
isCluster This property is required. Boolean
Indicates whether the DB system is a cluster DB system or not.
lifecycleDetails This property is required. String
Additional information about the current lifecycle state.
stackMonitoringConfigs This property is required. List<GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig>
The configuration details of Stack Monitoring for an external DB system.
state This property is required. String
The current lifecycle state of the external DB system resource.
systemTags This property is required. 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 This property is required. String
The date and time the external DB system was created.
timeUpdated This property is required. String
The date and time the external DB system was last updated.
compartmentId This property is required. string
The OCID of the compartment.
databaseManagementConfigs This property is required. GetExternalDbSystemsExternalDbSystemCollectionItemDatabaseManagementConfig[]
The details required to enable Database Management for an external DB system.
dbSystemDiscoveryId This property is required. string
The OCID of the DB system discovery.
definedTags This property is required. {[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"}
discoveryAgentId This property is required. string
The OCID of the management agent used during the discovery of the DB system.
displayName This property is required. string
A filter to only return the resources that match the entire display name.
freeformTags This property is required. {[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 This property is required. 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 This property is required. string
The OCID of the external DB system.
isCluster This property is required. boolean
Indicates whether the DB system is a cluster DB system or not.
lifecycleDetails This property is required. string
Additional information about the current lifecycle state.
stackMonitoringConfigs This property is required. GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig[]
The configuration details of Stack Monitoring for an external DB system.
state This property is required. string
The current lifecycle state of the external DB system resource.
systemTags This property is required. {[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 This property is required. string
The date and time the external DB system was created.
timeUpdated This property is required. string
The date and time the external DB system was last updated.
compartment_id This property is required. str
The OCID of the compartment.
database_management_configs This property is required. Sequence[databasemanagement.GetExternalDbSystemsExternalDbSystemCollectionItemDatabaseManagementConfig]
The details required to enable Database Management for an external DB system.
db_system_discovery_id This property is required. str
The OCID of the DB system discovery.
defined_tags This property is required. 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_id This property is required. str
The OCID of the management agent used during the discovery of the DB system.
display_name This property is required. str
A filter to only return the resources that match the entire display name.
freeform_tags This property is required. 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 This property is required. 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 This property is required. str
The OCID of the external DB system.
is_cluster This property is required. bool
Indicates whether the DB system is a cluster DB system or not.
lifecycle_details This property is required. str
Additional information about the current lifecycle state.
stack_monitoring_configs This property is required. Sequence[databasemanagement.GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig]
The configuration details of Stack Monitoring for an external DB system.
state This property is required. str
The current lifecycle state of the external DB system resource.
system_tags This property is required. 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 This property is required. str
The date and time the external DB system was created.
time_updated This property is required. str
The date and time the external DB system was last updated.
compartmentId This property is required. String
The OCID of the compartment.
databaseManagementConfigs This property is required. List<Property Map>
The details required to enable Database Management for an external DB system.
dbSystemDiscoveryId This property is required. String
The OCID of the DB system discovery.
definedTags This property is required. 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"}
discoveryAgentId This property is required. String
The OCID of the management agent used during the discovery of the DB system.
displayName This property is required. String
A filter to only return the resources that match the entire display name.
freeformTags This property is required. 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 This property is required. 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 This property is required. String
The OCID of the external DB system.
isCluster This property is required. Boolean
Indicates whether the DB system is a cluster DB system or not.
lifecycleDetails This property is required. String
Additional information about the current lifecycle state.
stackMonitoringConfigs This property is required. List<Property Map>
The configuration details of Stack Monitoring for an external DB system.
state This property is required. String
The current lifecycle state of the external DB system resource.
systemTags This property is required. 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 This property is required. String
The date and time the external DB system was created.
timeUpdated This property is required. String
The date and time the external DB system was last updated.

GetExternalDbSystemsExternalDbSystemCollectionItemDatabaseManagementConfig

LicenseModel This property is required. string
The Oracle license model that applies to the external database.
LicenseModel This property is required. string
The Oracle license model that applies to the external database.
licenseModel This property is required. String
The Oracle license model that applies to the external database.
licenseModel This property is required. string
The Oracle license model that applies to the external database.
license_model This property is required. str
The Oracle license model that applies to the external database.
licenseModel This property is required. String
The Oracle license model that applies to the external database.

GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig

IsEnabled This property is required. bool
The status of the associated service.
Metadata This property is required. string
The associated service-specific inputs in JSON string format, which Database Management can identify.
IsEnabled This property is required. bool
The status of the associated service.
Metadata This property is required. string
The associated service-specific inputs in JSON string format, which Database Management can identify.
isEnabled This property is required. Boolean
The status of the associated service.
metadata This property is required. String
The associated service-specific inputs in JSON string format, which Database Management can identify.
isEnabled This property is required. boolean
The status of the associated service.
metadata This property is required. string
The associated service-specific inputs in JSON string format, which Database Management can identify.
is_enabled This property is required. bool
The status of the associated service.
metadata This property is required. str
The associated service-specific inputs in JSON string format, which Database Management can identify.
isEnabled This property is required. Boolean
The status of the associated service.
metadata This property is required. String
The associated service-specific inputs in JSON string format, which Database Management can identify.

GetExternalDbSystemsFilter

Name This property is required. string
Values This property is required. List<string>
Regex bool
Name This property is required. string
Values This property is required. []string
Regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean
name This property is required. string
values This property is required. string[]
regex boolean
name This property is required. str
values This property is required. Sequence[str]
regex bool
name This property is required. String
values This property is required. List<String>
regex Boolean

Package Details

Repository
oci pulumi/pulumi-oci
License
Apache-2.0
Notes
This Pulumi package is based on the oci Terraform Provider.
Oracle Cloud Infrastructure v2.28.0 published on Thursday, Mar 27, 2025 by Pulumi