Oracle Cloud Infrastructure v2.11.0 published on Thursday, Sep 19, 2024 by Pulumi
oci.DatabaseManagement.getExternalDbSystems
Explore with Pulumi AI
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,
});
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)
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
})
}
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,
});
});
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());
}
}
variables:
testExternalDbSystems:
fn::invoke:
Function: oci:DatabaseManagement:getExternalDbSystems
Arguments:
compartmentId: ${compartmentId}
displayName: ${externalDbSystemDisplayName}
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>
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]
func GetExternalDbSystems(ctx *Context, args *GetExternalDbSystemsArgs, opts ...InvokeOption) (*GetExternalDbSystemsResult, error)
func GetExternalDbSystemsOutput(ctx *Context, args *GetExternalDbSystemsOutputArgs, opts ...InvokeOption) GetExternalDbSystemsResultOutput
> 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)
}
public static CompletableFuture<GetExternalDbSystemsResult> getExternalDbSystems(GetExternalDbSystemsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: oci:DatabaseManagement/getExternalDbSystems:getExternalDbSystems
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
List<Get
External Db Systems Filter>
- Compartment
Id string - The OCID of the compartment.
- Display
Name string - A filter to only return the resources that match the entire display name.
- Filters
[]Get
External Db Systems Filter
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters
List<Get
External Db Systems Filter>
- compartment
Id string - The OCID of the compartment.
- display
Name string - A filter to only return the resources that match the entire display name.
- filters
Get
External Db Systems Filter[]
- compartment_
id str - The OCID of the compartment.
- display_
name str - A filter to only return the resources that match the entire display name.
- filters
Sequence[databasemanagement.
Get External Db Systems Filter]
- compartment
Id String - The OCID of the compartment.
- display
Name String - A filter to only return the resources that match the entire display name.
- filters List<Property Map>
getExternalDbSystems Result
The following output properties are available:
- Compartment
Id string - The OCID of the compartment.
- External
Db List<GetSystem Collections External Db Systems External Db System Collection> - The list of external_db_system_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Filters
List<Get
External Db Systems Filter>
- Compartment
Id string - The OCID of the compartment.
- External
Db []GetSystem Collections External Db Systems External Db System Collection - The list of external_db_system_collection.
- Id string
- The provider-assigned unique ID for this managed resource.
- Display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- Filters
[]Get
External Db Systems Filter
- compartment
Id String - The OCID of the compartment.
- external
Db List<GetSystem Collections External Db Systems External Db System Collection> - The list of external_db_system_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- filters
List<Get
External Db Systems Filter>
- compartment
Id string - The OCID of the compartment.
- external
Db GetSystem Collections External Db Systems External Db System Collection[] - The list of external_db_system_collection.
- id string
- The provider-assigned unique ID for this managed resource.
- display
Name string - The user-friendly name for the DB system. The name does not have to be unique.
- filters
Get
External Db Systems Filter[]
- compartment_
id str - The OCID of the compartment.
- external_
db_ Sequence[databasemanagement.system_ collections Get External Db Systems External Db System Collection] - 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.
Get External Db Systems Filter]
- compartment
Id String - The OCID of the compartment.
- external
Db List<Property Map>System Collections - The list of external_db_system_collection.
- id String
- The provider-assigned unique ID for this managed resource.
- display
Name String - The user-friendly name for the DB system. The name does not have to be unique.
- filters List<Property Map>
Supporting Types
GetExternalDbSystemsExternalDbSystemCollection
GetExternalDbSystemsExternalDbSystemCollectionItem
- Compartment
Id string - The OCID of the compartment.
- Database
Management List<GetConfigs External Db Systems External Db System Collection Item Database Management Config> - The details required to enable Database Management for an external DB system.
- Db
System 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"}
- Discovery
Agent stringId - The OCID of the management agent used during the discovery of the DB system.
- Display
Name string - A filter to only return the resources that match the entire display name.
- 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"}
- Home
Directory 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.
- Is
Cluster bool - Indicates whether the DB system is a cluster DB system or not.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Stack
Monitoring List<GetConfigs External Db Systems External Db System Collection Item 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"}
- Time
Created string - The date and time the external DB system was created.
- Time
Updated string - The date and time the external DB system was last updated.
- Compartment
Id string - The OCID of the compartment.
- Database
Management []GetConfigs External Db Systems External Db System Collection Item Database Management Config - The details required to enable Database Management for an external DB system.
- Db
System 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"}
- Discovery
Agent stringId - The OCID of the management agent used during the discovery of the DB system.
- Display
Name string - A filter to only return the resources that match the entire display name.
- 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"}
- Home
Directory 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.
- Is
Cluster bool - Indicates whether the DB system is a cluster DB system or not.
- Lifecycle
Details string - Additional information about the current lifecycle state.
- Stack
Monitoring []GetConfigs External Db Systems External Db System Collection Item 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"}
- Time
Created string - The date and time the external DB system was created.
- Time
Updated string - The date and time the external DB system was last updated.
- compartment
Id String - The OCID of the compartment.
- database
Management List<GetConfigs External Db Systems External Db System Collection Item Config> - The details required to enable Database Management for an external DB system.
- db
System 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"}
- discovery
Agent StringId - The OCID of the management agent used during the discovery of the DB system.
- display
Name String - A filter to only return the resources that match the entire display name.
- 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"}
- home
Directory 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.
- is
Cluster Boolean - Indicates whether the DB system is a cluster DB system or not.
- lifecycle
Details String - Additional information about the current lifecycle state.
- stack
Monitoring List<GetConfigs External Db Systems External Db System Collection Item 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"}
- time
Created String - The date and time the external DB system was created.
- time
Updated String - The date and time the external DB system was last updated.
- compartment
Id string - The OCID of the compartment.
- database
Management GetConfigs External Db Systems External Db System Collection Item Database Management Config[] - The details required to enable Database Management for an external DB system.
- db
System 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"}
- discovery
Agent stringId - The OCID of the management agent used during the discovery of the DB system.
- display
Name string - A filter to only return the resources that match the entire display name.
- {[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"}
- home
Directory 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.
- is
Cluster boolean - Indicates whether the DB system is a cluster DB system or not.
- lifecycle
Details string - Additional information about the current lifecycle state.
- stack
Monitoring GetConfigs External Db Systems External Db System Collection Item 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"}
- time
Created string - The date and time the external DB system was created.
- time
Updated 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 Systems External Db System Collection Item 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 - A filter to only return the resources that match the entire display name.
- 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 Systems External Db System Collection Item 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.
- compartment
Id String - The OCID of the compartment.
- database
Management List<Property Map>Configs - The details required to enable Database Management for an external DB system.
- db
System 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"}
- discovery
Agent StringId - The OCID of the management agent used during the discovery of the DB system.
- display
Name String - A filter to only return the resources that match the entire display name.
- 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"}
- home
Directory 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.
- is
Cluster Boolean - Indicates whether the DB system is a cluster DB system or not.
- lifecycle
Details String - Additional information about the current lifecycle state.
- stack
Monitoring 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"}
- time
Created String - The date and time the external DB system was created.
- time
Updated String - The date and time the external DB system was last updated.
GetExternalDbSystemsExternalDbSystemCollectionItemDatabaseManagementConfig
- License
Model string - The Oracle license model that applies to the external database.
- License
Model string - The Oracle license model that applies to the external database.
- license
Model String - The Oracle license model that applies to the external database.
- license
Model string - The Oracle license model that applies to the external database.
- license_
model str - The Oracle license model that applies to the external database.
- license
Model String - The Oracle license model that applies to the external database.
GetExternalDbSystemsExternalDbSystemCollectionItemStackMonitoringConfig
- 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.
GetExternalDbSystemsFilter
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.